Skip to content

Commit 401eba4

Browse files
Adamj1232mmjeeleightkt
authored
Docs release - Base support (#1869)
* Arcana Auth SDK support (#1744) * Fix: Aracana Config (#1857) * add steps * build staging steps * update arcana package and yarn (#1858) * update arcana package and yarn * fix spacing in config * try update spacing * reset spacing on config * update ci branch for test * add ts-ignore * reset config to develop * add file extension to icon --------- Co-authored-by: Adam Carpenter <[email protected]> * Update Arcana Auth SDK version (#1860) * Feat: Add native Base chain support and to all quickstarts (#1859) * Add Base chain to all quickstarts * Bump core package in demo * Release 2.24.7 (develop) (#1863) * update arcana/demo packages and root version * add ts-ignore for arcana * update core, react, vue versions --------- Co-authored-by: Adam Carpenter <[email protected]> * Bump WC deps to the latest (#1866) * Update docs for Base main (#1868) --------- Co-authored-by: mmjee <[email protected]> Co-authored-by: Kat Leight <[email protected]>
1 parent 60742b5 commit 401eba4

File tree

4 files changed

+106
-6
lines changed

4 files changed

+106
-6
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ web3-onboard supports all EVM networks. Supporting a new network is simply a mat
3737

3838
- Ethereum
3939
- Polygon
40-
- Base Goerli
41-
- Goerli
42-
- Sepolia
40+
- Base
4341
- Arbitrum
4442
- Optimism
4543
- Avalanche
@@ -49,6 +47,9 @@ web3-onboard supports all EVM networks. Supporting a new network is simply a mat
4947
- Gnosis Chain
5048
- Harmony One
5149
- Moonriver
50+
- Goerli
51+
- Sepolia
52+
- Base Goerli
5253
- All other EVM network
5354

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

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@web3-onboard/trust": "^2.0.3",
5454
"@web3-onboard/uauth": "^2.1.2",
5555
"@web3-onboard/venly": "^2.0.0",
56-
"@web3-onboard/walletconnect": "^2.4.4",
56+
"@web3-onboard/walletconnect": "^2.4.5-alpha.1",
5757
"@web3-onboard/web3auth": "^2.2.2",
5858
"@web3-onboard/xdefi": "^2.0.3",
5959
"@web3-onboard/zeal": "^2.0.3",

packages/walletconnect/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/walletconnect",
3-
"version": "2.4.4",
3+
"version": "2.4.5-alpha.1",
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,7 +61,7 @@
6161
"dependencies": {
6262
"@ethersproject/providers": "5.5.0",
6363
"@walletconnect/client": "^1.8.0",
64-
"@walletconnect/ethereum-provider": "2.9.1",
64+
"@walletconnect/ethereum-provider": "2.9.2",
6565
"@walletconnect/modal": "2.6.1",
6666
"@walletconnect/qrcode-modal": "^1.8.0",
6767
"@web3-onboard/common": "^2.3.3",

yarn.lock

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3505,6 +3505,28 @@
35053505
lodash.isequal "4.5.0"
35063506
uint8arrays "^3.1.0"
35073507

3508+
"@walletconnect/[email protected]":
3509+
version "2.9.2"
3510+
resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-2.9.2.tgz#c46734ca63771b28fd77606fd521930b7ecfc5e1"
3511+
integrity sha512-VARMPAx8sIgodeyngDHbealP3B621PQqjqKsByFUTOep8ZI1/R/20zU+cmq6j9RCrL+kLKZcrZqeVzs8Z7OlqQ==
3512+
dependencies:
3513+
"@walletconnect/heartbeat" "1.2.1"
3514+
"@walletconnect/jsonrpc-provider" "1.0.13"
3515+
"@walletconnect/jsonrpc-types" "1.0.3"
3516+
"@walletconnect/jsonrpc-utils" "1.0.8"
3517+
"@walletconnect/jsonrpc-ws-connection" "1.0.13"
3518+
"@walletconnect/keyvaluestorage" "^1.0.2"
3519+
"@walletconnect/logger" "^2.0.1"
3520+
"@walletconnect/relay-api" "^1.0.9"
3521+
"@walletconnect/relay-auth" "^1.0.4"
3522+
"@walletconnect/safe-json" "^1.0.2"
3523+
"@walletconnect/time" "^1.0.2"
3524+
"@walletconnect/types" "2.9.2"
3525+
"@walletconnect/utils" "2.9.2"
3526+
events "^3.3.0"
3527+
lodash.isequal "4.5.0"
3528+
uint8arrays "^3.1.0"
3529+
35083530
"@walletconnect/core@^1.8.0":
35093531
version "1.8.0"
35103532
resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-1.8.0.tgz#6b2748b90c999d9d6a70e52e26a8d5e8bfeaa81e"
@@ -3560,6 +3582,21 @@
35603582
"@walletconnect/utils" "2.9.1"
35613583
events "^3.3.0"
35623584

3585+
"@walletconnect/[email protected]":
3586+
version "2.9.2"
3587+
resolved "https://registry.yarnpkg.com/@walletconnect/ethereum-provider/-/ethereum-provider-2.9.2.tgz#fb3a6fca279bb4e98e75baa2fb9730545d41bb99"
3588+
integrity sha512-eO1dkhZffV1g7vpG19XUJTw09M/bwGUwwhy1mJ3AOPbOSbMPvwiCuRz2Kbtm1g9B0Jv15Dl+TvJ9vTgYF8zoZg==
3589+
dependencies:
3590+
"@walletconnect/jsonrpc-http-connection" "^1.0.7"
3591+
"@walletconnect/jsonrpc-provider" "^1.0.13"
3592+
"@walletconnect/jsonrpc-types" "^1.0.3"
3593+
"@walletconnect/jsonrpc-utils" "^1.0.8"
3594+
"@walletconnect/sign-client" "2.9.2"
3595+
"@walletconnect/types" "2.9.2"
3596+
"@walletconnect/universal-provider" "2.9.2"
3597+
"@walletconnect/utils" "2.9.2"
3598+
events "^3.3.0"
3599+
35633600
"@walletconnect/events@^1.0.1":
35643601
version "1.0.1"
35653602
resolved "https://registry.yarnpkg.com/@walletconnect/events/-/events-1.0.1.tgz#2b5f9c7202019e229d7ccae1369a9e86bda7816c"
@@ -3796,6 +3833,21 @@
37963833
"@walletconnect/utils" "2.9.1"
37973834
events "^3.3.0"
37983835

3836+
"@walletconnect/[email protected]":
3837+
version "2.9.2"
3838+
resolved "https://registry.yarnpkg.com/@walletconnect/sign-client/-/sign-client-2.9.2.tgz#ff4c81c082c2078878367d07f24bcb20b1f7ab9e"
3839+
integrity sha512-anRwnXKlR08lYllFMEarS01hp1gr6Q9XUgvacr749hoaC/AwGVlxYFdM8+MyYr3ozlA+2i599kjbK/mAebqdXg==
3840+
dependencies:
3841+
"@walletconnect/core" "2.9.2"
3842+
"@walletconnect/events" "^1.0.1"
3843+
"@walletconnect/heartbeat" "1.2.1"
3844+
"@walletconnect/jsonrpc-utils" "1.0.8"
3845+
"@walletconnect/logger" "^2.0.1"
3846+
"@walletconnect/time" "^1.0.2"
3847+
"@walletconnect/types" "2.9.2"
3848+
"@walletconnect/utils" "2.9.2"
3849+
events "^3.3.0"
3850+
37993851
"@walletconnect/socket-transport@^1.8.0":
38003852
version "1.8.0"
38013853
resolved "https://registry.yarnpkg.com/@walletconnect/socket-transport/-/socket-transport-1.8.0.tgz#9a1128a249628a0be11a0979b522fe82b44afa1b"
@@ -3836,6 +3888,18 @@
38363888
"@walletconnect/logger" "^2.0.1"
38373889
events "^3.3.0"
38383890

3891+
"@walletconnect/[email protected]":
3892+
version "2.9.2"
3893+
resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.9.2.tgz#d5fd5a61dc0f41cbdca59d1885b85207ac7bf8c5"
3894+
integrity sha512-7Rdn30amnJEEal4hk83cdwHUuxI1SWQ+K7fFFHBMqkuHLGi3tpMY6kpyfDxnUScYEZXqgRps4Jo5qQgnRqVM7A==
3895+
dependencies:
3896+
"@walletconnect/events" "^1.0.1"
3897+
"@walletconnect/heartbeat" "1.2.1"
3898+
"@walletconnect/jsonrpc-types" "1.0.3"
3899+
"@walletconnect/keyvaluestorage" "^1.0.2"
3900+
"@walletconnect/logger" "^2.0.1"
3901+
events "^3.3.0"
3902+
38393903
"@walletconnect/types@^1.8.0":
38403904
version "1.8.0"
38413905
resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-1.8.0.tgz#3f5e85b2d6b149337f727ab8a71b8471d8d9a195"
@@ -3880,6 +3944,21 @@
38803944
"@walletconnect/utils" "2.9.1"
38813945
events "^3.3.0"
38823946

3947+
"@walletconnect/[email protected]":
3948+
version "2.9.2"
3949+
resolved "https://registry.yarnpkg.com/@walletconnect/universal-provider/-/universal-provider-2.9.2.tgz#40e54e98bc48b1f2f5f77eb5b7f05462093a8506"
3950+
integrity sha512-JmaolkO8D31UdRaQCHwlr8uIFUI5BYhBzqYFt54Mc6gbIa1tijGOmdyr6YhhFO70LPmS6gHIjljwOuEllmlrxw==
3951+
dependencies:
3952+
"@walletconnect/jsonrpc-http-connection" "^1.0.7"
3953+
"@walletconnect/jsonrpc-provider" "1.0.13"
3954+
"@walletconnect/jsonrpc-types" "^1.0.2"
3955+
"@walletconnect/jsonrpc-utils" "^1.0.7"
3956+
"@walletconnect/logger" "^2.0.1"
3957+
"@walletconnect/sign-client" "2.9.2"
3958+
"@walletconnect/types" "2.9.2"
3959+
"@walletconnect/utils" "2.9.2"
3960+
events "^3.3.0"
3961+
38833962
"@walletconnect/[email protected]":
38843963
version "2.9.1"
38853964
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.9.1.tgz#92abc24b3af3ead42a3864e019dbf2f651ab2e47"
@@ -3900,6 +3979,26 @@
39003979
query-string "7.1.3"
39013980
uint8arrays "^3.1.0"
39023981

3982+
"@walletconnect/[email protected]":
3983+
version "2.9.2"
3984+
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.9.2.tgz#035bdb859ee81a4bcc6420f56114cc5ec3e30afb"
3985+
integrity sha512-D44hwXET/8JhhIjqljY6qxSu7xXnlPrf63UN/Qfl98vDjWlYVcDl2+JIQRxD9GPastw0S8XZXdRq59XDXLuZBg==
3986+
dependencies:
3987+
"@stablelib/chacha20poly1305" "1.0.1"
3988+
"@stablelib/hkdf" "1.0.1"
3989+
"@stablelib/random" "^1.0.2"
3990+
"@stablelib/sha256" "1.0.1"
3991+
"@stablelib/x25519" "^1.0.3"
3992+
"@walletconnect/relay-api" "^1.0.9"
3993+
"@walletconnect/safe-json" "^1.0.2"
3994+
"@walletconnect/time" "^1.0.2"
3995+
"@walletconnect/types" "2.9.2"
3996+
"@walletconnect/window-getters" "^1.0.1"
3997+
"@walletconnect/window-metadata" "^1.0.1"
3998+
detect-browser "5.3.0"
3999+
query-string "7.1.3"
4000+
uint8arrays "^3.1.0"
4001+
39034002
"@walletconnect/utils@^1.8.0":
39044003
version "1.8.0"
39054004
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-1.8.0.tgz#2591a197c1fa7429941fe428876088fda6632060"

0 commit comments

Comments
 (0)