See the README in each folder for instructions on how to run a replica node
Snapshot:
https://constellationlabs-dashboard-beta.s3.amazonaws.com/manta-pacific-25-03-2025.tar.gz
wget [<https://constellationlabs-dashboard-beta.s3.amazonaws.com/manta-pacific-25-03-2025.tar.gz>](<https://constellationlabs-dashboard-beta.s3.us-west-2.amazonaws.com/manta-pacific-07-10-24.tar>)
mkdir manta-datadir
tar -xf manta-pacific-25-03-25.tar.gz -C manta-datadir/
/dns4/manta-pacific-p2p.calderachain.xyz/tcp/9003/p2p/16Uiu2HAm1yyHgvkvdwQDJs7qNYGgPLNSAmWNtCSqR6t4CTZcmtez
make up
in replica guide or use an other tool to generate new random unique valuepublic.ecr.aws/i6b2w2n6/op-node:6.0.1
public.ecr.aws/i6b2w2n6/op-geth:6.0.1
rollup.json
changes:
The following must be added to the rollup.json:
"protocol_versions_address": "0x0000000000000000000000000000000000000000",
"chain_op_config": {
"eip1559Elasticity": 6,
"eip1559Denominator": 50,
"eip1559DenominatorCanyon": 250
}
Adjust the hard fork env flags of your op-node if required. For example.
OP_NODE_OVERRIDE_CANYON: "1726783200"
OP_NODE_OVERRIDE_DELTA: "1726783200"
OP_NODE_OVERRIDE_ECOTONE: "1726783200"
Guide:
replica-guide-manta-pectra.zip