Skip to content

Commit

Permalink
feat: bump metamask to 0.30.0 (#2300)
Browse files Browse the repository at this point in the history
* feat: bump metamask to 0.30.0

* Merge in upstream, bump version and test

---------

Co-authored-by: Adam Carpenter <[email protected]>
  • Loading branch information
abretonc7s and Adamj1232 authored Oct 18, 2024
1 parent b07d105 commit c82911c
Show file tree
Hide file tree
Showing 5 changed files with 1,363 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@web3-onboard/keystone": "^2.3.8",
"@web3-onboard/ledger": "^2.7.1",
"@web3-onboard/magic": "^2.2.1",
"@web3-onboard/metamask": "^2.1.1",
"@web3-onboard/metamask": "^2.2.0-alpha.1",
"@web3-onboard/mew-wallet": "^2.1.1",
"@web3-onboard/okx": "2.0.0",
"@web3-onboard/particle-network": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@web3-onboard/keystone": "^2.3.8",
"@web3-onboard/ledger": "^2.7.1",
"@web3-onboard/magic": "^2.2.1",
"@web3-onboard/metamask": "^2.1.3",
"@web3-onboard/metamask": "^2.2.0-alpha.1",
"@web3-onboard/mew-wallet": "^2.1.1",
"@web3-onboard/okx": "2.0.0",
"@web3-onboard/particle-network": "^2.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/metamask/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/metamask",
"version": "2.1.3",
"version": "2.2.0-alpha.1",
"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.",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -60,7 +60,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@metamask/sdk": "^0.27.0",
"@metamask/sdk": "^0.30.0",
"@web3-onboard/common": "^2.4.1"
},
"engines": {
Expand Down
Loading

0 comments on commit c82911c

Please sign in to comment.