mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix MetaMask web3 version (#5352)
This commit is contained in:
parent
0dd89cd930
commit
4d82df6995
@ -252,6 +252,7 @@ module.exports = class MetamaskController extends EventEmitter {
|
|||||||
eth_syncing: false,
|
eth_syncing: false,
|
||||||
web3_clientVersion: `MetaMask/v${version}`,
|
web3_clientVersion: `MetaMask/v${version}`,
|
||||||
},
|
},
|
||||||
|
version,
|
||||||
// account mgmt
|
// account mgmt
|
||||||
getAccounts: async () => {
|
getAccounts: async () => {
|
||||||
const isUnlocked = this.keyringController.memStore.getState().isUnlocked
|
const isUnlocked = this.keyringController.memStore.getState().isUnlocked
|
||||||
|
Loading…
Reference in New Issue
Block a user