Skip to content

Commit

Permalink
upgrade @chain-registry/keplr in keplr-extension
Browse files Browse the repository at this point in the history
  • Loading branch information
theothersideofgods committed Jun 18, 2024
1 parent e69a08b commit 33d04ce
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
4 changes: 2 additions & 2 deletions wallets/keplr-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
]
},
"dependencies": {
"@chain-registry/keplr": "1.64.4",
"@chain-registry/keplr": "^1.68.2",
"@cosmos-kit/core": "^2.12.0",
"@keplr-wallet/provider-extension": "^0.12.95",
"@keplr-wallet/types": "^0.12.95"
Expand All @@ -81,4 +81,4 @@
"@cosmjs/proto-signing": ">=0.32.3"
},
"gitHead": "2b5f2de5d9ed1580be4137736dfc6cce779679d1"
}
}
2 changes: 1 addition & 1 deletion wallets/keplr-extension/src/extension/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export class KeplrClient implements WalletClient {
}
}

chainInfo.chain.codebase = undefined // bypass @chain-registry/keplr's check for codebase


const suggestChain = chainRegistryChainToKeplr(
chainInfo.chain,
Expand Down
15 changes: 15 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1193,6 +1193,16 @@
"@keplr-wallet/crypto" "0.12.28"
semver "^7.5.0"

"@chain-registry/keplr@1.68.2":
version "1.68.2"
resolved "https://registry.yarnpkg.com/@chain-registry/keplr/-/keplr-1.68.2.tgz#d322db5317e3c5299aa3cf62d1971403ed08fd31"
integrity sha512-H3rdf/cLx7bNyyKo+1nI9HpLTlLzyeqi0Rmt+ggwtFRC63ZmDaMg/3vPY4rHvu38OdcaOid4Nyfc+7h3EEPW8Q==
dependencies:
"@chain-registry/types" "^0.45.1"
"@keplr-wallet/cosmos" "0.12.28"
"@keplr-wallet/crypto" "0.12.28"
semver "^7.5.0"

"@chain-registry/keplr@^1.64.2":
version "1.64.2"
resolved "https://registry.yarnpkg.com/@chain-registry/keplr/-/keplr-1.64.2.tgz#254f392a8a2db285daa75dd849fb652e1973cf39"
Expand All @@ -1213,6 +1223,11 @@
resolved "https://registry.yarnpkg.com/@chain-registry/types/-/types-0.41.1.tgz#0da38b579265456ded54d556f8da6a555babd086"
integrity sha512-YZcmYjc1N4eOSd5Vi8rT1CtIDNvcqVoSNPBImfEqpBG+NBokO02WVQtsflFi4/MYRkLQQIHN7yDok09hld+c+Q==

"@chain-registry/types@^0.45.1":
version "0.45.1"
resolved "https://registry.yarnpkg.com/@chain-registry/types/-/types-0.45.1.tgz#bbe8cb65d80cf6be658f9eb0840eb72648d8cd08"
integrity sha512-xDq3RZwLM6VZt7Bwrilm588xTce7mOZIpLIjpwaT/V6HD3TuzJC3FWMRAxUtMuhQldcjW8b8em5HdFY467FRhA==

"@chain-registry/utils@^1.42.3":
version "1.42.3"
resolved "https://registry.yarnpkg.com/@chain-registry/utils/-/utils-1.42.3.tgz#90ad49d19bc095e991fa89bffaa70eaa8d9e8618"
Expand Down

0 comments on commit 33d04ce

Please sign in to comment.