Skip to content

Commit 17305dc

Browse files
authored
Merge pull request #1932 from blocknative/release/2.24.12
Release 2.24.12 (develop)
2 parents 2b6ce76 + a8b1bbd commit 17305dc

File tree

8 files changed

+65
-22
lines changed

8 files changed

+65
-22
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"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-onboard-monorepo",
3-
"version": "2.24.11",
3+
"version": "2.24.12",
44
"private": true,
55
"workspaces": {
66
"packages": [

packages/coinbase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/coinbase",
3-
"version": "2.2.6-alpha.1",
3+
"version": "2.2.6",
44
"description": "Coinbase SDK wallet module for connecting to Web3-Onboard. 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.",
55
"keywords": [
66
"Ethereum",

packages/demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@web3-onboard/arcana-auth": "^2.0.0",
3131
"@web3-onboard/blocto": "2.0.0",
3232
"@web3-onboard/cede-store": "^2.1.0",
33-
"@web3-onboard/coinbase": "^2.2.6-alpha.1",
33+
"@web3-onboard/coinbase": "^2.2.6",
3434
"@web3-onboard/core": "^2.21.2",
3535
"@web3-onboard/dcent": "^2.2.7",
3636
"@web3-onboard/enkrypt": "^2.0.3",
@@ -40,7 +40,7 @@
4040
"@web3-onboard/gas": "^2.1.7",
4141
"@web3-onboard/gnosis": "^2.1.10",
4242
"@web3-onboard/infinity-wallet": "^2.0.3",
43-
"@web3-onboard/injected-wallets": "^2.10.7-alpha.1",
43+
"@web3-onboard/injected-wallets": "^2.10.7",
4444
"@web3-onboard/keepkey": "^2.3.7",
4545
"@web3-onboard/keystone": "^2.3.7",
4646
"@web3-onboard/ledger": "^2.5.2",
@@ -56,7 +56,7 @@
5656
"@web3-onboard/trust": "^2.0.3",
5757
"@web3-onboard/uauth": "^2.1.2",
5858
"@web3-onboard/venly": "^2.0.0",
59-
"@web3-onboard/walletconnect": "^2.4.7-alpha.4",
59+
"@web3-onboard/walletconnect": "^2.4.7",
6060
"@web3-onboard/web3auth": "^2.2.2",
6161
"@web3-onboard/xdefi": "^2.0.5",
6262
"@web3-onboard/zeal": "^2.0.3",

packages/injected/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/injected-wallets",
3-
"version": "2.10.7-alpha.2",
3+
"version": "2.10.7",
44
"description": "Injected wallet module for connecting browser extension and mobile wallets to Web3-Onboard. 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.",
55
"keywords": [
66
"Ethereum",

packages/walletconnect/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/walletconnect",
3-
"version": "2.4.7-alpha.4",
3+
"version": "2.4.7",
44
"description": "WalletConnect SDK module for connecting to Web3-Onboard. 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.",
55
"keywords": [
66
"Ethereum",
@@ -61,8 +61,8 @@
6161
"dependencies": {
6262
"@ethersproject/providers": "5.5.0",
6363
"@walletconnect/client": "^1.8.0",
64-
"@walletconnect/ethereum-provider": "^2.10.0",
65-
"@walletconnect/modal": "2.6.1",
64+
"@walletconnect/ethereum-provider": "^2.10.1",
65+
"@walletconnect/modal": "2.6.2",
6666
"@walletconnect/qrcode-modal": "^1.8.0",
6767
"@web3-onboard/common": "^2.3.3",
6868
"joi": "17.9.1",

yarn.lock

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3614,7 +3614,7 @@
36143614
"@walletconnect/utils" "2.9.1"
36153615
events "^3.3.0"
36163616

3617-
"@walletconnect/ethereum-provider@^2.10.0":
3617+
"@walletconnect/ethereum-provider@^2.10.1":
36183618
version "2.10.1"
36193619
resolved "https://registry.yarnpkg.com/@walletconnect/ethereum-provider/-/ethereum-provider-2.10.1.tgz#4733a98f0b388cf5ae6c2b269f50da87da432ee5"
36203620
integrity sha512-Yhoz8EXkKzxOlBT6G+elphqCx/gkH6RxD9/ZAiy9lLc8Ng5p1gvKCVVP5zsGNE9FbkKmHd+J9JJRzn2Bw2yqtQ==
@@ -3772,6 +3772,13 @@
37723772
dependencies:
37733773
valtio "1.11.0"
37743774

3775+
"@walletconnect/[email protected]":
3776+
version "2.6.2"
3777+
resolved "https://registry.yarnpkg.com/@walletconnect/modal-core/-/modal-core-2.6.2.tgz#d73e45d96668764e0c8668ea07a45bb8b81119e9"
3778+
integrity sha512-cv8ibvdOJQv2B+nyxP9IIFdxvQznMz8OOr/oR/AaUZym4hjXNL/l1a2UlSQBXrVjo3xxbouMxLb3kBsHoYP2CA==
3779+
dependencies:
3780+
valtio "1.11.2"
3781+
37753782
"@walletconnect/[email protected]":
37763783
version "2.6.1"
37773784
resolved "https://registry.yarnpkg.com/@walletconnect/modal-ui/-/modal-ui-2.6.1.tgz#200c54c8dfe3c71321abb2724e18bb357dfd6371"
@@ -3782,6 +3789,16 @@
37823789
motion "10.16.2"
37833790
qrcode "1.5.3"
37843791

3792+
"@walletconnect/[email protected]":
3793+
version "2.6.2"
3794+
resolved "https://registry.yarnpkg.com/@walletconnect/modal-ui/-/modal-ui-2.6.2.tgz#fa57c087c57b7f76aaae93deab0f84bb68b59cf9"
3795+
integrity sha512-rbdstM1HPGvr7jprQkyPggX7rP4XiCG85ZA+zWBEX0dVQg8PpAgRUqpeub4xQKDgY7pY/xLRXSiCVdWGqvG2HA==
3796+
dependencies:
3797+
"@walletconnect/modal-core" "2.6.2"
3798+
lit "2.8.0"
3799+
motion "10.16.2"
3800+
qrcode "1.5.3"
3801+
37853802
"@walletconnect/[email protected]":
37863803
version "2.6.1"
37873804
resolved "https://registry.yarnpkg.com/@walletconnect/modal/-/modal-2.6.1.tgz#066fdbfcff83b58c8a9da66ab4af0eb93e3626de"
@@ -3790,6 +3807,14 @@
37903807
"@walletconnect/modal-core" "2.6.1"
37913808
"@walletconnect/modal-ui" "2.6.1"
37923809

3810+
"@walletconnect/[email protected]":
3811+
version "2.6.2"
3812+
resolved "https://registry.yarnpkg.com/@walletconnect/modal/-/modal-2.6.2.tgz#4b534a836f5039eeb3268b80be7217a94dd12651"
3813+
integrity sha512-eFopgKi8AjKf/0U4SemvcYw9zlLpx9njVN8sf6DAkowC2Md0gPU/UNEbH1Wwj407pEKnEds98pKWib1NN1ACoA==
3814+
dependencies:
3815+
"@walletconnect/modal-core" "2.6.2"
3816+
"@walletconnect/modal-ui" "2.6.2"
3817+
37933818
"@walletconnect/qrcode-modal@^1.8.0":
37943819
version "1.8.0"
37953820
resolved "https://registry.yarnpkg.com/@walletconnect/qrcode-modal/-/qrcode-modal-1.8.0.tgz#ddd6f5c9b7ee52c16adf9aacec2a3eac4994caea"
@@ -9041,6 +9066,13 @@ lit-html@^2.7.0:
90419066
dependencies:
90429067
"@types/trusted-types" "^2.0.2"
90439068

9069+
lit-html@^2.8.0:
9070+
version "2.8.0"
9071+
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-2.8.0.tgz#96456a4bb4ee717b9a7d2f94562a16509d39bffa"
9072+
integrity sha512-o9t+MQM3P4y7M7yNzqAyjp7z+mQGa4NS4CxiyLqFPyFWyc4O+nodLrkrxSaCTrla6M5YOLaT3RpbbqjszB5g3Q==
9073+
dependencies:
9074+
"@types/trusted-types" "^2.0.2"
9075+
90449076
90459077
version "2.7.6"
90469078
resolved "https://registry.yarnpkg.com/lit/-/lit-2.7.6.tgz#810007b876ed43e0c70124de91831921598b1665"
@@ -9050,6 +9082,15 @@ [email protected]:
90509082
lit-element "^3.3.0"
90519083
lit-html "^2.7.0"
90529084

9085+
9086+
version "2.8.0"
9087+
resolved "https://registry.yarnpkg.com/lit/-/lit-2.8.0.tgz#4d838ae03059bf9cafa06e5c61d8acc0081e974e"
9088+
integrity sha512-4Sc3OFX9QHOJaHbmTMk28SYgVxLN3ePDjg7hofEft2zWlehFL3LiAuapWc4U/kYwMYJSh2hTCPZ6/LIC7ii0MA==
9089+
dependencies:
9090+
"@lit/reactive-element" "^1.6.0"
9091+
lit-element "^3.3.0"
9092+
lit-html "^2.8.0"
9093+
90539094
loader-runner@^4.2.0:
90549095
version "4.2.0"
90559096
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-4.2.0.tgz#d7022380d66d14c5fb1d496b89864ebcfd478384"
@@ -12494,6 +12535,14 @@ [email protected]:
1249412535
proxy-compare "2.5.1"
1249512536
use-sync-external-store "1.2.0"
1249612537

12538+
12539+
version "1.11.2"
12540+
resolved "https://registry.yarnpkg.com/valtio/-/valtio-1.11.2.tgz#b8049c02dfe65620635d23ebae9121a741bb6530"
12541+
integrity sha512-1XfIxnUXzyswPAPXo1P3Pdx2mq/pIqZICkWN60Hby0d9Iqb+MEIpqgYVlbflvHdrp2YR/q3jyKWRPJJ100yxaw==
12542+
dependencies:
12543+
proxy-compare "2.5.1"
12544+
use-sync-external-store "1.2.0"
12545+
1249712546
1249812547
version "5.0.0"
1249912548
resolved "https://registry.yarnpkg.com/varint/-/varint-5.0.0.tgz#d826b89f7490732fabc0c0ed693ed475dcb29ebf"

0 commit comments

Comments
 (0)