Skip to content

Commit e5d4ab8

Browse files
authored
Merge branch 'develop' into feature/finoa-web3-onboard-integration
2 parents c4f3485 + 079a31d commit e5d4ab8

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

docs/src/routes/docs/[...4]wallets/[...19]metamask/+page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: MetaMask
1111
## Wallet module for connecting MetaMask Wallet SDK to web3-onboard
1212

1313
The MetaMask Web3-Onboard module provides a reliable, secure, and seamless connection from your dapp to the MetaMask browser extension and MetaMask Mobile.
14-
See [MetaMask SDK Developer Docs](https://docs.metamask.io/wallet/how-to/connect/set-up-sdk/)
14+
See [MetaMask SDK Developer Docs](https://docs.metamask.io/wallet/how-to/use-sdk/)
1515

1616
<img src="{metaMaskSDKConnect}" alt="MetaMask SDK connect flow gif"/>
1717

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@web3-onboard/keystone": "^2.3.8",
5050
"@web3-onboard/ledger": "^2.7.1",
5151
"@web3-onboard/magic": "^2.2.1",
52-
"@web3-onboard/metamask": "^2.1.2-alpha.1",
52+
"@web3-onboard/metamask": "^2.1.2-alpha.2",
5353
"@web3-onboard/mew-wallet": "^2.1.1",
5454
"@web3-onboard/okx": "2.0.0-alpha.1",
5555
"@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.2-alpha.1",
3+
"version": "2.1.2-alpha.2",
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.20.5",
63+
"@metamask/sdk": "^0.26.1",
6464
"@web3-onboard/common": "^2.4.1"
6565
},
6666
"engines": {

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2252,10 +2252,10 @@
22522252
utf-8-validate "^6.0.3"
22532253
uuid "^8.3.2"
22542254

2255-
"@metamask/sdk-communication-layer@0.20.5":
2256-
version "0.20.5"
2257-
resolved "https://registry.yarnpkg.com/@metamask/sdk-communication-layer/-/sdk-communication-layer-0.20.5.tgz#b472fe223319a25a060155ea904f7c66062102b2"
2258-
integrity sha512-Y3pzg1GBB7tDUCUsyhvlhxQ+h/pDrTjO2yUwjCJj2S8Nx5OtdRv/foRGfbDHkfYt6Z9ANRfivWU2U6El17B24A==
2255+
"@metamask/sdk-communication-layer@0.26.0":
2256+
version "0.26.0"
2257+
resolved "https://registry.yarnpkg.com/@metamask/sdk-communication-layer/-/sdk-communication-layer-0.26.0.tgz#4578138328823762ee5b25f7943bb7910b888aa6"
2258+
integrity sha512-Pu9y2YoQMC7mnaVyr2MddUUofPqqE+rZL1NFk30lJbNCVGopWSubWoF8fJZw54fWngNEN0HXPNkTokd5UCvwjQ==
22592259
dependencies:
22602260
bufferutil "^4.0.8"
22612261
date-fns "^2.29.3"
@@ -2276,10 +2276,10 @@
22762276
react-dom "^18.2.0"
22772277
react-i18next "^13.2.2"
22782278

2279-
"@metamask/sdk-install-modal-web@0.20.4":
2280-
version "0.20.4"
2281-
resolved "https://registry.yarnpkg.com/@metamask/sdk-install-modal-web/-/sdk-install-modal-web-0.20.4.tgz#50b97be4e3be17c3622281c2ad9fc49769e33216"
2282-
integrity sha512-AX3mTr0IDpS0ajV83okTaixG+2wIxTVbgvEuQgAj2Ed7PWAdiZ1aX93AVcaCgkOWhTf267z7mXCSuBDpBCje9g==
2279+
"@metamask/sdk-install-modal-web@0.26.0":
2280+
version "0.26.0"
2281+
resolved "https://registry.yarnpkg.com/@metamask/sdk-install-modal-web/-/sdk-install-modal-web-0.26.0.tgz#412a89747a96e94233eb59d2779ab26656096688"
2282+
integrity sha512-LyDQFIsWWyU0ZgZR3O9LzRqKzXcYUEGJRCNfb26IjFOquvmQosbhQV0jDNlVa8Tk2Fg4ykTPoaauANh6sVJYVQ==
22832283
dependencies:
22842284
qr-code-styling "^1.6.0-rc.1"
22852285

@@ -2314,15 +2314,15 @@
23142314
util "^0.12.4"
23152315
uuid "^8.3.2"
23162316

2317-
"@metamask/sdk@^0.20.5":
2318-
version "0.20.5"
2319-
resolved "https://registry.yarnpkg.com/@metamask/sdk/-/sdk-0.20.5.tgz#ae90b4e5108f2a0e5f5536e66354c3e31b121af9"
2320-
integrity sha512-BEL3BKbb0O09QgOzvyPH5xUONl2uicS9WT1AYhZ8yR4ytz5fhyHWJzs8Q/cwgm1qIdn3eumnjXfgA6pKirWa3A==
2317+
"@metamask/sdk@^0.26.1":
2318+
version "0.26.1"
2319+
resolved "https://registry.yarnpkg.com/@metamask/sdk/-/sdk-0.26.1.tgz#9484c868a4826058781a037237959f3fe2b669d6"
2320+
integrity sha512-WLlCBtqqsi+DEqW7DfBq0k1Hu3fqIkiNFH0EehUix0UDPWnpv6a6acrOFoeB4ga/lbaQK2CrlIfUp0shaYdZbA==
23212321
dependencies:
23222322
"@metamask/onboarding" "^1.0.1"
23232323
"@metamask/providers" "^15.0.0"
2324-
"@metamask/sdk-communication-layer" "0.20.5"
2325-
"@metamask/sdk-install-modal-web" "0.20.4"
2324+
"@metamask/sdk-communication-layer" "0.26.0"
2325+
"@metamask/sdk-install-modal-web" "0.26.0"
23262326
"@types/dom-screen-wake-lock" "^1.0.0"
23272327
bowser "^2.9.0"
23282328
cross-fetch "^4.0.0"

0 commit comments

Comments
 (0)