if(!address)returnreject('"from" is not defined. Please make sure an account is selected. If you are using a public node, it is likely that no account will be provided. In that case, add the public node to your injected provider (type Metamask) and use injected provider in Remix.')
returnresolve(address)
})
}
@ -548,9 +549,18 @@ export class Blockchain extends Plugin {