Skip to content

Commit bf4ab5a

Browse files
committed
Merge in docs
2 parents 37ad441 + 18636ba commit bf4ab5a

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

docs/src/lib/services/onboard.js

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,13 @@ const intiOnboard = async (theme) => {
178178
},
179179
{
180180
id: 42161,
181-
token: 'ARB-ETH',
181+
token: 'ETH',
182182
label: 'Arbitrum One',
183183
rpcUrl: 'https://rpc.ankr.com/arbitrum'
184184
},
185185
{
186186
id: '0xa4ba',
187-
token: 'ARB',
187+
token: 'ETH',
188188
label: 'Arbitrum Nova',
189189
rpcUrl: 'https://nova.arbitrum.io/rpc'
190190
},
@@ -217,12 +217,6 @@ const intiOnboard = async (theme) => {
217217
token: 'OETH',
218218
label: 'Optimism',
219219
rpcUrl: 'https://mainnet.optimism.io'
220-
},
221-
{
222-
id: '0xA4B1',
223-
token: 'ARB-ETH',
224-
label: 'Arbitrum',
225-
rpcUrl: 'https://rpc.ankr.com/arbitrum'
226220
}
227221
],
228222
appMetadata: {

docs/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3833,10 +3833,10 @@
38333833
ethers "5.5.4"
38343834
joi "17.9.1"
38353835

3836-
"@web3-onboard/core@^2.21.1":
3837-
version "2.21.1"
3838-
resolved "https://registry.yarnpkg.com/@web3-onboard/core/-/core-2.21.1.tgz#addb6c07c376cbbed3ae1d9ea6aabf05b15a8309"
3839-
integrity sha512-2ETfh+MIcRdEq1fY3+hc4KDTVelJLzNK9SpiH58kZ43/G5ky5IuTRS22e0xpsn/4pq5a1Y0Pgc1tHQncyZpndw==
3836+
"@web3-onboard/core@^2.21.2":
3837+
version "2.21.2"
3838+
resolved "https://registry.yarnpkg.com/@web3-onboard/core/-/core-2.21.2.tgz#962683efc87b29ee9150ab8d7ea9568ea3b41dd5"
3839+
integrity sha512-apzVi2zWqs4ktZBBJ60x1e4odI1mSoZ2c69bXUg36A0xI0iRFQ9Od44peI3mfTDEru7hWsr81Nv6l+v3HRSKLw==
38403840
dependencies:
38413841
"@web3-onboard/common" "^2.3.3"
38423842
bignumber.js "^9.0.0"

0 commit comments

Comments
 (0)