how do I put multiple txs into a single block with anvil???? it seems not doing it with any settings.... #7818
Unanswered
moneyDev1111
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hey guys
how do I put multiple txs into a single block with anvil???? it seems not doing it with any settings.... thanks
I tried running
"anvil": "anvil --fork-url https://rpc.ankr.com/eth", // wih block time and without it
"anvil-n": "anvil --fork-url https://rpc.ankr.com/eth --no-mining",
and here's hte mem pool listener
So, no matter how I do it or what I do, it seems like the tx show up only its block is mined, and as the result I cannot frontrun it. Even if I manually mine block, there's no tx in the mempool until I mine the block................WEIRD!!!!!!!!
Beta Was this translation helpful? Give feedback.
All reactions