Merge pull request #207 from public-awesome/update-enable-updatable-fee

Update enable updatable fee
This commit is contained in:
Jorge Hernandez 2023-08-30 07:40:44 -06:00 committed by GitHub
commit e88d3529f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -719,7 +719,7 @@ export const SG721 = (client: SigningCosmWasmClient, txSigner: string): SG721Con
},
'auto',
'',
[coin('500000000', 'ustars')],
[coin('2000000000', 'ustars')],
)
return res.transactionHash
}
@ -1018,7 +1018,7 @@ export const SG721 = (client: SigningCosmWasmClient, txSigner: string): SG721Con
msg: {
enable_updatable: {},
},
funds: [coin('500000000', 'ustars')],
funds: [coin('2000000000', 'ustars')],
}
}