Merge pull request #214 from public-awesome/hotfix/batch-update-open-edition
Hotfix/batch update open edition
This commit is contained in:
commit
5db159dc96
@ -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}`,
|
token_uri: `${baseURI}/${i}${jsonExtensions ? '.json' : ''}`,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
const executeContractMsg: MsgExecuteContractEncodeObject = {
|
const executeContractMsg: MsgExecuteContractEncodeObject = {
|
||||||
@ -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}`,
|
token_uri: `${baseURI}/${i}${jsonExtensions ? '.json' : ''}`,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "stargaze-studio",
|
"name": "stargaze-studio",
|
||||||
"version": "0.7.7",
|
"version": "0.7.8",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user