flashbots / simple-blind-arbitrage

MIT License
343 stars 91 forks source link

Suggestion: rewrite using viem.sh #2

Open hammeiam opened 1 year ago

hammeiam commented 1 year ago

viem is a smaller, faster, and more tested alternative to ethersjs. It uses native BigInts instead of BigNumbers, and has nice features like automatically bundle reads into a multicall.

bertmiller commented 1 year ago

Would welcome a branch with this!