Upgrade cosmjs to 0.28.0

This commit is contained in:
Milan Steiner
2022-03-30 11:17:54 +02:00
parent 19c01d31f8
commit d3bdf9de91
2 changed files with 5174 additions and 93 deletions
+5168 -87
View File
File diff suppressed because it is too large Load Diff
+6 -6
View File
@@ -8,12 +8,12 @@
"lint:fix": "eslint --max-warnings 0 \"./**/*.js\" --fix"
},
"dependencies": {
"@cosmjs/amino": "^0.27.0",
"@cosmjs/crypto": "^0.27.0",
"@cosmjs/encoding": "^0.27.0",
"@cosmjs/math": "^0.27.0",
"@cosmjs/proto-signing": "^0.27.0",
"@cosmjs/stargate": "^0.27.0",
"@cosmjs/amino": "^0.28.0",
"@cosmjs/crypto": "^0.28.0",
"@cosmjs/encoding": "^0.28.0",
"@cosmjs/math": "^0.28.0",
"@cosmjs/proto-signing": "^0.28.0",
"@cosmjs/stargate": "^0.28.0",
"@keplr-wallet/types": "^0.9.0-alpha.4",
"axios": "^0.21.1",
"copy-to-clipboard": "^3.3.1",