Skip to content

Commit 9d3e748

Browse files
authored
Merge pull request #1635 from blocknative/release/2.21.2
Release 2.21.2 (develop)
2 parents e92a323 + c633cf0 commit 9d3e748

File tree

40 files changed

+321
-310
lines changed

40 files changed

+321
-310
lines changed

docs/package.json

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"check": "svelte-check --tsconfig ./tsconfig.json",
1212
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
1313
"lint": "prettier --check --plugin-search-dir=. . && eslint .",
14-
"format": "prettier --write --plugin-search-dir=. ."
14+
"format": "prettier --write --plugin-search-dir=. .",
15+
"update-w3o-to-prod": "yarn add '@web3-onboard/coinbase@next' '@web3-onboard/core@next' '@web3-onboard/dcent@next' '@web3-onboard/enkrypt@next' '@web3-onboard/fortmatic@next' '@web3-onboard/gas@next' '@web3-onboard/gnosis@next' '@web3-onboard/infinity-wallet@next' '@web3-onboard/injected-wallets@next' '@web3-onboard/keepkey@next' '@web3-onboard/keystone@next' '@web3-onboard/ledger@next' '@web3-onboard/magic@next' '@web3-onboard/mew-wallet@next' '@web3-onboard/portis@next' '@web3-onboard/sequence@next' '@web3-onboard/taho@next' '@web3-onboard/torus@next' '@web3-onboard/transaction-preview@next' '@web3-onboard/trezor@next' '@web3-onboard/trust@next' '@web3-onboard/uauth@next' '@web3-onboard/walletconnect@next' '@web3-onboard/web3auth@next' '@web3-onboard/xdefi@next'"
1516
},
1617
"devDependencies": {
1718
"@algolia/client-search": "^4.14.2",
@@ -54,31 +55,31 @@
5455
},
5556
"type": "module",
5657
"dependencies": {
57-
"@web3-onboard/coinbase": "^2.2.1",
58-
"@web3-onboard/core": "^2.16.1",
59-
"@web3-onboard/dcent": "^2.2.4",
60-
"@web3-onboard/enkrypt": "^2.0.1",
61-
"@web3-onboard/fortmatic": "^2.0.16",
62-
"@web3-onboard/gas": "^2.1.5",
63-
"@web3-onboard/gnosis": "^2.1.7",
64-
"@web3-onboard/infinity-wallet": "^2.0.1",
65-
"@web3-onboard/injected-wallets": "^2.8.3",
66-
"@web3-onboard/keepkey": "^2.3.4",
67-
"@web3-onboard/keystone": "^2.3.4",
68-
"@web3-onboard/ledger": "^2.4.3",
69-
"@web3-onboard/magic": "^2.1.4",
70-
"@web3-onboard/mew-wallet": "^2.0.1",
71-
"@web3-onboard/portis": "^2.1.4",
72-
"@web3-onboard/sequence": "^2.0.5",
73-
"@web3-onboard/taho": "^2.0.1",
74-
"@web3-onboard/torus": "^2.2.2",
75-
"@web3-onboard/transaction-preview": "^2.0.5",
76-
"@web3-onboard/trezor": "^2.3.4",
77-
"@web3-onboard/trust": "^2.0.1",
78-
"@web3-onboard/uauth": "^2.0.2",
79-
"@web3-onboard/walletconnect": "^2.3.4",
80-
"@web3-onboard/web3auth": "^2.2.0",
81-
"@web3-onboard/xdefi": "^2.0.1",
58+
"@web3-onboard/coinbase": "^2.2.2-alpha.1",
59+
"@web3-onboard/core": "^2.16.2-alpha.2",
60+
"@web3-onboard/dcent": "^2.2.5-alpha.1",
61+
"@web3-onboard/enkrypt": "^2.0.2-alpha.1",
62+
"@web3-onboard/fortmatic": "^2.0.17-alpha.1",
63+
"@web3-onboard/gas": "^2.1.6-alpha.1",
64+
"@web3-onboard/gnosis": "^2.1.8-alpha.1",
65+
"@web3-onboard/infinity-wallet": "^2.0.2-alpha.1",
66+
"@web3-onboard/injected-wallets": "^2.8.4-alpha.1",
67+
"@web3-onboard/keepkey": "^2.3.5-alpha.1",
68+
"@web3-onboard/keystone": "^2.3.5-alpha.1",
69+
"@web3-onboard/ledger": "^2.4.4-alpha.1",
70+
"@web3-onboard/magic": "^2.1.5-alpha.1",
71+
"@web3-onboard/mew-wallet": "^2.0.2-alpha.1",
72+
"@web3-onboard/portis": "^2.1.5-alpha.1",
73+
"@web3-onboard/sequence": "^2.0.6-alpha.1",
74+
"@web3-onboard/taho": "^2.0.2-alpha.1",
75+
"@web3-onboard/torus": "^2.2.3-alpha.1",
76+
"@web3-onboard/transaction-preview": "^2.0.6-alpha.1",
77+
"@web3-onboard/trezor": "^2.3.5-alpha.1",
78+
"@web3-onboard/trust": "^2.0.2-alpha.1",
79+
"@web3-onboard/uauth": "^2.0.3-alpha.1",
80+
"@web3-onboard/walletconnect": "^2.3.5-alpha.1",
81+
"@web3-onboard/web3auth": "^2.2.1-alpha.1",
82+
"@web3-onboard/xdefi": "^2.0.2-alpha.1",
8283
"animejs": "^3.2.1",
8384
"bnc-sdk": "^4.6.6",
8485
"ethers": "^5.7.0"

docs/yarn.lock

Lines changed: 193 additions & 133 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.21.1",
3+
"version": "2.21.2",
44
"private": true,
55
"workspaces": {
66
"packages": [

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.2.2-alpha.1",
3+
"version": "2.2.2",
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",
@@ -59,6 +59,6 @@
5959
},
6060
"dependencies": {
6161
"@coinbase/wallet-sdk": "^3.6.0",
62-
"@web3-onboard/common": "^2.3.1-alpha.1"
62+
"@web3-onboard/common": "^2.3.1"
6363
}
6464
}

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.3.1-alpha.1",
3+
"version": "2.3.1",
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.16.2-alpha.2",
3+
"version": "2.16.2",
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",
@@ -85,7 +85,7 @@
8585
},
8686
"dependencies": {
8787
"@unstoppabledomains/resolution": "^8.0",
88-
"@web3-onboard/common": "^2.3.1-alpha.1",
88+
"@web3-onboard/common": "^2.3.1",
8989
"bignumber.js": "^9.0.0",
9090
"bnc-sdk": "^4.6.7",
9191
"bowser": "^2.11.0",

packages/dcent/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/dcent",
3-
"version": "2.2.5-alpha.1",
3+
"version": "2.2.5",
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,8 +56,8 @@
5656
"typescript": "^4.5.5"
5757
},
5858
"dependencies": {
59-
"@web3-onboard/common": "^2.3.1-alpha.1",
60-
"@web3-onboard/hw-common": "^2.2.1-alpha.1",
59+
"@web3-onboard/common": "^2.3.1",
60+
"@web3-onboard/hw-common": "^2.2.1",
6161
"@ethereumjs/tx": "^3.4.0",
6262
"@ethersproject/providers": "^5.5.0",
6363
"eth-dcent-keyring": "^0.2.2"

packages/demo/package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -23,34 +23,34 @@
2323
"webpack-dev-server": "4.7.4"
2424
},
2525
"dependencies": {
26-
"@web3-onboard/core": "^2.16.2-alpha.2",
27-
"@web3-onboard/coinbase": "^2.2.2-alpha.1",
28-
"@web3-onboard/transaction-preview": "^2.0.6-alpha.1",
29-
"@web3-onboard/dcent": "^2.2.5-alpha.1",
30-
"@web3-onboard/frontier": "^2.0.2-alpha.1",
31-
"@web3-onboard/fortmatic": "^2.0.17-alpha.1",
32-
"@web3-onboard/gas": "^2.1.6-alpha.1",
33-
"@web3-onboard/gnosis": "^2.1.8-alpha.1",
34-
"@web3-onboard/keepkey": "^2.3.5-alpha.1",
35-
"@web3-onboard/keystone": "^2.3.5-alpha.1",
36-
"@web3-onboard/ledger": "^2.4.4-alpha.1",
37-
"@web3-onboard/infinity-wallet": "^2.0.2-alpha.1",
38-
"@web3-onboard/injected-wallets": "^2.8.4-alpha.1",
39-
"@web3-onboard/magic": "^2.1.5-alpha.1",
26+
"@web3-onboard/core": "^2.16.2",
27+
"@web3-onboard/coinbase": "^2.2.2",
28+
"@web3-onboard/transaction-preview": "^2.0.6",
29+
"@web3-onboard/dcent": "^2.2.5",
30+
"@web3-onboard/frontier": "^2.0.2",
31+
"@web3-onboard/fortmatic": "^2.0.17",
32+
"@web3-onboard/gas": "^2.1.6",
33+
"@web3-onboard/gnosis": "^2.1.8",
34+
"@web3-onboard/keepkey": "^2.3.5",
35+
"@web3-onboard/keystone": "^2.3.5",
36+
"@web3-onboard/ledger": "^2.4.4",
37+
"@web3-onboard/infinity-wallet": "^2.0.2",
38+
"@web3-onboard/injected-wallets": "^2.8.4",
39+
"@web3-onboard/magic": "^2.1.5",
4040
"@web3-onboard/phantom": "^2.0.0-alpha.4",
41-
"@web3-onboard/portis": "^2.1.5-alpha.1",
42-
"@web3-onboard/sequence": "^2.0.6-alpha.1",
43-
"@web3-onboard/trezor": "^2.3.5-alpha.1",
44-
"@web3-onboard/trust": "^2.0.2-alpha.1",
45-
"@web3-onboard/torus": "^2.2.3-alpha.1",
46-
"@web3-onboard/taho": "^2.0.2-alpha.1",
47-
"@web3-onboard/web3auth": "^2.2.1-alpha.1",
48-
"@web3-onboard/walletconnect": "^2.3.5-alpha.1",
49-
"@web3-onboard/enkrypt": "^2.0.2-alpha.1",
50-
"@web3-onboard/mew-wallet": "^2.0.1-alpha.1",
51-
"@web3-onboard/xdefi": "^2.0.2-alpha.1",
52-
"@web3-onboard/uauth": "^2.0.3-alpha.1",
53-
"@web3-onboard/zeal": "^2.0.2-alpha.1",
41+
"@web3-onboard/portis": "^2.1.5",
42+
"@web3-onboard/sequence": "^2.0.6",
43+
"@web3-onboard/trezor": "^2.3.5",
44+
"@web3-onboard/trust": "^2.0.2",
45+
"@web3-onboard/torus": "^2.2.3",
46+
"@web3-onboard/taho": "^2.0.2",
47+
"@web3-onboard/web3auth": "^2.2.1",
48+
"@web3-onboard/walletconnect": "^2.3.5",
49+
"@web3-onboard/enkrypt": "^2.0.2",
50+
"@web3-onboard/mew-wallet": "^2.0.1",
51+
"@web3-onboard/xdefi": "^2.0.2",
52+
"@web3-onboard/uauth": "^2.0.3",
53+
"@web3-onboard/zeal": "^2.0.2",
5454
"vconsole": "^3.9.5"
5555
},
5656
"license": "MIT",

packages/enkrypt/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/enkrypt",
3-
"version": "2.0.2-alpha.1",
3+
"version": "2.0.2",
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",
@@ -63,6 +63,6 @@
6363
"window": "^4.2.7"
6464
},
6565
"dependencies": {
66-
"@web3-onboard/common": "^2.3.1-alpha.1"
66+
"@web3-onboard/common": "^2.3.1"
6767
}
6868
}

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.0.17-alpha.1",
3+
"version": "2.0.17",
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": "^4.5.5"
5959
},
6060
"dependencies": {
61-
"@web3-onboard/common": "^2.3.1-alpha.1",
61+
"@web3-onboard/common": "^2.3.1",
6262
"fortmatic": "^2.2.1"
6363
}
6464
}

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.0.2-alpha.1",
3+
"version": "2.0.2",
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": "^4.5.5"
6060
},
6161
"dependencies": {
62-
"@web3-onboard/common": "^2.3.1-alpha.1"
62+
"@web3-onboard/common": "^2.3.1"
6363
}
6464
}

packages/gas/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/gas",
3-
"version": "2.1.6-alpha.1",
3+
"version": "2.1.6",
44
"description": "Estimate the gas prices needed to get a transaction in to the next block for Ethereum Mainnet and Polygon Matic Mainnet.",
55
"keywords": [
66
"gas",
@@ -32,7 +32,7 @@
3232
"typescript": "^4.5.5"
3333
},
3434
"dependencies": {
35-
"@web3-onboard/common": "^2.3.1-alpha.1",
35+
"@web3-onboard/common": "^2.3.1",
3636
"rxjs": "^7.5.2",
3737
"joi": "17.8.1"
3838
}

packages/gnosis/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/gnosis",
3-
"version": "2.1.8-alpha.1",
3+
"version": "2.1.8",
44
"description": "Gnosis Safe 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,6 +59,6 @@
5959
"dependencies": {
6060
"@gnosis.pm/safe-apps-provider": "^0.9.2",
6161
"@gnosis.pm/safe-apps-sdk": "^6.1.1",
62-
"@web3-onboard/common": "^2.3.1-alpha.1"
62+
"@web3-onboard/common": "^2.3.1"
6363
}
6464
}

packages/hw-common/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/hw-common",
3-
"version": "2.2.1-alpha.1",
3+
"version": "2.2.1",
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",
@@ -81,7 +81,7 @@
8181
},
8282
"dependencies": {
8383
"@ethereumjs/common": "2.6.2",
84-
"@web3-onboard/common": "^2.3.1-alpha.1",
84+
"@web3-onboard/common": "^2.3.1",
8585
"ethers": "5.5.4",
8686
"joi": "17.9.1",
8787
"rxjs": "^7.5.2"

packages/infinity-wallet/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/infinity-wallet",
3-
"version": "2.0.2-alpha.1",
3+
"version": "2.0.2",
44
"description": "Infinity 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",
@@ -60,7 +60,7 @@
6060
"devDependencies": {
6161
"@types/node": "^17.0.21",
6262
"typescript": "^4.5.5",
63-
"@web3-onboard/common": "^2.3.1-alpha.1"
63+
"@web3-onboard/common": "^2.3.1"
6464
},
6565
"dependencies": {
6666
"@infinitywallet/infinity-connector": "^1.0.6"

packages/injected/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/injected-wallets",
3-
"version": "2.8.4-alpha.1",
3+
"version": "2.8.4",
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",
@@ -64,7 +64,7 @@
6464
"window": "^4.2.7"
6565
},
6666
"dependencies": {
67-
"@web3-onboard/common": "^2.3.1-alpha.1",
67+
"@web3-onboard/common": "^2.3.1",
6868
"joi": "17.9.1",
6969
"lodash.uniqby": "^4.7.0"
7070
}

packages/keepkey/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/keepkey",
3-
"version": "2.3.5-alpha.1",
3+
"version": "2.3.5",
44
"description": "KeepKey hardware 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",
@@ -63,8 +63,8 @@
6363
"@ethersproject/providers": "^5.5.0",
6464
"@shapeshiftoss/hdwallet-core": "^1.15.2",
6565
"@shapeshiftoss/hdwallet-keepkey-webusb": "^1.15.2",
66-
"@web3-onboard/common": "^2.3.1-alpha.1",
67-
"@web3-onboard/hw-common": "^2.2.1-alpha.1",
66+
"@web3-onboard/common": "^2.3.1",
67+
"@web3-onboard/hw-common": "^2.2.1",
6868
"ethereumjs-util": "^7.1.3"
6969
}
7070
}

packages/keystone/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/keystone",
3-
"version": "2.3.5-alpha.1",
3+
"version": "2.3.5",
44
"description": "Keystone hardware 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
"@ethereumjs/tx": "^3.4.0",
5959
"@ethersproject/providers": "^5.5.0",
6060
"@keystonehq/eth-keyring": "^0.14.00.3",
61-
"@web3-onboard/common": "^2.3.1-alpha.1",
61+
"@web3-onboard/common": "^2.3.1",
6262
"@web3-onboard/hw-common": "^2.2.0"
6363
}
6464
}

packages/ledger/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/ledger",
3-
"version": "2.4.4-alpha.1",
3+
"version": "2.4.4",
44
"description": "Ledger hardare 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",
@@ -61,7 +61,7 @@
6161
"@ethersproject/providers": "^5.5.0",
6262
"@ledgerhq/connect-kit-loader": "^1.0.2",
6363
"@walletconnect/client": "^1.7.1",
64-
"@web3-onboard/common": "^2.3.1-alpha.1",
64+
"@web3-onboard/common": "^2.3.1",
6565
"rxjs": "^7.5.2"
6666
}
6767
}

0 commit comments

Comments
 (0)