Update Log

October Snapshot and Replica guide update

October 2024 https://constellationlabs-dashboard-beta.s3.us-west-2.amazonaws.com/manta-pacific-07-10-24.tar

wget [<https://constellationlabs-dashboard-beta.s3.us-west-2.amazonaws.com/manta-pacific-07-10-24.tar>](<https://constellationlabs-dashboard-beta.s3.us-west-2.amazonaws.com/manta-pacific-07-10-24.tar>) 
mkdir manta-datadir 
tar -xf manta-pacific-07-10-24.tar.gz -C manta-datadir/

manta-pacific-replica-october2024.zip

September 19 Ecotone Upgrade

A hard fork + node upgrade is scheduled for September 19th, 22:00 GMT+0

This upgrade will activate the Canyon, Delta, and Ecotone upgrades for the OP stack. See the OP stack docs for more information about the contents of the upgrade: https://specs.optimism.io/protocol/superchain-upgrades.html#post-bedrock-network-upgrades

In order to be prepared, please upgrade your op-node image to public.ecr.aws/i6b2w2n6/op-node:5.2.0 and op-geth image to public.ecr.aws/i6b2w2n6/op-geth:5.2.0 and set the following new environment variables:

op-node:

CELESTIA_LEGACY_MODE: "true"
OP_NODE_OVERRIDE_CANYON: "1726783200"
OP_NODE_OVERRIDE_DELTA: "1726783200"
OP_NODE_OVERRIDE_ECOTONE: "1726783200"
OP_NODE_L1_BEACON_IGNORE: "true"

op-geth:

GETH_OVERRIDE_CANYON: "1726783200"
GETH_OVERRIDE_ECOTONE: "1726783200"