Update cosmjs

This commit is contained in:
abefernan
2023-07-26 09:38:22 +02:00
parent 0a6cc9f353
commit 86aa030865
2 changed files with 1941 additions and 3260 deletions
+1933 -3252
View File
File diff suppressed because it is too large Load Diff
+8 -8
View File
@@ -10,14 +10,14 @@
"lint:fix": "eslint --max-warnings 0 \"./**/*.{js,jsx,ts,tsx}\" --fix"
},
"dependencies": {
"@cosmjs/amino": "^0.31.0-alpha.2",
"@cosmjs/crypto": "^0.31.0-alpha.2",
"@cosmjs/encoding": "^0.31.0-alpha.2",
"@cosmjs/ledger-amino": "^0.31.0-alpha.2",
"@cosmjs/math": "^0.31.0-alpha.2",
"@cosmjs/proto-signing": "^0.31.0-alpha.2",
"@cosmjs/stargate": "^0.31.0-alpha.2",
"@cosmjs/utils": "^0.31.0-alpha.2",
"@cosmjs/amino": "^0.31.0",
"@cosmjs/crypto": "^0.31.0",
"@cosmjs/encoding": "^0.31.0",
"@cosmjs/ledger-amino": "^0.31.0",
"@cosmjs/math": "^0.31.0",
"@cosmjs/proto-signing": "^0.31.0",
"@cosmjs/stargate": "^0.31.0",
"@cosmjs/utils": "^0.31.0",
"@keplr-wallet/types": "^0.11.56",
"@ledgerhq/hw-transport-webusb": "^6.27.13",
"copy-to-clipboard": "^3.3.3",