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
Fixed ether command on Ethereum Client APIs
Changed ethers.providers.Web3Provider(window.ethereum) to
ethers.BrowserProvider(window.ethereum) & also
Wallet.fromMnemonic(mnemonics) to
Wallet.fromPhrase(mnemonics)
0 commit comments