update contract execution

This commit is contained in:
jhernandezb 2023-09-05 19:02:48 -06:00
parent a5b5e89d71
commit 9e7afee3fc

View File

@ -627,7 +627,7 @@ export const SG721 = (client: SigningCosmWasmClient, txSigner: string): SG721Con
const msg = {
update_token_metadata: {
token_id: i.toString(),
token_uri: `${baseURI}/${i}${jsonExtensions ? '.json' : ''}`,
token_uri: `${baseURI}`,
},
}
const executeContractMsg: MsgExecuteContractEncodeObject = {