stargate: Update tests

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

View File

@ -49,6 +49,15 @@ describe("SigningStargateClient", () => {
],
gas: "160000",
},
transfer: {
amount: [
{
amount: "4000",
denom: "ucosm",
},
],
gas: "160000",
},
undelegate: {
amount: [
{
@ -107,6 +116,15 @@ describe("SigningStargateClient", () => {
],
gas: "160000",
},
transfer: {
amount: [
{
amount: "502400",
denom: "utest",
},
],
gas: "160000",
},
undelegate: {
amount: [
{
@ -157,6 +175,15 @@ describe("SigningStargateClient", () => {
],
gas: "120000",
},
transfer: {
amount: [
{
amount: "4000",
denom: "ucosm",
},
],
gas: "160000",
},
undelegate: {
amount: [
{
@ -207,6 +234,15 @@ describe("SigningStargateClient", () => {
],
gas: "160000",
},
transfer: {
amount: [
{
amount: "502400",
denom: "utest",
},
],
gas: "160000",
},
undelegate: {
amount: [
{