fuzzland / ityfuzz

Blazing Fast Bytecode-Level Hybrid Fuzzer for Smart Contracts
https://docs.ityfuzz.rs
MIT License
848 stars 136 forks source link

Fuzzing ignore custom onchain url #546

Open Sentient-XII opened 1 day ago

Sentient-XII commented 1 day ago

I have been running test on speed using custom chain url i.e. -u, --onchain-url

When I run a custom url https://rpc.ankr.com/bsc, the fuzzing ignores the url and uses the default url inferred from chain-type.

I run test and check request in dashboard, with custom url I expect request count to increase but it does not.

Is there any other way to point to custom url to be used during fuzzing?

Thanks

shouc commented 9 hours ago

You can use ETH_RPC_URL environment variable