optimism-java / op-besu

Optimism execution client written in Java based Hyperledger besu.
https://optimism-java.github.io/op-besu-docs
Apache License 2.0
6 stars 0 forks source link

How to get Base mainnet genesis.json #21

Open wrinkledeth opened 3 weeks ago

wrinkledeth commented 3 weeks ago

Hi I need some help here. I am trying to sync an optimism mainnet node using op-besu.

I was able to retrieve the op genesis file from here: https://github.com/optimism-java/op-besu/blob/op-stack/config/src/main/resources/optimism-mainnet.json

Are there any notes on how to dump the genesis json info for Base mainnet?

thinkAfCod commented 2 weeks ago

I'm glad you noticed our project.

This project has not yet attempted to synchronize mainnet data, so I'm still unsure if all the features of Op L2 are fully supported.

You can find all the genesis files for mainnet supported by Optimism in this project: https://github.com/ethereum-optimism/superchain-registry.

The genesis file for the Base Mainnet network you need is here: https://github.com/ethereum-optimism/superchain-registry/blob/main/superchain/extra/genesis/mainnet/base.json.gz.

GrapeBaBa commented 1 week ago

@wrinkledeth Is it help?