mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #955 from MetaMask/i727-provider-is-metamask
inpage-provider - add isMetaMask
This commit is contained in:
commit
d461fe6fdc
@ -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