alloy-rs / examples

Example code for using alloy and alloy-core
Apache License 2.0
131 stars 30 forks source link

Add `debug_traceCallMany` + `trace_callMany` example #121

Open zerosnacks opened 3 months ago

zerosnacks commented 3 months ago

See: https://github.com/alloy-rs/alloy/blob/135590eecfd82cf999d549e9440a70e370afe083/crates/provider/src/ext/trace.rs#L121-L126

For inspiration see: https://github.com/alloy-rs/examples/blob/main/examples/transactions/examples/trace_call.rs

zerosnacks commented 1 month ago

For reference see: https://github.com/alloy-rs/alloy/pull/1278