flashbots / ethers-provider-flashbots-bundle

Flashbots provider for ethers.js
543 stars 212 forks source link

the method eth_callBundle does not exist/is not available #111

Open ghost opened 8 months ago

ghost commented 8 months ago

building an nft rescue on polygon gets me this error..any idea ?

Starting flashbot...
Retreiving Flashbots Provider...
Attempt: 0 - Preparing bundle for block: 51126019
Max base fee in block 51126019 is 114012669314 WEI
Priority fee:       17000000000 WEI, 17 GWEI
  Base fee:     114012669314 WEI, 114.012669314 GWEI
  Max fee per gas:  131012669314 WEI, 131.012669314 GWEI
  Fund amount:      8520539961505304 WEI, 8520539.961505304 GWEI, 0.008520539961505304 ETH
Running simulation
{
  error: {
    message: 'the method eth_callBundle does not exist/is not available',
    code: -32601
  }
}