OP-Stack
Steps to integrate a running op-stack rollup with Elder network
Steps for running an op-stack rollup with ELDER
Ensure your op-stack rollup is operational. For thoroughness, verify that both the batcher and proposer have sufficient funding.
When not utilizing an existing internal devnet, a private Elder Node can be set up by following these steps - Run an ELDER Node
Register a rollup on Elder Chain
Register the rollup on Elder.
elderd tx registration register [executor] [name] [min-tx-fess] [max-txs] [stack] [data-layer] [stake] [flags]
Pull latest tags/main from 0xElder github and build their binaries.
Build their binaries and replace with the original OP binaries.
Restart op-geth with the following additional command flags :
--rollup.disabletxpoolgossip=true --elder-seq --elder-seq-url=<Elder MACHINE IP>:9090 --elder-roll-id=<Rollup ID during registration> --elder-executor=<Elder executer private key> --elder-roll-start-block=<rollup geth block when the Elder connection should establish i.e. hardfork >
Last updated