ityfuzz icon indicating copy to clipboard operation
ityfuzz copied to clipboard

Feature Request: Add support for more chains

Open rappie opened this issue 2 years ago • 2 comments

I'd especially be interested in:

  • Arbitrum
  • Optimism

Optionally:

  • Avalanche
  • Gnosis

rappie avatar Apr 25 '23 19:04 rappie

Sounds good! I'll put it on the backlog. If you are interested, you can also implement this yourself by adding these chains's info in

https://github.com/fuzzland/ityfuzz/blob/master/proxy/main.py#L49-L177 https://github.com/fuzzland/ityfuzz/blob/master/src/evm/uniswap/mod.rs#L390-L415 https://github.com/fuzzland/ityfuzz/blob/master/src/evm/onchain/endpoints.rs#L19-L119

shouc avatar Apr 25 '23 19:04 shouc

A few new chains are supported in #130, but without flashloan support, which we are still working on

shouc avatar Jul 14 '23 18:07 shouc