cosmwasm-stargate: Update tests

This commit is contained in:
willclarktech 2021-04-01 14:52:25 +02:00
parent 93abdcfa46
commit 5e8f9dc0ed
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -95,6 +95,10 @@ describe("SigningCosmWasmClient", () => {
amount: coins(502400, "utest"),
gas: "160000",
},
transfer: {
amount: coins(502400, "utest"),
gas: "160000",
},
undelegate: {
amount: coins(502400, "utest"),
gas: "160000",
@ -146,6 +150,10 @@ describe("SigningCosmWasmClient", () => {
amount: coins(4000, "ucosm"),
gas: "160000",
},
transfer: {
amount: coins(4000, "ucosm"),
gas: "160000",
},
undelegate: {
amount: coins(4000, "ucosm"),
gas: "160000",
@ -198,6 +206,10 @@ describe("SigningCosmWasmClient", () => {
amount: coins(502400, "utest"),
gas: "160000",
},
transfer: {
amount: coins(502400, "utest"),
gas: "160000",
},
undelegate: {
amount: coins(502400, "utest"),
gas: "160000",