chore: bump blockscout version (#787)
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,
```
Co-authored-by:
Keszey Dániel <keszeyd@MacBook-Pro.local>
Showing
Please register or sign in to comment