dora icon indicating copy to clipboard operation
dora copied to clipboard

possible to include the 'interop' config by prysm ?

Open garyng2000 opened this issue 1 year ago • 1 comments

I am trying to use dora against a local devnet created via prysm interop but get an unknown chain-preset

garyng2000 avatar Jul 09 '24 22:07 garyng2000

Hi @garyng2000 . It would be good if you could provide more details. e.g. how to start this prysm interop devnet and how you're fetching the chain config file that is needed by dora (chain.configPath in the dora config file). Maybe also dump the file here so that we can try to reproduce your problem.

In the meantime, if your goal is to test dora locally, we have a builtin target in our Makefile that will spin up a local devnet for you and then start dora. You can do this via make devnet-run. There's also a make devnet-clean command to clean everything up. For this to work you'll need to install kurtosis.

Also have a look at our setup script which is called when you execute make devnet-run: https://github.com/ethpandaops/dora/blob/master/.hack/devnet/run.sh

To change the devnet config have a look at this file https://github.com/ethpandaops/dora/blob/master/.hack/devnet/kurtosis.devnet.config.yaml . For more details you can also check the ethereum-package that we're using with kurtosis.

skylenet avatar Jul 17 '24 06:07 skylenet