aliaksei-a
Results
2
comments of
aliaksei-a
try to use ``` curl --location ':' \ --header 'Content-Type: application/json' \ --data '{ "jsonrpc":"2.0", "method":"debug_traceBlockByNumber", "params":[ "0x140E6E3", { "tracer": "callTracer", "timeout": "300000ms" } ], "id":"1" }' ``` instead of...
> > the point is that you need to handle traces in new way, so, you have to make remapping > > I'm curious about this. First, are you one...