β¨οΈNode Operators
Running the node
If you want to run a node for Mode you can follow these instructions: https://github.com/mode-network/rollup-node
UPCOMING HOLOCENE UPDATE
Optimism Fork (Holocene) will be activated on βMainnetβ on βThu 09 Jan 2025 18:00:01 UTCPrior to the update, for nodes/integrators:\
run op-geth >= v1.101411.2
run op-node >= v1.10.0 (for alt-da, consider respective forks like celestia/eigen)
set on both the flag
--override.holocene=1736445601
Snapshots
Snapshots will help you save time while synching your node to Mode.
Mainnet
Tuesday 3rd September (latest) -
Testnet
Past updates
HOLOCENE
run op-geth >= v1.101411.2
run op-node >= v1.10.0 (for alt-da, consider respective forks like celestia/eigen)
set on both the flag
--override.holocene=1736445601
Optimism Fork (Holocene) will be activated on your βMainnetβ on βThu 09 Jan 2025 18:00:01 UTCPrior to the update, please confirm the following on external nodes/integrators:
run op-geth >= v1.101411.2
run op-node >= v1.10.0 (for alt-da, consider respective forks like celestia/eigen)
set on both the flag
--override.holocene=1736445601If you are not using the previous fork, Granite, on your external nodes (check the following flags is set β--override.graniteβ), please reach out. In the case, you might need to enable the Granite hard fork flags two days before βTue 07 Jan 2025 18:00:01 UTCβ. You can use the same software version and configure it with β--override.granite=1736272801
GRANITE UPDATE
the Optimism Granite Hard Fork happened on Wed 11 Sep 2024 16:00:01 UTC . More info here.For external nodes/integrators:
run op-geth >= v1.101408.0
run op-node >= v1.9.1 (for alt-da, consider respective forks like celestia/eigen)
set on op-geth and op-node the flag
--override.granite=1726070401
Optimism Fjord Hard Fork
FJORD UPDATE - Wed Jul 10 16:00:01 UTC 2024
Node operators will need to upgrade to Fjord before the activation date. For Sepolia, the op-node release v1.7.7(opens in a new tab) and op-geth release v1.101315.2(opens in a new tab) contain these changes.
Please update to the latest releases of op-geth and op-node.
VERIFY
Make the following checks to verify that your node is properly configured.
op-nodeandop-gethwill log their configurations at startupCheck that the Fjord time is set to
activation-timestampin the op-node startup logsCheck that the Fjord time is set to
activation-timestampin the op-geth startup logs
For more information please visit Optimism's documentation.
Ecotone Upgrade (Dencun + EIP-4844)
The Ecotone upgrade for OP Sepolia activated at 1708534800 Wed Feb 21 17:00:00 UTC 2024.
Getting ready for Ecotone Upgrade (Dencun + EIP-4844)
The Ecotone upgrade contains the Dencun upgrade from L1, and adopts EIP-4844 blobs for data-availability. Please refer to: https://docs.optimism.io/builders/notices/ecotone-changes
You need l1 beacon api access for op-node and pass via --l1.beacon param (or OP_NODE_L1_BEACON env).
Consider having full-archive blobs access. if you are on the superchain you don't have to pass any new parameter.
Last updated
Was this helpful?