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
There is a file called genesis.json that is setup by the operator and provides the information needed to initialize the sp1 tendermint smart contract on reth. Right now these are filled with somewhat dummy values that don't actually reflect the state of simapp. We need to fix this which involves querying simapp and populating this genesis.json file in the scripts directory.
[optional] It may be more informative if we rename genesis.json to something like simapp_client.json so as to not get confused with the rollup and simapp genesis files
The text was updated successfully, but these errors were encountered:
There is a file called
genesis.json
that is setup by theoperator
and provides the information needed to initialize the sp1 tendermint smart contract on reth. Right now these are filled with somewhat dummy values that don't actually reflect the state of simapp. We need to fix this which involves querying simapp and populating thisgenesis.json
file in the scripts directory.[optional] It may be more informative if we rename
genesis.json
to something likesimapp_client.json
so as to not get confused with the rollup and simapp genesis filesThe text was updated successfully, but these errors were encountered: