Skip to content

Commit

Permalink
update registries (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki authored Dec 3, 2024
1 parent 9068af7 commit bf6c1f7
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@protobufs/gogoproto": "0.0.10",
"@protobufs/google": "0.0.10",
"@types/keccak": "3.0.4",
"chain-registry": "^1.69.47",
"chain-registry": "^1.69.51",
"minimatch": "^9.0.3",
"proxy-from-env": "^1.1.0",
"vitest": "^1.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/src/codegen/chains.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react": "^4.3.1",
"buffer": "^6.0.3",
"chain-registry": "^1.69.47",
"chain-registry": "^1.69.51",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^4.6.2",
"node-polyfill-webpack-plugin": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/widget/src/constants/cosmosChains/explorers.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/widget/src/constants/cosmosChains/mainnet.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/widget/src/constants/cosmosChains/testnet.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/widget/src/pages/ErrorPage/ErrorPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const ErrorPage = () => {
}
}, [error]);

if (error?.errorType === undefined) return;
if (error?.errorType === undefined) return null;

return <Column gap={5}>{renderErrorVariant}</Column>;
};
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2182,10 +2182,10 @@ __metadata:
languageName: node
linkType: hard

"@chain-registry/types@npm:^0.50.24":
version: 0.50.24
resolution: "@chain-registry/types@npm:0.50.24"
checksum: 34ae102af0323fd58cc03c839235a5d720e0f475b1f13d48358bfa21e8e593f0f2e4e1e9ab0358a380f0df09e7be2dde7d40d760b54e6ad99a5a8343b81a17a3
"@chain-registry/types@npm:^0.50.26":
version: 0.50.26
resolution: "@chain-registry/types@npm:0.50.26"
checksum: 05d94d394797efc08c88a5143f685702c4ce442354b042393ec8f318a3a0c41d7a8e9ba37c6ce582463f6133837fd2575e923862459d7b9c35ded8913e24e31c
languageName: node
linkType: hard

Expand Down Expand Up @@ -7619,7 +7619,7 @@ __metadata:
"@solana/wallet-adapter-base": ^0.9.23
"@types/keccak": 3.0.4
axios: 1.x
chain-registry: ^1.69.47
chain-registry: ^1.69.51
cosmjs-types: ^0.9.0
create-hash: ^1.2.0
keccak: 3.0.4
Expand Down Expand Up @@ -7679,7 +7679,7 @@ __metadata:
"@typescript-eslint/parser": ^7.15.0
"@vitejs/plugin-react": ^4.3.1
buffer: ^6.0.3
chain-registry: ^1.69.47
chain-registry: ^1.69.51
eslint: ^9.9.0
eslint-plugin-react-hooks: ^4.6.2
jotai: ^2.10.1
Expand Down Expand Up @@ -12930,12 +12930,12 @@ __metadata:
languageName: node
linkType: hard

"chain-registry@npm:^1.69.47":
version: 1.69.47
resolution: "chain-registry@npm:1.69.47"
"chain-registry@npm:^1.69.51":
version: 1.69.51
resolution: "chain-registry@npm:1.69.51"
dependencies:
"@chain-registry/types": ^0.50.24
checksum: fcdf63b656679440f1e59e580897d5190ce662c51ec7c60860495dfe685b5fa333dfe09b219e812dd8afe48d303fdc1d0617f1b5a7bede3e3a77397064b2ee16
"@chain-registry/types": ^0.50.26
checksum: 5f9f0e4b70318258bc56b826a3e2e53ceaf7d78cc3fbbb2dd3b60e9458ff19b9d3279a42f49f03cbe31443771ed6881ea708301e66ad19bc9cf9b9f5e3cd4a0e
languageName: node
linkType: hard

Expand Down

0 comments on commit bf6c1f7

Please sign in to comment.