mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
inpage-provider - add isMetaMask
adds `metamaskInpageProvider.isMetaMask === true` Fixes #727
This commit is contained in:
parent
fc723e7f7c
commit
616721f47d
@ -111,6 +111,8 @@ MetamaskInpageProvider.prototype.isConnected = function () {
|
||||
return true
|
||||
}
|
||||
|
||||
MetamaskInpageProvider.prototype.isMetaMask = true
|
||||
|
||||
// util
|
||||
|
||||
function remoteStoreWithLocalStorageCache (storageKey) {
|
||||
|
Loading…
Reference in New Issue
Block a user