@ -155,7 +155,9 @@ export class ExecutionContext {
infoCb('No injected Web3 provider found. Make sure your provider (e.g. MetaMask) is active and running (when recently activated you may have to reload the page).')
returncb()
}else{
if(!awaitinjected._metamask.isUnlocked())this.call('notification','toast','Please make sure the injected provider is unlocked (e.g Metamask).')
if(!awaitinjectedProvider._metamask.isUnlocked())this.call('notification','toast','Please make sure the injected provider is unlocked (e.g Metamask).')