We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 304fcfc commit cb53bb6Copy full SHA for cb53bb6
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: `image.png`,
+ image: `${_editionCount}.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: "image.png",
+ uri: `${_editionCount}.png`,
159
type: "image/png",
160
},
161
],
0 commit comments