Update enable updatable fee
This commit is contained in:
parent
1c06ae3eab
commit
1c689cbb19
@ -719,7 +719,7 @@ export const SG721 = (client: SigningCosmWasmClient, txSigner: string): SG721Con
|
|||||||
},
|
},
|
||||||
'auto',
|
'auto',
|
||||||
'',
|
'',
|
||||||
[coin('500000000', 'ustars')],
|
[coin('2000000000', 'ustars')],
|
||||||
)
|
)
|
||||||
return res.transactionHash
|
return res.transactionHash
|
||||||
}
|
}
|
||||||
@ -1018,7 +1018,7 @@ export const SG721 = (client: SigningCosmWasmClient, txSigner: string): SG721Con
|
|||||||
msg: {
|
msg: {
|
||||||
enable_updatable: {},
|
enable_updatable: {},
|
||||||
},
|
},
|
||||||
funds: [coin('500000000', 'ustars')],
|
funds: [coin('2000000000', 'ustars')],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user