Skip to content

Commit f3ad890

Browse files
authored
Merge pull request #25 from hippo-protocol/feature/expedited-proposal
fix: update depenedency for encode tx
2 parents e0a9ada + bc3b611 commit f3ad890

File tree

2 files changed

+531
-533
lines changed

2 files changed

+531
-533
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
"trypublish": "npm publish || true"
3333
},
3434
"dependencies": {
35-
"@cosmjs/amino": "^0.34.0",
36-
"@cosmjs/cosmwasm-stargate": "^0.34.0",
37-
"@cosmjs/ledger-amino": "^0.34.0",
38-
"@cosmjs/proto-signing": "^0.34.0",
39-
"@cosmjs/stargate": "^0.34.0",
35+
"@cosmjs/amino": "^0.36.0",
36+
"@cosmjs/cosmwasm-stargate": "^0.36.0",
37+
"@cosmjs/ledger-amino": "^0.36.0",
38+
"@cosmjs/proto-signing": "^0.36.0",
39+
"@cosmjs/stargate": "^0.36.0",
4040
"@ethersproject/hash": "5.8.0",
4141
"@ethersproject/signing-key": "5.8.0",
4242
"@leapwallet/cosmos-snap-provider": "^0.1.26",

0 commit comments

Comments
 (0)