Pawel Andruszkow
Results
3
issues of
Pawel Andruszkow
I want to use only metamask, how can I configure this ? Is this coorect ? `await web3Modal.connectTo('injected');`
v1
importPk button is now primary so selector should be ```importButton: `${importAccountSelector} .btn-primary` ```
bug
metamask-10
I cannot run my tests cuz cypress thinks that `cy.task('setupMetamask')` is not finished Metamask setup goes smooth, then first test cannot start because cypress hangs on before all hook. Extending...