stargate: Update tests

This commit is contained in:
willclarktech
2021-04-01 14:42:01 +02:00
parent db81c1692a
commit 93abdcfa46
@@ -49,6 +49,15 @@ describe("SigningStargateClient", () => {
], ],
gas: "160000", gas: "160000",
}, },
transfer: {
amount: [
{
amount: "4000",
denom: "ucosm",
},
],
gas: "160000",
},
undelegate: { undelegate: {
amount: [ amount: [
{ {
@@ -107,6 +116,15 @@ describe("SigningStargateClient", () => {
], ],
gas: "160000", gas: "160000",
}, },
transfer: {
amount: [
{
amount: "502400",
denom: "utest",
},
],
gas: "160000",
},
undelegate: { undelegate: {
amount: [ amount: [
{ {
@@ -157,6 +175,15 @@ describe("SigningStargateClient", () => {
], ],
gas: "120000", gas: "120000",
}, },
transfer: {
amount: [
{
amount: "4000",
denom: "ucosm",
},
],
gas: "160000",
},
undelegate: { undelegate: {
amount: [ amount: [
{ {
@@ -207,6 +234,15 @@ describe("SigningStargateClient", () => {
], ],
gas: "160000", gas: "160000",
}, },
transfer: {
amount: [
{
amount: "502400",
denom: "utest",
},
],
gas: "160000",
},
undelegate: { undelegate: {
amount: [ amount: [
{ {