Skip to content

Commit

Permalink
bump cosmjs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thal0x committed Apr 11, 2024
1 parent 9f52ba4 commit f3943d2
Show file tree
Hide file tree
Showing 4 changed files with 125 additions and 115 deletions.
204 changes: 108 additions & 96 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,25 @@
"visdeps": "bash ./src/scripts/visdeps.sh"
},
"overrides": {
"@cosmjs/amino": "0.32.x",
"@cosmjs/cosmwasm-stargate": "0.32.x",
"@cosmjs/encoding": "0.32.x",
"@cosmjs/ledger-amino": "0.32.x",
"@cosmjs/math": "0.32.x",
"@cosmjs/proto-signing": "0.32.x",
"@cosmjs/stargate": "0.32.x",
"@cosmjs/tendermint-rpc": "0.32.x",
"@cosmjs/amino": "0.31.x",
"@cosmjs/cosmwasm-stargate": "0.31.x",
"@cosmjs/encoding": "0.31.x",
"@cosmjs/ledger-amino": "0.31.x",
"@cosmjs/math": "0.31.x",
"@cosmjs/proto-signing": "0.31.x",
"@cosmjs/stargate": "0.31.x",
"@cosmjs/tendermint-rpc": "0.31.x",
"cosmjs-types": "0.8.x"
},
"dependencies": {
"@cosmjs/amino": "0.32.x",
"@cosmjs/cosmwasm-stargate": "0.32.x",
"@cosmjs/encoding": "0.32.x",
"@cosmjs/ledger-amino": "0.32.x",
"@cosmjs/math": "0.32.x",
"@cosmjs/proto-signing": "0.32.x",
"@cosmjs/stargate": "0.32.x",
"@cosmjs/tendermint-rpc": "0.32.x",
"@cosmjs/amino": "0.31.x",
"@cosmjs/cosmwasm-stargate": "0.31.x",
"@cosmjs/encoding": "0.31.x",
"@cosmjs/ledger-amino": "0.31.x",
"@cosmjs/math": "0.31.x",
"@cosmjs/proto-signing": "0.31.x",
"@cosmjs/stargate": "0.31.x",
"@cosmjs/tendermint-rpc": "0.31.x",
"@cosmos-kit/core": "2.8.x",
"@cosmos-kit/cosmostation": "2.6.x",
"@cosmos-kit/cosmostation-extension": "^2.7.10",
Expand Down
2 changes: 0 additions & 2 deletions src/utils/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ export function createProxyHandler(type: "api" | "rpc", fallbackFn?: FallbackEnd

let data = getWhitelabelEndpoint(chainID, type);

console.log(chainID, data);

fallbackFn && (data ??= await fallbackFn(chainID));

if (!data) {
Expand Down

0 comments on commit f3943d2

Please sign in to comment.