Skip to content

Commit

Permalink
Fix/revert bip32 (#255)
Browse files Browse the repository at this point in the history
* Revert "chord(bip32): upgrade to make it avaiblable with node 17 (#249)"
This reverts commit bb65e95.
* re-apply unrelated part from revert
* bump terra.js version to 3.0.11
* update contract.ts to make it work
* bump version terra.js itself
  • Loading branch information
Geoff Lee authored Apr 12, 2022
1 parent c81863b commit d8bfcf8
Show file tree
Hide file tree
Showing 5 changed files with 190 additions and 166 deletions.
3 changes: 1 addition & 2 deletions integration-tests/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {
MsgStoreCode,
MsgInstantiateContract,
MsgExecuteContract,
StdFee,
isTxError,
LocalTerra,
getCodeId,
Expand Down Expand Up @@ -36,7 +35,7 @@ async function main(): Promise<void> {

const instantiate = new MsgInstantiateContract(
test1.key.accAddress,
null,
undefined,
+codeId, // code ID
{ count: 0, }, // InitMsg
{ uluna: 10000000, ukrw: 1000000 } // init coins
Expand Down
Loading

0 comments on commit d8bfcf8

Please sign in to comment.