Skip to content

Bump @wagmi/core to v2.16.4 and Viem to v2.23.4 to Fix Sepolia RPC Connection #2355

New issue

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

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

Already on GitHub? # to your account

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open
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 docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@web3-onboard/capsule": "^2.4.0",
"@web3-onboard/cede-store": "^2.3.1",
"@web3-onboard/coinbase": "^2.3.1",
"@web3-onboard/core": "^2.23.1-alpha.1",
"@web3-onboard/core": "^2.24.1",
"@web3-onboard/dcent": "^2.2.8",
"@web3-onboard/enkrypt": "^2.1.1",
"@web3-onboard/finoaconnect": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/routes/docs/[...3]modules/[...8]wagmi/+page.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ npm install @web3-onboard/wagmi

## WAGMI Usage

To add [WAGMI API](https://wagmi.sh/core/getting-started) support to your project you can simply install `web3-onboard/wagmi` import and pass in the WAGMI package default export directly into your onboard configuration. After doing so you can use all of the native WAGMI API functions directly from `@web3-onboard/wagmi`. This will give access to all WAGMI function available on or before `@wagmi/core` version `2.10.4`.
To add [WAGMI API](https://wagmi.sh/core/getting-started) support to your project you can simply install `web3-onboard/wagmi` import and pass in the WAGMI package default export directly into your onboard configuration. After doing so you can use all of the native WAGMI API functions directly from `@web3-onboard/wagmi`. This will give access to all WAGMI function available on or before `@wagmi/core` version `2.16.4`.

Full documentation for `wagmi/core` API functions can be found [here](https://wagmi.sh/core/getting-started).

Expand Down
2 changes: 1 addition & 1 deletion examples/with-sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@fontsource/fira-mono": "^4.5.10",
"@rollup/plugin-commonjs": "^25.0.7",
"@web3-onboard/core": "^2.22.3",
"@web3-onboard/core": "^2.24.1",
"@web3-onboard/injected-wallets": "^2.8.5",
"@web3-onboard/walletconnect": "^2.3.6",
"assert": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vanilla-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@web3-onboard/coinbase": "^2.2.2",
"@web3-onboard/core": "^2.22.3",
"@web3-onboard/core": "^2.24.1",
"@web3-onboard/injected-wallets": "^2.8.4",
"@web3-onboard/walletconnect": "^2.3.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/arcana-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@arcana/auth": "^1.0.10",
"@web3-onboard/common": "^2.4.1"
"@web3-onboard/common": "^2.4.3"
},
"devDependencies": {
"typescript": "^5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/bitget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
},
"dependencies": {
"@bitget-wallet/web3-sdk": "^0.0.8",
"@web3-onboard/common": "^2.4.1"
"@web3-onboard/common": "^2.4.3"
}
}
2 changes: 1 addition & 1 deletion packages/bitkeep/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
},
"dependencies": {
"@bitget-wallet/web3-sdk": "^0.0.8",
"@web3-onboard/common": "^2.4.1"
"@web3-onboard/common": "^2.4.3"
}
}
2 changes: 1 addition & 1 deletion packages/blocto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"window": "^4.2.7"
},
"dependencies": {
"@web3-onboard/common": "^2.4.1",
"@web3-onboard/common": "^2.4.3",
"@blocto/sdk": "^0.9.1"
}
}
2 changes: 1 addition & 1 deletion packages/bloom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"dependencies": {
"@walletconnect/ethereum-provider": "^2.13.0",
"@web3-onboard/common": "^2.4.1",
"@web3-onboard/common": "^2.4.3",
"joi": "17.9.1",
"rxjs": "^7.5.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/capsule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@usecapsule/react-sdk": "4.10.0",
"@usecapsule/wagmi-v2-integration": "3.10.0",
"@wagmi/chains": "^1.8.0",
"@web3-onboard/common": "^2.4.1",
"@web3-onboard/common": "^2.4.3",
"react-dom": "^18.2.0",
"viem": "2.9.15",
"wagmi": "2.5.19"
Expand Down
2 changes: 1 addition & 1 deletion packages/cede-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
},
"dependencies": {
"@cedelabs/providers": "^1.5.0",
"@web3-onboard/common": "^2.4.1"
"@web3-onboard/common": "^2.4.3"
}
}
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/common",
"version": "2.4.2",
"version": "2.4.3",
"description": "Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -76,6 +76,6 @@
},
"dependencies": {
"joi": "17.9.1",
"viem": "2.12.0"
"viem": "2.23.4"
}
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/core",
"version": "2.24.0",
"version": "2.24.1",
"description": "Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -71,7 +71,7 @@
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@web3-onboard/gas": "^2.1.5",
"@web3-onboard/wagmi": "2.0.0",
"@web3-onboard/wagmi": "2.0.2",
"@web3-onboard/unstoppable-resolution": "^2.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
Expand All @@ -97,7 +97,7 @@
"rxjs": "^7.5.5",
"svelte": "^3.49.0",
"svelte-i18n": "^4.0.1",
"viem": "2.12.0"
"viem": "2.23.4"
},
"engines": {
"node": ">=16.15.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/dcent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@web3-onboard/common": "^2.4.1",
"@web3-onboard/common": "^2.4.3",
"@web3-onboard/hw-common": "^2.3.2",
"@ethereumjs/tx": "^3.4.0",
"@ethersproject/providers": "^5.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@web3-onboard/bloom": "2.0.0",
"@web3-onboard/capsule": "^2.4.0",
"@web3-onboard/cede-store": "^2.3.1",
"@web3-onboard/core": "2.23.1",
"@web3-onboard/core": "2.24.1",
"@web3-onboard/coinbase": "^2.4.1",
"@web3-onboard/dcent": "^2.2.7",
"@web3-onboard/enkrypt": "^2.1.1",
Expand Down Expand Up @@ -66,7 +66,7 @@
"@web3-onboard/trust": "^2.1.1",
"@web3-onboard/uauth": "^2.2.1",
"@web3-onboard/venly": "^2.1.1",
"@web3-onboard/wagmi": "^2.0.1",
"@web3-onboard/wagmi": "^2.0.2",
"@web3-onboard/walletconnect": "^2.6.2",
"@web3-onboard/web3auth": "^2.4.0",
"@web3-onboard/xdefi": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/enkrypt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"@ethersproject/providers": "^5.5.0"
},
"dependencies": {
"@web3-onboard/common": "^2.4.1"
"@web3-onboard/common": "^2.4.3"
}
}
2 changes: 1 addition & 1 deletion packages/finoaconnect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
},
"dependencies": {
"@finoa/finoa-connect-sdk": "^1.0.4",
"@web3-onboard/core": "^2.22.3"
"@web3-onboard/core": "^2.24.1"
}
}
2 changes: 1 addition & 1 deletion packages/fortmatic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@web3-onboard/common": "^2.4.1",
"@web3-onboard/common": "^2.4.3",
"fortmatic": "^2.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/frame/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@web3-onboard/common": "^2.4.1",
"@web3-onboard/common": "^2.4.3",
"eth-provider": "^0.13.6"
}
}
2 changes: 1 addition & 1 deletion packages/frontier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@web3-onboard/common": "^2.4.1"
"@web3-onboard/common": "^2.4.3"
}
}
2 changes: 1 addition & 1 deletion packages/gas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@web3-onboard/common": "^2.4.1",
"@web3-onboard/common": "^2.4.3",
"rxjs": "^7.5.2",
"joi": "17.9.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/gnosis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@safe-global/safe-apps-sdk": "^8.0.0"
},
"dependencies": {
"@web3-onboard/common": "^2.4.1"
"@web3-onboard/common": "^2.4.3"
},
"peerDependencies": {
"@safe-global/safe-apps-provider": "^0.18.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
},
"dependencies": {
"@ethereumjs/common": "2.6.2",
"@web3-onboard/common": "^2.4.1",
"@web3-onboard/common": "^2.4.3",
"ethers": "5.5.4",
"joi": "17.9.1",
"rxjs": "^7.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/infinity-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"devDependencies": {
"@types/node": "^17.0.21",
"typescript": "^5.4.5",
"@web3-onboard/common": "^2.4.1"
"@web3-onboard/common": "^2.4.3"
},
"dependencies": {
"@infinitywallet/infinity-connector": "^1.0.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/injected/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"window": "^4.2.7"
},
"dependencies": {
"@web3-onboard/common": "^2.4.1",
"@web3-onboard/common": "^2.4.3",
"joi": "17.9.1",
"lodash.uniqby": "^4.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/keepkey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@ethersproject/providers": "^5.5.0",
"@shapeshiftoss/hdwallet-core": "^1.15.2",
"@shapeshiftoss/hdwallet-keepkey-webusb": "^1.15.2",
"@web3-onboard/common": "^2.4.1",
"@web3-onboard/common": "^2.4.3",
"@web3-onboard/hw-common": "^2.3.2",
"ethereumjs-util": "^7.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/keplr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@web3-onboard/common": "^2.4.1"
"@web3-onboard/common": "^2.4.3"
}
}
2 changes: 1 addition & 1 deletion packages/keystone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@ethereumjs/tx": "^3.4.0",
"@ethersproject/providers": "^5.5.0",
"@keystonehq/eth-keyring": "^0.14.4",
"@web3-onboard/common": "^2.4.1",
"@web3-onboard/common": "^2.4.3",
"@web3-onboard/hw-common": "^2.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/ledger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@walletconnect/client": "^1.8.0",
"@walletconnect/ethereum-provider": "2.9.1",
"@walletconnect/modal": "2.6.1",
"@web3-onboard/common": "^2.4.1",
"@web3-onboard/common": "^2.4.3",
"rxjs": "^7.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/magic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@web3-onboard/common": "^2.4.1",
"@web3-onboard/common": "^2.4.3",
"joi": "17.9.1",
"magic-sdk": "^8.1.0",
"rxjs": "^7.5.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/metamask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"dependencies": {
"@metamask/sdk": "^0.32.0",
"@web3-onboard/common": "^2.4.1"
"@web3-onboard/common": "^2.4.3"
},
"engines": {
"node": ">=18.18"
Expand Down
2 changes: 1 addition & 1 deletion packages/mew-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"window": "^4.2.7"
},
"dependencies": {
"@web3-onboard/common": "^2.4.1",
"@web3-onboard/common": "^2.4.3",
"lodash.uniqby": "^4.7.0"
}
}
2 changes: 1 addition & 1 deletion packages/mew/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@myetherwallet/mewconnect-web-client": "^2.2.0-beta.14"
},
"dependencies": {
"@web3-onboard/common": "^2.4.1",
"@web3-onboard/common": "^2.4.3",
"rxjs": "^7.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/okx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@web3-onboard/common": "^2.4.1"
"@web3-onboard/common": "^2.4.3"
}
}
2 changes: 1 addition & 1 deletion packages/particle-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@web3-onboard/common": "^2.4.1",
"@web3-onboard/common": "^2.4.3",
"@particle-network/auth": "^1.2.1",
"@particle-network/provider": "^1.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/passport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"dependencies": {
"@0xpass/passport": "2.1.1",
"@0xpass/passport-viem": "2.0.1",
"@web3-onboard/common": "^2.4.1",
"@web3-onboard/common": "^2.4.3",
"crypto-js": "^4.2.0",
"react-dom": "^18.2.0",
"viem": "^2.9.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/phantom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@web3-onboard/common": "^2.4.1"
"@web3-onboard/common": "^2.4.3"
}
}
2 changes: 1 addition & 1 deletion packages/portis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
},
"dependencies": {
"@portis/web3": "^4.0.6",
"@web3-onboard/common": "^2.4.1"
"@web3-onboard/common": "^2.4.3"
}
}
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@web3-onboard/core": "2.24.0",
"@web3-onboard/common": "^2.4.1",
"@web3-onboard/core": "2.24.1",
"@web3-onboard/common": "^2.4.3",
"use-sync-external-store": "1.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sequence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@web3-onboard/common": "^2.4.1",
"@web3-onboard/common": "^2.4.3",
"0xsequence": "^0.43.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@web3-onboard/common": "^2.4.1",
"@web3-onboard/core": "2.24.0",
"@web3-onboard/common": "^2.4.3",
"@web3-onboard/core": "2.24.1",
"solid-js": "^1.8.1"
}
}
Loading