Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the extra chain id and chain change issue #1910

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@unstoppabledomains/resolution": "8.5.0",
"@web3-name-sdk/core": "^0.2.0",
"@web3-onboard/coinbase": "^2.4.1",
"@web3-onboard/core": "2.22.2",
"@web3-onboard/core": "^2.22.3",
"@web3-onboard/injected-wallets": "2.11.2",
"@web3-onboard/react": "^2.9.2",
"@web3-onboard/walletconnect": "2.6.1",
Expand Down
1 change: 0 additions & 1 deletion src/common/Common.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export const LOGO_ALIAS_CHAIN: {
80002: Polygon,
97: BNB,
56: BNB,
84532: BNB,
42161: Arbitrum,
421614: Arbitrum,
11155420: Optimisim,
Expand Down
24 changes: 2 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8002,27 +8002,7 @@ __metadata:
languageName: node
linkType: hard

"@web3-onboard/core@npm:2.22.2":
version: 2.22.2
resolution: "@web3-onboard/core@npm:2.22.2"
dependencies:
"@web3-onboard/common": "npm:^2.4.1"
bnc-sdk: "npm:^4.6.7"
bowser: "npm:^2.11.0"
eventemitter3: "npm:^4.0.7"
joi: "npm:17.9.1"
lodash.merge: "npm:^4.6.2"
lodash.partition: "npm:^4.6.0"
nanoid: "npm:^4.0.0"
rxjs: "npm:^7.5.5"
svelte: "npm:^3.49.0"
svelte-i18n: "npm:^3.3.13"
viem: "npm:2.12.0"
checksum: 10/098750fb1553193181280d40643588a1c0e8107cf4499e3cfef318697099636a0ff48244c41d34f3944e66754ff85da7ed9caf1498634eaa7cdccbae52c807bf
languageName: node
linkType: hard

"@web3-onboard/core@npm:2.22.3, @web3-onboard/core@npm:^2.21.1":
"@web3-onboard/core@npm:2.22.3, @web3-onboard/core@npm:^2.21.1, @web3-onboard/core@npm:^2.22.3":
version: 2.22.3
resolution: "@web3-onboard/core@npm:2.22.3"
dependencies:
Expand Down Expand Up @@ -18320,7 +18300,7 @@ __metadata:
"@vitejs/plugin-react": "npm:^4.2.1"
"@web3-name-sdk/core": "npm:^0.2.0"
"@web3-onboard/coinbase": "npm:^2.4.1"
"@web3-onboard/core": "npm:2.22.2"
"@web3-onboard/core": "npm:^2.22.3"
"@web3-onboard/injected-wallets": "npm:2.11.2"
"@web3-onboard/react": "npm:^2.9.2"
"@web3-onboard/walletconnect": "npm:2.6.1"
Expand Down
Loading