Skip to content

Commit c82911c

Browse files
feat: bump metamask to 0.30.0 (#2300)
* feat: bump metamask to 0.30.0 * Merge in upstream, bump version and test --------- Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>
1 parent b07d105 commit c82911c

File tree

5 files changed

+1363
-18
lines changed

5 files changed

+1363
-18
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@web3-onboard/keystone": "^2.3.8",
7373
"@web3-onboard/ledger": "^2.7.1",
7474
"@web3-onboard/magic": "^2.2.1",
75-
"@web3-onboard/metamask": "^2.1.1",
75+
"@web3-onboard/metamask": "^2.2.0-alpha.1",
7676
"@web3-onboard/mew-wallet": "^2.1.1",
7777
"@web3-onboard/okx": "2.0.0",
7878
"@web3-onboard/particle-network": "^2.1.1",

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@web3-onboard/keystone": "^2.3.8",
5252
"@web3-onboard/ledger": "^2.7.1",
5353
"@web3-onboard/magic": "^2.2.1",
54-
"@web3-onboard/metamask": "^2.1.3",
54+
"@web3-onboard/metamask": "^2.2.0-alpha.1",
5555
"@web3-onboard/mew-wallet": "^2.1.1",
5656
"@web3-onboard/okx": "2.0.0",
5757
"@web3-onboard/particle-network": "^2.1.1",

packages/metamask/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/metamask",
3-
"version": "2.1.3",
3+
"version": "2.2.0-alpha.1",
44
"description": "MetaMask 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,7 +60,7 @@
6060
"typescript": "^5.2.2"
6161
},
6262
"dependencies": {
63-
"@metamask/sdk": "^0.27.0",
63+
"@metamask/sdk": "^0.30.0",
6464
"@web3-onboard/common": "^2.4.1"
6565
},
6666
"engines": {

0 commit comments

Comments
 (0)