Skip to content

Commit 86fef72

Browse files
authored
Merge pull request #1917 from blocknative/release/2.24.11
Release 2.24.11
2 parents a570c3a + bda606f commit 86fef72

File tree

25 files changed

+907
-3917
lines changed

25 files changed

+907
-3917
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,18 @@ const onboard = Onboard({
4242
label: 'Ethereum Mainnet',
4343
rpcUrl: MAINNET_RPC_URL
4444
},
45+
{
46+
id: 42161,
47+
token: 'ARB-ETH',
48+
label: 'Arbitrum One',
49+
rpcUrl: 'https://rpc.ankr.com/arbitrum'
50+
},
51+
{
52+
id: '0xa4ba',
53+
token: 'ARB',
54+
label: 'Arbitrum Nova',
55+
rpcUrl: 'https://nova.arbitrum.io/rpc'
56+
},
4557
{
4658
id: '0x2105',
4759
token: 'ETH',

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@web3-onboard/blocto": "^2.0.0",
5656
"@web3-onboard/cede-store": "^2.1.0",
5757
"@web3-onboard/coinbase": "^2.2.5",
58-
"@web3-onboard/core": "^2.21.1",
58+
"@web3-onboard/core": "^2.21.2",
5959
"@web3-onboard/dcent": "^2.2.7",
6060
"@web3-onboard/enkrypt": "^2.0.4",
6161
"@web3-onboard/fortmatic": "^2.0.19",

docs/src/lib/services/onboard.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,18 @@ const intiOnboard = async (theme) => {
176176
label: 'Sepolia',
177177
rpcUrl: 'https://rpc.sepolia.org/'
178178
},
179+
{
180+
id: 42161,
181+
token: 'ARB-ETH',
182+
label: 'Arbitrum One',
183+
rpcUrl: 'https://rpc.ankr.com/arbitrum'
184+
},
185+
{
186+
id: '0xa4ba',
187+
token: 'ARB',
188+
label: 'Arbitrum Nova',
189+
rpcUrl: 'https://nova.arbitrum.io/rpc'
190+
},
179191
{
180192
id: '0x2105',
181193
token: 'ETH',

docs/src/routes/docs/[...1]overview/[...1]introduction/+page.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ Web3-Onboard is the quickest and easiest way to add multi-wallet and multi-chain
3737
web3-onboard supports all EVM networks. Supporting a new network is simply a matter of adding its details in the Chains section upon initialization. For more information see [initialization options](../../modules/core.md#initialization).
3838

3939
- Ethereum
40-
- Polygon
40+
- Arbitrum One
41+
- Arbitrum Nova
4142
- Base
42-
- Arbitrum
43+
- Polygon
4344
- Optimism
4445
- Avalanche
4546
- BNB Chain
@@ -51,7 +52,7 @@ web3-onboard supports all EVM networks. Supporting a new network is simply a mat
5152
- Goerli
5253
- Sepolia
5354
- Base Goerli
54-
- All other EVM network
55+
- All other EVM networks
5556

5657
### Optional - Use an API key to fetch real time transaction data, balances & gas
5758

@@ -108,6 +109,18 @@ const onboard = Onboard({
108109
label: 'Ethereum Mainnet',
109110
rpcUrl: MAINNET_RPC_URL
110111
},
112+
{
113+
id: 42161,
114+
token: 'ARB-ETH',
115+
label: 'Arbitrum One',
116+
rpcUrl: 'https://rpc.ankr.com/arbitrum'
117+
},
118+
{
119+
id: '0xa4ba',
120+
token: 'ARB',
121+
label: 'Arbitrum Nova',
122+
rpcUrl: 'https://nova.arbitrum.io/rpc'
123+
},
111124
{
112125
id: '0x2105',
113126
token: 'ETH',

docs/src/routes/docs/[...2]getting-started/[...1]installation/+page.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,18 @@ const chains = [
6161
label: 'Ethereum Mainnet',
6262
rpcUrl: 'https://mainnet.infura.io/v3/${INFURA_ID}'
6363
},
64+
{
65+
id: 42161,
66+
token: 'ARB-ETH',
67+
label: 'Arbitrum One',
68+
rpcUrl: 'https://rpc.ankr.com/arbitrum'
69+
},
70+
{
71+
id: '0xa4ba',
72+
token: 'ARB',
73+
label: 'Arbitrum Nova',
74+
rpcUrl: 'https://nova.arbitrum.io/rpc'
75+
},
6476
{
6577
id: 137,
6678
token: 'MATIC',

docs/src/routes/docs/[...3]modules/[...1]core/+page.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -654,22 +654,22 @@ const onboard = Onboard({
654654
rpcUrl: 'https://mainnet.base.org'
655655
},
656656
{
657-
id: '0x38',
658-
token: 'BNB',
659-
label: 'Binance Smart Chain',
660-
rpcUrl: 'https://bsc-dataseed.binance.org/'
657+
id: 42161,
658+
token: 'ARB-ETH',
659+
label: 'Arbitrum One',
660+
rpcUrl: 'https://rpc.ankr.com/arbitrum'
661+
},
662+
{
663+
id: '0xa4ba',
664+
token: 'ARB',
665+
label: 'Arbitrum Nova',
666+
rpcUrl: 'https://nova.arbitrum.io/rpc'
661667
},
662668
{
663669
id: 10,
664670
token: 'OETH',
665671
label: 'Optimism',
666672
rpcUrl: 'https://mainnet.optimism.io'
667-
},
668-
{
669-
id: 42161,
670-
token: 'ARB-ETH',
671-
label: 'Arbitrum',
672-
rpcUrl: 'https://rpc.ankr.com/arbitrum'
673673
}
674674
],
675675
appMetadata: {

docs/src/routes/docs/[...3]modules/[...3]react/+page.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,18 @@ init({
5555
label: 'Ethereum Mainnet',
5656
rpcUrl
5757
},
58+
{
59+
id: 42161,
60+
token: 'ARB-ETH',
61+
label: 'Arbitrum One',
62+
rpcUrl: 'https://rpc.ankr.com/arbitrum'
63+
},
64+
{
65+
id: '0xa4ba',
66+
token: 'ARB',
67+
label: 'Arbitrum Nova',
68+
rpcUrl: 'https://nova.arbitrum.io/rpc'
69+
},
5870
{
5971
id: '0x2105',
6072
token: 'ETH',

docs/src/routes/docs/[...3]modules/[...6]vue/+page.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,18 @@ const web3Onboard = init({
4444
label: 'Ethereum Mainnet',
4545
rpcUrl
4646
},
47+
{
48+
id: 42161,
49+
token: 'ARB-ETH',
50+
label: 'Arbitrum One',
51+
rpcUrl: 'https://rpc.ankr.com/arbitrum'
52+
},
53+
{
54+
id: '0xa4ba',
55+
token: 'ARB',
56+
label: 'Arbitrum Nova',
57+
rpcUrl: 'https://nova.arbitrum.io/rpc'
58+
},
4759
{
4860
id: '0x2105',
4961
token: 'ETH',

docs/src/routes/docs/[...4]wallets/[...11]injected/+page.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,18 @@ const onboard = Onboard({
4848
label: 'Ethereum Mainnet',
4949
rpcUrl: MAINNET_RPC_URL
5050
},
51+
{
52+
id: 42161,
53+
token: 'ARB-ETH',
54+
label: 'Arbitrum One',
55+
rpcUrl: 'https://rpc.ankr.com/arbitrum'
56+
},
57+
{
58+
id: '0xa4ba',
59+
token: 'ARB',
60+
label: 'Arbitrum Nova',
61+
rpcUrl: 'https://nova.arbitrum.io/rpc'
62+
},
5163
{
5264
id: '0x2105',
5365
token: 'ETH',

0 commit comments

Comments
 (0)