Skip to content

Commit 6008159

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into capsule-dependency-version-upgrade
2 parents c002912 + e16a0fd commit 6008159

File tree

55 files changed

+376
-395
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+376
-395
lines changed

docs/package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -52,41 +52,41 @@
5252
"dependencies": {
5353
"@safe-global/safe-apps-provider": "^0.18.0",
5454
"@safe-global/safe-apps-sdk": "^8.1.0",
55-
"@web3-onboard/bitget": "^2.1.0",
56-
"@web3-onboard/blocto": "^2.1.0",
57-
"@web3-onboard/cede-store": "^2.3.0",
58-
"@web3-onboard/coinbase": "^2.3.0",
59-
"@web3-onboard/core": "^2.22.0",
55+
"@web3-onboard/bitget": "^2.1.1",
56+
"@web3-onboard/blocto": "^2.1.1",
57+
"@web3-onboard/cede-store": "^2.3.1",
58+
"@web3-onboard/coinbase": "^2.3.1",
59+
"@web3-onboard/core": "^2.22.1",
6060
"@web3-onboard/dcent": "^2.2.8",
61-
"@web3-onboard/enkrypt": "^2.1.0",
62-
"@web3-onboard/fortmatic": "^2.1.0",
63-
"@web3-onboard/frame": "^2.1.0",
64-
"@web3-onboard/frontier": "^2.1.0",
65-
"@web3-onboard/gas": "^2.2.0",
66-
"@web3-onboard/gnosis": "^2.3.0",
67-
"@web3-onboard/infinity-wallet": "^2.1.0",
68-
"@web3-onboard/injected-wallets": "^2.11.0",
61+
"@web3-onboard/enkrypt": "^2.1.1",
62+
"@web3-onboard/fortmatic": "^2.1.1",
63+
"@web3-onboard/frame": "^2.1.1",
64+
"@web3-onboard/frontier": "^2.1.1",
65+
"@web3-onboard/gas": "^2.2.1",
66+
"@web3-onboard/gnosis": "^2.3.1",
67+
"@web3-onboard/infinity-wallet": "^2.1.1",
68+
"@web3-onboard/injected-wallets": "^2.11.1",
6969
"@web3-onboard/keepkey": "^2.3.8",
7070
"@web3-onboard/keystone": "^2.3.8",
71-
"@web3-onboard/ledger": "^2.7.0",
72-
"@web3-onboard/magic": "^2.2.0",
73-
"@web3-onboard/metamask": "^2.1.0",
74-
"@web3-onboard/mew-wallet": "^2.1.0",
75-
"@web3-onboard/particle-network": "^2.1.0",
76-
"@web3-onboard/phantom": "^2.1.0",
77-
"@web3-onboard/portis": "^2.2.0",
78-
"@web3-onboard/sequence": "^2.1.0",
79-
"@web3-onboard/taho": "^2.1.0",
80-
"@web3-onboard/torus": "^2.3.0",
81-
"@web3-onboard/transaction-preview": "^2.1.0",
71+
"@web3-onboard/ledger": "^2.7.1",
72+
"@web3-onboard/magic": "^2.2.1",
73+
"@web3-onboard/metamask": "^2.1.1",
74+
"@web3-onboard/mew-wallet": "^2.1.1",
75+
"@web3-onboard/particle-network": "^2.1.1",
76+
"@web3-onboard/phantom": "^2.1.1",
77+
"@web3-onboard/portis": "^2.2.1",
78+
"@web3-onboard/sequence": "^2.1.1",
79+
"@web3-onboard/taho": "^2.1.1",
80+
"@web3-onboard/torus": "^2.3.1",
81+
"@web3-onboard/transaction-preview": "^2.1.1",
8282
"@web3-onboard/trezor": "^2.4.4",
83-
"@web3-onboard/trust": "^2.1.0",
84-
"@web3-onboard/uauth": "^2.2.0",
85-
"@web3-onboard/venly": "^2.1.0",
86-
"@web3-onboard/walletconnect": "^2.6.0",
87-
"@web3-onboard/web3auth": "^2.3.0",
88-
"@web3-onboard/xdefi": "^2.1.0",
89-
"@web3-onboard/zeal": "^2.1.0",
83+
"@web3-onboard/trust": "^2.1.1",
84+
"@web3-onboard/uauth": "^2.2.1",
85+
"@web3-onboard/venly": "^2.1.1",
86+
"@web3-onboard/walletconnect": "^2.6.1",
87+
"@web3-onboard/web3auth": "^2.3.1",
88+
"@web3-onboard/xdefi": "^2.1.1",
89+
"@web3-onboard/zeal": "^2.1.1",
9090
"animejs": "^3.2.1",
9191
"bnc-sdk": "^4.6.6",
9292
"ethers": "^5.7.0",

docs/src/lib/services/onboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ const intiOnboard = async (theme) => {
146146
connect: { autoConnectAllPreviousWallet: true },
147147
wallets: [
148148
metamask,
149+
coinbase,
149150
injected,
150151
walletConnect,
151-
coinbase,
152152
ledger,
153153
trezor,
154154
trust,

docs/yarn.lock

Lines changed: 201 additions & 224 deletions
Large diffs are not rendered by default.

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.26.0",
3+
"version": "2.26.1",
44
"private": true,
55
"workspaces": {
66
"packages": [

packages/arcana-auth/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/arcana-auth",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"license": "MIT",
55
"description": "Arcana wallet is a built-in, secure Web3 wallet that users can access instantly when logging into an app integrated with the Arcana Auth SDK. It offers a customizable interface that can be branded to match the app's style. Users don't need to generate or manage cryptographic keys or remember passphrases. The wallet uses advanced distributed key generation, giving users full control over their wallets while onboarding Web3 apps using familiar Web2 authentication methods. It is user-friendly, secure, and puts users in control of their Web3 experience.",
66
"private": false,
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@arcana/auth": "^1.0.10",
17-
"@web3-onboard/common": "2.4.0"
17+
"@web3-onboard/common": "^2.4.1"
1818
},
1919
"devDependencies": {
2020
"typescript": "^5.4.5"

packages/bitget/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/bitget",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "bitget-wallet SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized 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",
@@ -62,6 +62,6 @@
6262
},
6363
"dependencies": {
6464
"@bitget-wallet/web3-sdk": "^0.0.8",
65-
"@web3-onboard/common": "^2.4.0"
65+
"@web3-onboard/common": "^2.4.1"
6666
}
6767
}

packages/bitkeep/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/bitkeep",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Bitkeep Wallet SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized 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",
@@ -62,6 +62,6 @@
6262
},
6363
"dependencies": {
6464
"@bitget-wallet/web3-sdk": "^0.0.8",
65-
"@web3-onboard/common": "^2.4.0"
65+
"@web3-onboard/common": "^2.4.1"
6666
}
6767
}

packages/blocto/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/blocto",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Blocto 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",
@@ -64,7 +64,7 @@
6464
"window": "^4.2.7"
6565
},
6666
"dependencies": {
67-
"@web3-onboard/common": "^2.4.0",
67+
"@web3-onboard/common": "^2.4.1",
6868
"@blocto/sdk": "^0.9.1"
6969
}
7070
}

packages/capsule/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@usecapsule/react-sdk": "^3.7.0",
6161
"@usecapsule/wagmi-v2-integration": "^2.8.0",
6262
"@wagmi/chains": "^1.8.0",
63-
"@web3-onboard/common": "^2.4.0",
63+
"@web3-onboard/common": "^2.4.1",
6464
"react-dom": "^18.2.0",
6565
"viem": "2.9.15",
6666
"wagmi": "2.5.19"

packages/cede-store/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/cede-store",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "cede.store 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",
@@ -70,6 +70,6 @@
7070
},
7171
"dependencies": {
7272
"@cedelabs/providers": "^1.5.0",
73-
"@web3-onboard/common": "^2.4.0"
73+
"@web3-onboard/common": "^2.4.1"
7474
}
7575
}

packages/coinbase/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/coinbase",
3-
"version": "2.4.0-alpha.1",
3+
"version": "2.4.1",
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",
@@ -60,6 +60,6 @@
6060
},
6161
"dependencies": {
6262
"@coinbase/wallet-sdk": "4.0.3",
63-
"@web3-onboard/common": "^2.4.1-alpha.1"
63+
"@web3-onboard/common": "^2.4.1"
6464
}
6565
}

packages/common/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/common",
3-
"version": "2.4.1-alpha.1",
3+
"version": "2.4.2",
44
"description": "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/core/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/core",
3-
"version": "2.22.0",
3+
"version": "2.22.1",
44
"description": "Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized 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",
@@ -87,7 +87,7 @@
8787
"typescript": "^5.4.5"
8888
},
8989
"dependencies": {
90-
"@web3-onboard/common": "2.4.0",
90+
"@web3-onboard/common": "^2.4.1",
9191
"bnc-sdk": "^4.6.7",
9292
"bowser": "^2.11.0",
9393
"eventemitter3": "^4.0.7",

packages/dcent/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/dcent",
3-
"version": "2.2.9",
3+
"version": "2.2.10",
44
"description": "D'CENT 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",
@@ -56,7 +56,7 @@
5656
"typescript": "^5.4.5"
5757
},
5858
"dependencies": {
59-
"@web3-onboard/common": "^2.4.0",
59+
"@web3-onboard/common": "^2.4.1",
6060
"@web3-onboard/hw-common": "^2.3.2",
6161
"@ethereumjs/tx": "^3.4.0",
6262
"@ethersproject/providers": "^5.5.0",

packages/demo/package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -28,44 +28,44 @@
2828
"@safe-global/safe-apps-provider": "^0.18.0",
2929
"@safe-global/safe-apps-sdk": "^8.1.0",
3030
"@web3-onboard/arcana-auth": "^2.1.0",
31-
"@web3-onboard/bitget": "2.1.0",
32-
"@web3-onboard/blocto": "^2.1.0",
31+
"@web3-onboard/bitget": "2.1.1",
32+
"@web3-onboard/blocto": "^2.1.1",
3333
"@web3-onboard/capsule": "2.2.0-alpha.1",
34-
"@web3-onboard/cede-store": "^2.3.0",
35-
"@web3-onboard/core": "2.22.0",
36-
"@web3-onboard/coinbase": "^2.4.0-alpha.1",
34+
"@web3-onboard/cede-store": "^2.3.1",
35+
"@web3-onboard/core": "2.22.1",
36+
"@web3-onboard/coinbase": "^2.4.1",
3737
"@web3-onboard/dcent": "^2.2.7",
38-
"@web3-onboard/enkrypt": "^2.1.0",
39-
"@web3-onboard/fortmatic": "^2.1.0",
40-
"@web3-onboard/frame": "^2.1.0",
41-
"@web3-onboard/frontier": "^2.1.0",
42-
"@web3-onboard/gas": "^2.2.0",
43-
"@web3-onboard/wagmi": "^2.0.0",
44-
"@web3-onboard/gnosis": "^2.3.0",
45-
"@web3-onboard/infinity-wallet": "^2.1.0",
46-
"@web3-onboard/injected-wallets": "^2.11.0",
38+
"@web3-onboard/enkrypt": "^2.1.1",
39+
"@web3-onboard/fortmatic": "^2.1.1",
40+
"@web3-onboard/frame": "^2.1.1",
41+
"@web3-onboard/frontier": "^2.1.1",
42+
"@web3-onboard/gas": "^2.2.1",
43+
"@web3-onboard/wagmi": "^2.0.1",
44+
"@web3-onboard/gnosis": "^2.3.1",
45+
"@web3-onboard/infinity-wallet": "^2.1.1",
46+
"@web3-onboard/injected-wallets": "^2.11.1",
4747
"@web3-onboard/keepkey": "^2.3.8",
4848
"@web3-onboard/keystone": "^2.3.8",
49-
"@web3-onboard/ledger": "^2.7.0",
50-
"@web3-onboard/magic": "^2.2.0",
51-
"@web3-onboard/metamask": "^2.1.0",
52-
"@web3-onboard/mew-wallet": "^2.1.0",
53-
"@web3-onboard/particle-network": "^2.1.0",
54-
"@web3-onboard/phantom": "^2.1.0",
55-
"@web3-onboard/portis": "^2.2.0",
56-
"@web3-onboard/sequence": "^2.1.0",
57-
"@web3-onboard/taho": "^2.1.0",
58-
"@web3-onboard/torus": "^2.3.0",
59-
"@web3-onboard/transaction-preview": "^2.1.0",
49+
"@web3-onboard/ledger": "^2.7.1",
50+
"@web3-onboard/magic": "^2.2.1",
51+
"@web3-onboard/metamask": "^2.1.1",
52+
"@web3-onboard/mew-wallet": "^2.1.1",
53+
"@web3-onboard/particle-network": "^2.1.1",
54+
"@web3-onboard/phantom": "^2.1.1",
55+
"@web3-onboard/portis": "^2.2.1",
56+
"@web3-onboard/sequence": "^2.1.1",
57+
"@web3-onboard/taho": "^2.1.1",
58+
"@web3-onboard/torus": "^2.3.1",
59+
"@web3-onboard/transaction-preview": "^2.1.1",
6060
"@web3-onboard/trezor": "^2.4.4",
61-
"@web3-onboard/trust": "^2.1.0",
62-
"@web3-onboard/uauth": "^2.2.0",
63-
"@web3-onboard/venly": "^2.1.0",
64-
"@web3-onboard/walletconnect": "^2.6.0",
65-
"@web3-onboard/web3auth": "^2.3.0",
66-
"@web3-onboard/xdefi": "^2.1.0",
67-
"@web3-onboard/zeal": "^2.1.0",
68-
"@web3-onboard/passport": "^2.1.0",
61+
"@web3-onboard/trust": "^2.1.1",
62+
"@web3-onboard/uauth": "^2.2.1",
63+
"@web3-onboard/venly": "^2.1.1",
64+
"@web3-onboard/walletconnect": "^2.6.1",
65+
"@web3-onboard/web3auth": "^2.3.1",
66+
"@web3-onboard/xdefi": "^2.1.1",
67+
"@web3-onboard/zeal": "^2.1.1",
68+
"@web3-onboard/passport": "^2.1.1",
6969
"@0xpass/webauthn-signer": "2.0.0",
7070
"vconsole": "^3.15.1"
7171
},

packages/enkrypt/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/enkrypt",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Enkrypt 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",
@@ -59,9 +59,10 @@
5959
"@types/node": "^17.0.21",
6060
"ts-node": "^10.2.1",
6161
"typescript": "^5.4.5",
62-
"window": "^4.2.7"
62+
"window": "^4.2.7",
63+
"@ethersproject/providers": "^5.5.0"
6364
},
6465
"dependencies": {
65-
"@web3-onboard/common": "^2.4.0"
66+
"@web3-onboard/common": "^2.4.1"
6667
}
6768
}

packages/fortmatic/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/fortmatic",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Fortmatic 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",
@@ -58,7 +58,7 @@
5858
"typescript": "^5.4.5"
5959
},
6060
"dependencies": {
61-
"@web3-onboard/common": "^2.4.0",
61+
"@web3-onboard/common": "^2.4.1",
6262
"fortmatic": "^2.2.1"
6363
}
6464
}

packages/frame/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/frame",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Frame 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",
@@ -59,7 +59,7 @@
5959
"typescript": "^5.4.5"
6060
},
6161
"dependencies": {
62-
"@web3-onboard/common": "^2.4.0",
62+
"@web3-onboard/common": "^2.4.1",
6363
"eth-provider": "^0.13.6"
6464
}
6565
}

packages/frontier/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/frontier",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Frontier Wallet SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized 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",
@@ -59,6 +59,6 @@
5959
"typescript": "^5.4.5"
6060
},
6161
"dependencies": {
62-
"@web3-onboard/common": "^2.4.0"
62+
"@web3-onboard/common": "^2.4.1"
6363
}
6464
}

0 commit comments

Comments
 (0)