Feature/upgrade cosm client (#534)

* Exporting Coin struct, needed for wallet

* Upgrading cosmwasm client to 0.24.1
This commit is contained in:
Dave Hrycyszyn
2021-03-18 14:40:55 +00:00
committed by GitHub
parent 67c92b3e56
commit d301694404
+6 -6
View File
@@ -30,11 +30,11 @@
"typescript": "^4.1.3"
},
"dependencies": {
"@cosmjs/cosmwasm": "^0.24.0-alpha.18",
"@cosmjs/cosmwasm-stargate": "^0.24.0-alpha.18",
"@cosmjs/crypto": "^0.24.0-alpha.18",
"@cosmjs/launchpad": "^0.24.0-alpha.18",
"@cosmjs/proto-signing": "^0.24.0-alpha.18",
"@cosmjs/math": "^0.24.0-alpha.18"
"@cosmjs/cosmwasm": "^0.24.1",
"@cosmjs/cosmwasm-stargate": "^0.24.1",
"@cosmjs/crypto": "^0.24.1",
"@cosmjs/launchpad": "^0.24.1",
"@cosmjs/proto-signing": "^0.24.1",
"@cosmjs/math": "^0.24.1"
}
}