flashbots / simple-arbitrage

Example arbitrage bot using Flashbots
1.98k stars 749 forks source link

ethers provider #15

Closed cloorem closed 3 years ago

cloorem commented 3 years ago

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?

cloorem commented 3 years ago

looks like

const wallet = new ethers.Wallet('0xzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz',provider);

worked better than const wallet = new ethers.Wallet('0xzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz');