alloy-rs / examples

Example code for using alloy and alloy-core
Apache License 2.0
136 stars 34 forks source link

trace_transaction example failed #131

Closed Confucian-e closed 3 months ago

Confucian-e commented 3 months ago
cargo run --example trace_transaction
   Compiling examples-transactions v0.1.0 (/Users/confucian/repo/examples/examples/transactions)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
     Running `target/debug/examples/trace_transaction`
Error: server returned an error response: error code -32603: method debug_traceTransaction not supported

Location:
    examples/transactions/examples/trace_transaction.rs:29:18
mattsse commented 3 months ago

-32603: method debug_traceTransaction not supported

this method is not available on the server you're using