Releases: ConstellationCrypto/replica-guide-manta-mainnet
Releases · ConstellationCrypto/replica-guide-manta-mainnet
Manta Pacific Celestia ALT DA and Reth
- op-node image — updated to the new version and Alt DA setup
- op-geth → op-reth — snapshot link included in the README
- op-alt-da Celestia component — configured to point to a bridge (or a light node) node from Celestia
What's Changed
- update: op node and op geth by @InoMurko in #1
- Reth and altda setup by @InoMurko in #3
- cleanup geth deprecation by @InoMurko in #4
New Contributors
Full Changelog: v6.0.1...altda/reth-v2.2.3
v6.0.1
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/
- And a new p2p static id & dns name:
/dns4/manta-pacific-p2p.calderachain.xyz/tcp/9003/p2p/16Uiu2HAm1yyHgvkvdwQDJs7qNYGgPLNSAmWNtCSqR6t4CTZcmtez - update the p2p nodeKey ⇒ run
make upin replica guide or use an other tool to generate new random unique value - new image releases
- op-node:
public.ecr.aws/i6b2w2n6/op-node:6.0.1 - op-geth:
public.ecr.aws/i6b2w2n6/op-geth:6.0.1
- op-node:
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:
zipped attached