We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0abc020 + b3a96d3 commit e4f5526Copy full SHA for e4f5526
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: `${_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: "image.png",
+ uri: `${_edition}.png`,
159
type: "image/png",
160
},
161
],
0 commit comments