Skip to content

Commit 17cb640

Browse files
authored
[ENH] - Bump WalletConnect version deps for stability (#2161)
* Bump versions for release and Remove console.log * Bump the WalletConnect deps * Remove goerli
1 parent 523b2c3 commit 17cb640

File tree

6 files changed

+56
-60
lines changed

6 files changed

+56
-60
lines changed

docs/src/lib/services/onboard.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,6 @@ const intiOnboard = async (theme) => {
194194
}
195195
]
196196
},
197-
{
198-
id: '0x5',
199-
token: 'ETH',
200-
label: 'Goerli',
201-
rpcUrl: `https://goerli.infura.io/v3/${INFURA_ID}`
202-
},
203197
{
204198
id: 11155111,
205199
token: 'ETH',

docs/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6074,10 +6074,10 @@
60746074
"@web3-onboard/common" "^2.3.3"
60756075
lodash.uniqby "^4.7.0"
60766076

6077-
"@web3-onboard/particle-network@^2.0.1-alpha.4":
6078-
version "2.0.1-alpha.4"
6079-
resolved "https://registry.yarnpkg.com/@web3-onboard/particle-network/-/particle-network-2.0.1-alpha.4.tgz#17adf2bfa85cca9c71b44a8480a3aeb661fbb4d8"
6080-
integrity sha512-lS7j8lVgxsnZg0mBa6B6k9Rsv4mxptJVk0+USDAO+rAt1S9PZaZnzr+uWx3LTt37oT4bl/cjO4acfTlu+awdQQ==
6077+
"@web3-onboard/particle-network@^2.0.1-alpha.5":
6078+
version "2.0.1-alpha.5"
6079+
resolved "https://registry.yarnpkg.com/@web3-onboard/particle-network/-/particle-network-2.0.1-alpha.5.tgz#720ea3857041a0d3c4ec9f37a21dc70e89fb66a8"
6080+
integrity sha512-fs/l7KDiZTtHMOSEPQHe4aGVRKCp38W5Aq6kK/gAhxHCkwPbn3whyTeGrPrc9SWJmLn94/8OGzn62BCxQywv/w==
60816081
dependencies:
60826082
"@particle-network/auth" "^1.2.1"
60836083
"@particle-network/provider" "^1.2.0"

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@web3-onboard/trust": "^2.0.3",
6060
"@web3-onboard/uauth": "^2.1.2",
6161
"@web3-onboard/venly": "^2.0.0",
62-
"@web3-onboard/walletconnect": "^2.5.4",
62+
"@web3-onboard/walletconnect": "^2.5.5-alpha.1",
6363
"@web3-onboard/web3auth": "^2.2.2",
6464
"@web3-onboard/xdefi": "^2.0.5",
6565
"@web3-onboard/zeal": "^2.0.3",

packages/demo/src/App.svelte

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -297,12 +297,6 @@
297297
label: 'Arbitrum Nova',
298298
rpcUrl: 'https://nova.arbitrum.io/rpc'
299299
},
300-
{
301-
id: '0x5',
302-
token: 'ETH',
303-
label: 'Goerli',
304-
rpcUrl: 'https://ethereum-goerli.publicnode.com'
305-
},
306300
{
307301
id: '0x13881',
308302
token: 'MATIC',

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.5.4",
3+
"version": "2.5.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",
@@ -56,10 +56,10 @@
5656
"license": "MIT",
5757
"devDependencies": {
5858
"typescript": "^4.5.5",
59-
"@walletconnect/types": "^2.11.2"
59+
"@walletconnect/types": "^2.12.2"
6060
},
6161
"dependencies": {
62-
"@walletconnect/ethereum-provider": "^2.11.2",
62+
"@walletconnect/ethereum-provider": "^2.12.2",
6363
"@web3-onboard/common": "^2.3.3",
6464
"joi": "17.9.1",
6565
"rxjs": "^7.5.2"

yarn.lock

Lines changed: 48 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -5512,24 +5512,24 @@
55125512
lodash.isequal "4.5.0"
55135513
uint8arrays "^3.1.0"
55145514

5515-
"@walletconnect/core@2.11.2":
5516-
version "2.11.2"
5517-
resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-2.11.2.tgz#35286be92c645fa461fecc0dfe25de9f076fca8f"
5518-
integrity sha512-bB4SiXX8hX3/hyBfVPC5gwZCXCl+OPj+/EDVM71iAO3TDsh78KPbrVAbDnnsbHzZVHlsMohtXX3j5XVsheN3+g==
5515+
"@walletconnect/core@2.12.2":
5516+
version "2.12.2"
5517+
resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-2.12.2.tgz#12bd568b90daed876e58ebcc098c12843a3321e6"
5518+
integrity sha512-7Adv/b3pp9F42BkvReaaM4KS8NEvlkS7AMtwO3uF/o6aRMKtcfTJq9/jgWdKJh4RP8pPRTRFjCw6XQ/RZtT4aQ==
55195519
dependencies:
55205520
"@walletconnect/heartbeat" "1.2.1"
55215521
"@walletconnect/jsonrpc-provider" "1.0.13"
55225522
"@walletconnect/jsonrpc-types" "1.0.3"
55235523
"@walletconnect/jsonrpc-utils" "1.0.8"
55245524
"@walletconnect/jsonrpc-ws-connection" "1.0.14"
55255525
"@walletconnect/keyvaluestorage" "^1.1.1"
5526-
"@walletconnect/logger" "^2.0.1"
5526+
"@walletconnect/logger" "^2.1.2"
55275527
"@walletconnect/relay-api" "^1.0.9"
55285528
"@walletconnect/relay-auth" "^1.0.4"
55295529
"@walletconnect/safe-json" "^1.0.2"
55305530
"@walletconnect/time" "^1.0.2"
5531-
"@walletconnect/types" "2.11.2"
5532-
"@walletconnect/utils" "2.11.2"
5531+
"@walletconnect/types" "2.12.2"
5532+
"@walletconnect/utils" "2.12.2"
55335533
events "^3.3.0"
55345534
isomorphic-unfetch "3.1.0"
55355535
lodash.isequal "4.5.0"
@@ -5648,20 +5648,20 @@
56485648
"@walletconnect/utils" "2.9.1"
56495649
events "^3.3.0"
56505650

5651-
"@walletconnect/ethereum-provider@^2.11.2":
5652-
version "2.11.2"
5653-
resolved "https://registry.yarnpkg.com/@walletconnect/ethereum-provider/-/ethereum-provider-2.11.2.tgz#914f773e37a879bc00cf367437c4e98a826247b1"
5654-
integrity sha512-BUDqee0Uy2rCZVkW5Ao3q6Ado/3fePYnFdryVF+YL6bPhj+xQZ5OfKodl+uvs7Rwq++O5wTX2RqOTzpW7+v+Mg==
5651+
"@walletconnect/ethereum-provider@^2.12.2":
5652+
version "2.12.2"
5653+
resolved "https://registry.yarnpkg.com/@walletconnect/ethereum-provider/-/ethereum-provider-2.12.2.tgz#43195a14cd43f928b2fcbba6b1a08e17e7838c4f"
5654+
integrity sha512-vBl2zCnNm2iPaomJdr5YT16cT7aa8cH2WFs6879XPngU5i7HXS3bU6TamhyhKKl13sdIfifmCkCC+RWn5GdPMw==
56555655
dependencies:
56565656
"@walletconnect/jsonrpc-http-connection" "^1.0.7"
56575657
"@walletconnect/jsonrpc-provider" "^1.0.13"
56585658
"@walletconnect/jsonrpc-types" "^1.0.3"
56595659
"@walletconnect/jsonrpc-utils" "^1.0.8"
56605660
"@walletconnect/modal" "^2.6.2"
5661-
"@walletconnect/sign-client" "2.11.2"
5662-
"@walletconnect/types" "2.11.2"
5663-
"@walletconnect/universal-provider" "2.11.2"
5664-
"@walletconnect/utils" "2.11.2"
5661+
"@walletconnect/sign-client" "2.12.2"
5662+
"@walletconnect/types" "2.12.2"
5663+
"@walletconnect/universal-provider" "2.12.2"
5664+
"@walletconnect/utils" "2.12.2"
56655665
events "^3.3.0"
56665666

56675667
"@walletconnect/events@^1.0.1":
@@ -5867,6 +5867,14 @@
58675867
pino "7.11.0"
58685868
tslib "1.14.1"
58695869

5870+
"@walletconnect/logger@^2.1.2":
5871+
version "2.1.2"
5872+
resolved "https://registry.yarnpkg.com/@walletconnect/logger/-/logger-2.1.2.tgz#813c9af61b96323a99f16c10089bfeb525e2a272"
5873+
integrity sha512-aAb28I3S6pYXZHQm5ESB+V6rDqIYfsnHaQyzFbwUUBFY4H0OXx/YtTl8lvhUNhMMfb9UxbwEBS253TlXUYJWSw==
5874+
dependencies:
5875+
"@walletconnect/safe-json" "^1.0.2"
5876+
pino "7.11.0"
5877+
58705878
"@walletconnect/mobile-registry@^1.4.0":
58715879
version "1.4.0"
58725880
resolved "https://registry.yarnpkg.com/@walletconnect/mobile-registry/-/mobile-registry-1.4.0.tgz#502cf8ab87330841d794819081e748ebdef7aee5"
@@ -6007,19 +6015,19 @@
60076015
"@walletconnect/utils" "2.10.2"
60086016
events "^3.3.0"
60096017

6010-
"@walletconnect/sign-client@2.11.2":
6011-
version "2.11.2"
6012-
resolved "https://registry.yarnpkg.com/@walletconnect/sign-client/-/sign-client-2.11.2.tgz#855609653855f0d23b0502cdbdcf43402e34c459"
6013-
integrity sha512-MfBcuSz2GmMH+P7MrCP46mVE5qhP0ZyWA0FyIH6/WuxQ6G+MgKsGfaITqakpRPsykWOJq8tXMs3XvUPDU413OQ==
6018+
"@walletconnect/sign-client@2.12.2":
6019+
version "2.12.2"
6020+
resolved "https://registry.yarnpkg.com/@walletconnect/sign-client/-/sign-client-2.12.2.tgz#10cddcba3740f726149c33ef1a9040a808d65e08"
6021+
integrity sha512-cM0ualXj6nVvLqS4BDNRk+ZWR+lubcsz/IHreH+3wYrQ2sV+C0fN6ctrd7MMGZss0C0qacWCx0pm62ZBuoKvqA==
60146022
dependencies:
6015-
"@walletconnect/core" "2.11.2"
6023+
"@walletconnect/core" "2.12.2"
60166024
"@walletconnect/events" "^1.0.1"
60176025
"@walletconnect/heartbeat" "1.2.1"
60186026
"@walletconnect/jsonrpc-utils" "1.0.8"
6019-
"@walletconnect/logger" "^2.0.1"
6027+
"@walletconnect/logger" "^2.1.2"
60206028
"@walletconnect/time" "^1.0.2"
6021-
"@walletconnect/types" "2.11.2"
6022-
"@walletconnect/utils" "2.11.2"
6029+
"@walletconnect/types" "2.12.2"
6030+
"@walletconnect/utils" "2.12.2"
60236031
events "^3.3.0"
60246032

60256033
"@walletconnect/sign-client@2.9.1":
@@ -6065,10 +6073,10 @@
60656073
"@walletconnect/logger" "^2.0.1"
60666074
events "^3.3.0"
60676075

6068-
"@walletconnect/types@2.11.2", "@walletconnect/types@^2.11.2":
6069-
version "2.11.2"
6070-
resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.11.2.tgz#d0359dd4106fcaa1634241a00428d3ea08d0d3c7"
6071-
integrity sha512-p632MFB+lJbip2cvtXPBQslpUdiw1sDtQ5y855bOlAGquay+6fZ4h1DcDePeKQDQM3P77ax2a9aNPZxV6y/h1Q==
6076+
"@walletconnect/types@2.12.2", "@walletconnect/types@^2.12.2":
6077+
version "2.12.2"
6078+
resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.12.2.tgz#8b64a2015a0a96972d28acb2ff317a9a994abfdb"
6079+
integrity sha512-9CmwTlPbrFTzayTL9q7xM7s3KTJkS6kYFtH2m1/fHFgALs6pIUjf1qAx1TF2E4tv7SEzLAIzU4NqgYUt2vWXTg==
60726080
dependencies:
60736081
"@walletconnect/events" "^1.0.1"
60746082
"@walletconnect/heartbeat" "1.2.1"
@@ -6133,19 +6141,19 @@
61336141
"@walletconnect/utils" "2.10.2"
61346142
events "^3.3.0"
61356143

6136-
"@walletconnect/universal-provider@2.11.2":
6137-
version "2.11.2"
6138-
resolved "https://registry.yarnpkg.com/@walletconnect/universal-provider/-/universal-provider-2.11.2.tgz#bec3038f51445d707bbec75f0cb8af0a1f1e04db"
6139-
integrity sha512-cNtIn5AVoDxKAJ4PmB8m5adnf5mYQMUamEUPKMVvOPscfGtIMQEh9peKsh2AN5xcRVDbgluC01Id545evFyymw==
6144+
"@walletconnect/universal-provider@2.12.2":
6145+
version "2.12.2"
6146+
resolved "https://registry.yarnpkg.com/@walletconnect/universal-provider/-/universal-provider-2.12.2.tgz#0c855bbb5584fd11bdf2318344fe6f42fa3e91cb"
6147+
integrity sha512-0k5ZgSkABopQLVhkiwl2gRGG7dAP4SWiI915pIlyN5sRvWV+qX1ALhWAmRcdv0TXWlKHDcDgPJw/q2sCSAHuMQ==
61406148
dependencies:
61416149
"@walletconnect/jsonrpc-http-connection" "^1.0.7"
61426150
"@walletconnect/jsonrpc-provider" "1.0.13"
61436151
"@walletconnect/jsonrpc-types" "^1.0.2"
61446152
"@walletconnect/jsonrpc-utils" "^1.0.7"
6145-
"@walletconnect/logger" "^2.0.1"
6146-
"@walletconnect/sign-client" "2.11.2"
6147-
"@walletconnect/types" "2.11.2"
6148-
"@walletconnect/utils" "2.11.2"
6153+
"@walletconnect/logger" "^2.1.2"
6154+
"@walletconnect/sign-client" "2.12.2"
6155+
"@walletconnect/types" "2.12.2"
6156+
"@walletconnect/utils" "2.12.2"
61496157
events "^3.3.0"
61506158

61516159
"@walletconnect/universal-provider@2.9.1":
@@ -6183,10 +6191,10 @@
61836191
query-string "7.1.3"
61846192
uint8arrays "^3.1.0"
61856193

6186-
"@walletconnect/utils@2.11.2":
6187-
version "2.11.2"
6188-
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.11.2.tgz#dee0f19adf5e38543612cbe9fa4de7ed28eb7e85"
6189-
integrity sha512-LyfdmrnZY6dWqlF4eDrx5jpUwsB2bEPjoqR5Z6rXPiHJKUOdJt7az+mNOn5KTSOlRpd1DmozrBrWr+G9fFLYVw==
6194+
"@walletconnect/utils@2.12.2":
6195+
version "2.12.2"
6196+
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.12.2.tgz#a2c349d4effef7c1c5e72e74a5483d8dfbb10918"
6197+
integrity sha512-zf50HeS3SfoLv1N9GPl2IXTZ9TsXfet4usVAsZmX9P6/Xzq7d/7QakjVQCHH/Wk1O9XkcsfeoZoUhRxoMJ5uJw==
61906198
dependencies:
61916199
"@stablelib/chacha20poly1305" "1.0.1"
61926200
"@stablelib/hkdf" "1.0.1"
@@ -6196,7 +6204,7 @@
61966204
"@walletconnect/relay-api" "^1.0.9"
61976205
"@walletconnect/safe-json" "^1.0.2"
61986206
"@walletconnect/time" "^1.0.2"
6199-
"@walletconnect/types" "2.11.2"
6207+
"@walletconnect/types" "2.12.2"
62006208
"@walletconnect/window-getters" "^1.0.1"
62016209
"@walletconnect/window-metadata" "^1.0.1"
62026210
detect-browser "5.3.0"

0 commit comments

Comments
 (0)