From 73d4cd115c0477a9b86ee0ae9b53d37bb81bcc34 Mon Sep 17 00:00:00 2001 From: Raphina <44475396+Stamp9@users.noreply.github.com> Date: Fri, 23 Aug 2024 16:45:16 +0200 Subject: [PATCH] Change Erigon support for 'trace_rawTransaction' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0cb8f0..22b1ad3 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Each node client supports a different set of tracers and trace methods. | `trace_filter` | ❌ | ✅ | ✅ | ✅ | ✅ | | `trace_call` | ❌ | ✅ | ✅ | ✅ | ✅ | | `trace_callMany` | ❌ | ✅ | ✅ | ✅ | ❌ | -| `trace_rawTransaction` | ❌ | ✅ | ✅ | ✅ | ✅ | +| `trace_rawTransaction` | ❌ | ✅ | ❌ | ✅ | ✅ | | `trace_get` | ❌ | ✅ | ✅ | ✅ | ❌ | | `debug_traceBlock` | ✅ | ✅ | ✅ | ✅ | ✅ | | `debug_traceTransaction` | ✅ | ✅ | ✅ | ❌ | ✅ |