Closed cloorem closed 3 years ago
looks like
const wallet = new ethers.Wallet('0xzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz',provider);
worked better than const wallet = new ethers.Wallet('0xzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz');
i'm trying a local light client.
(node:2216808) UnhandledPromiseRejectionWarning: Error: missing provider (operation="estimateGas", code=UNSUPPORTED_OPERATION, version=abstract-signer/5.3.0)
should i be using infura for ETHEREUM_RPC_URL?