Closed zixiang2018 closed 1 year ago
Name | Link |
---|---|
Latest commit | 86f852b2df779be783a1c3614f81cd8909efec6f |
Latest deploy log | https://app.netlify.com/sites/new-admin-opencerts/deploys/651b948b6e77b10008086b19 |
Deploy Preview | https://deploy-preview-61--new-admin-opencerts.netlify.app/ |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Context
unknown
network when metamask wallet is set toSepolia
because it is not supported (https://github.com/ethers-io/ethers.js/issues/3325)What this PR does
Sepolia
testnet can be supportedintegration:wait
eth-rpc-errors
as recommended by metamaskEthereumProviderError
instead ofEthereumRpcError
because we are previously checking for code 4001 which is inEIP-1193
(for context of code 4001 returned by metamask, visit https://eips.ethereum.org/EIPS/eip-1193#provider-errors)page.waitFor
changed to use custom timeoutsleep
(can't use waitForTimeout because its obsolete)Localhost 8545
testnetnpm run dev