You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
why is debug_traceTransaction disabled on your public rpc: - https://rpc.testnet.frax.com
and error codes are also not visible on your explorer https://holesky.fraxscan.com/
i want to debug my txn on urgent basis.
can you enable this filter :- debug_traceTransaction on your public rpc and show error codes on your explorer
curl -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"debug_traceTransaction","params":["0x41422aac1f04ede89fba096041582abf6770bb62d6f14828c9099a1ac16ca315", {"tracer":"callTracer"}],"id":1}' https://rpc.testnet.frax.com
{"id":1,"jsonrpc":"2.0","error":{"code":-32601,"message":"Method not allowed or not found."}}
The text was updated successfully, but these errors were encountered:
why is debug_traceTransaction disabled on your public rpc: - https://rpc.testnet.frax.com
and error codes are also not visible on your explorer https://holesky.fraxscan.com/
i want to debug my txn on urgent basis.
can you enable this filter :- debug_traceTransaction on your public rpc and show error codes on your explorer
curl -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"debug_traceTransaction","params":["0x41422aac1f04ede89fba096041582abf6770bb62d6f14828c9099a1ac16ca315", {"tracer":"callTracer"}],"id":1}' https://rpc.testnet.frax.com
{"id":1,"jsonrpc":"2.0","error":{"code":-32601,"message":"Method not allowed or not found."}}
The text was updated successfully, but these errors were encountered: