See the README in each folder for instructions on how to run a replica node

Pectra Upgrade guide

Replica guide for pectra and snapshot May 2025

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/

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
    }

rollup.json

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

March 2025 Snapshot and Replica guide update