You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that with metamask and phantom installed the switch network stage of the contract calls was pulling up phantom and creating an error.
It turns out phantom(like coinbase wallet) has injected into the notorious window.ethereum causing override of metamask requests that dont use the direct rpc. All usage should be fixed in the web wallet
The text was updated successfully, but these errors were encountered:
Description
I noticed that with metamask and phantom installed the switch network stage of the contract calls was pulling up phantom and creating an error.
It turns out phantom(like coinbase wallet) has injected into the notorious
window.ethereum
causing override of metamask requests that dont use the direct rpc. All usage should be fixed in the web walletThe text was updated successfully, but these errors were encountered: