From 9e7afee3fce4c2a3758d0c04d90a17fa4d24dcb0 Mon Sep 17 00:00:00 2001 From: jhernandezb Date: Tue, 5 Sep 2023 19:02:48 -0600 Subject: [PATCH] update contract execution --- contracts/sg721/contract.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/sg721/contract.ts b/contracts/sg721/contract.ts index 60824a1..8c62c2b 100644 --- a/contracts/sg721/contract.ts +++ b/contracts/sg721/contract.ts @@ -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 = {