We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 631d34d commit 8d32be4Copy full SHA for 8d32be4
packages/mew/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@web3-onboard/mew",
3
- "version": "2.0.4-alpha.1",
+ "version": "2.0.3-alpha.2",
4
"description": "MEW module for web3-onboard",
5
"repository": "blocknative/web3-onboard",
6
"module": "dist/index.js",
packages/mew/src/index.ts
@@ -46,7 +46,9 @@ function mew(): WalletInit {
46
firstValueFrom(closed$)
47
])
48
},
49
- eth_selectAccounts: null
+ eth_selectAccounts: null,
50
+ wallet_addEthereumChain: null,
51
+ wallet_switchEthereumChain: null
52
})
53
54
const events = new EventEmitter()
0 commit comments