sdk: mirror terra bridge/fee changes

Change-Id: I0413d1202e379cf0ddea224283331e9448026b33
This commit is contained in:
Reisen 2021-10-11 10:06:39 +00:00 committed by Evan Gray
parent 46e826523a
commit 3277458e8e
1 changed files with 3 additions and 5 deletions

View File

@ -121,9 +121,7 @@ export async function transferFromTerra(
nonce: nonce, nonce: nonce,
}, },
}, },
{ {}
uluna: BigNumber.from("10000").toString(),
}
), ),
] ]
: [ : [
@ -139,7 +137,7 @@ export async function transferFromTerra(
}, },
}, },
}, },
{ uluna: 10000 } {}
), ),
new MsgExecuteContract( new MsgExecuteContract(
walletAddress, walletAddress,
@ -160,7 +158,7 @@ export async function transferFromTerra(
nonce: nonce, nonce: nonce,
}, },
}, },
{ uluna: 10000 } {}
), ),
]; ];
} }