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
After inspecting and adding logs to the code, it seems that the error is caused because the chain from the RPC is detected as AnvilHardhat but the chain_spec mapping does not consider this config
Description
When I try to prove blocks locally running
# http://127.0.0.1:8546 corresponds to my local anvil node just ethereum prove --rpc=http://127.0.0.1:8546 --block-number=16
I see an error:
line
After inspecting and adding logs to the code, it seems that the error is caused because the chain from the RPC is detected as
AnvilHardhat
but the chain_spec mapping does not consider this configThe text was updated successfully, but these errors were encountered: