Closed adaki2004 closed 1 month ago
Currently the 6.7.2 introduced reth support.
Even tho the workaround (below) is still in the code, it fixes some indexing issue. (Specifically something with the transaction receipts decoding).
Still active (and if removed, still not working) workaround:
"ETHEREUM_JSONRPC_VARIANT": "erigon" if el_client_name == "erigon" or el_client_name == "reth" else el_client_name,
Currently the 6.7.2 introduced reth support.
Even tho the workaround (below) is still in the code, it fixes some indexing issue. (Specifically something with the transaction receipts decoding).
Still active (and if removed, still not working) workaround: