Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ jobs:
- node-build-steps
build-metamask:
docker:
- image: cimg/node:16.13.1
- image: cimg/node:18.8.0
working_directory: ~/web3-onboard-monorepo/packages/metamask
steps:
- node-build-steps
Expand Down Expand Up @@ -713,7 +713,7 @@ jobs:
- node-staging-build-steps
build-staging-metamask:
docker:
- image: cimg/node:16.13.1
- image: cimg/node:18.8.0
working_directory: ~/web3-onboard-monorepo/packages/metamask
steps:
- node-staging-build-steps
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@web3-onboard/keystone": "^2.3.7",
"@web3-onboard/ledger": "^2.6.0-alpha.1",
"@web3-onboard/magic": "^2.1.6",
"@web3-onboard/metamask": "^2.0.2",
"@web3-onboard/metamask": "^2.0.3-alpha.1",
"@web3-onboard/mew-wallet": "^2.0.3",
"@web3-onboard/phantom": "^2.0.3",
"@web3-onboard/portis": "^2.1.6",
Expand Down
7 changes: 5 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.0.2",
"version": "2.0.3-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,10 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@metamask/sdk": "^0.13.0",
"@metamask/sdk": "^0.17.1",
"@web3-onboard/common": "^2.3.3"
},
"engines": {
"node": ">=18.8"
}
}
Loading