probe-lab / hermes

A Gossipsub listener and tracer.
Other
10 stars 5 forks source link

Add support at the chain_id generator command for Gnosis #16

Open cortze opened 2 months ago

cortze commented 2 months ago

Description

We are currently supporting all the Etherum main networks:

However, there is no data yet for the Gnosis chain (which shares all the internals with Ethereum)

Tasks

namn-grg commented 2 months ago

Gnosis Chain doesn't support Prysm at the moment.

Source: https://docs.gnosischain.com/node/

Hermes requires/supports Prysm only, right?

cortze commented 2 months ago

Yes, Hermes needs a functional Prysm client for the full operation.

We should still be able to get the genesis and chain params to compose the chain-ids / fork_digests of the network though at the chain_ids command tough.

Thanks for the pointer @namn-grg !