update contract execution
This commit is contained in:
parent
a5b5e89d71
commit
9e7afee3fc
@ -627,7 +627,7 @@ export const SG721 = (client: SigningCosmWasmClient, txSigner: string): SG721Con
|
|||||||
const msg = {
|
const msg = {
|
||||||
update_token_metadata: {
|
update_token_metadata: {
|
||||||
token_id: i.toString(),
|
token_id: i.toString(),
|
||||||
token_uri: `${baseURI}/${i}${jsonExtensions ? '.json' : ''}`,
|
token_uri: `${baseURI}`,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
const executeContractMsg: MsgExecuteContractEncodeObject = {
|
const executeContractMsg: MsgExecuteContractEncodeObject = {
|
||||||
|
Loading…
Reference in New Issue
Block a user