Merge pull request #212 from public-awesome/hotfix/batch-update-open-edition
use same URI
This commit is contained in:
commit
563a096483
@ -962,7 +962,7 @@ export const SG721 = (client: SigningCosmWasmClient, txSigner: string): SG721Con
|
|||||||
msg.push({
|
msg.push({
|
||||||
update_token_metadata: {
|
update_token_metadata: {
|
||||||
token_id: i.toString(),
|
token_id: i.toString(),
|
||||||
token_uri: `${baseURI}/${i}${jsonExtensions ? '.json' : ''}`,
|
token_uri: `${baseURI}`,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user