We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb53bb6 commit b3a96d3Copy full SHA for b3a96d3
1 file changed
src/main.js
@@ -146,7 +146,7 @@ const addMetadata = (_dna, _edition) => {
146
description: tempMetadata.description,
147
//Added metadata for solana
148
seller_fee_basis_points: solanaMetadata.seller_fee_basis_points,
149
- image: `${_editionCount}.png`,
+ image: `${_edition}.png`,
150
151
external_url: solanaMetadata.external_url,
152
edition: _edition,
@@ -155,7 +155,7 @@ const addMetadata = (_dna, _edition) => {
155
properties: {
156
files: [
157
{
158
- uri: `${_editionCount}.png`,
+ uri: `${_edition}.png`,
159
type: "image/png",
160
},
161
],
0 commit comments