⌨ī¸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 GRANITE UPDATE - Wed Jul 10 16:00:01 UTC 2024

the Optimism Granite Hard Fork is scheduled on mainnet next week 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

Snapshots

Snapshots will help you save time while synching your node to Mode.

  • Mainnet

Tuesday 3rd September (latest) -

  • Testnet

Past updates

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-node and op-geth will log their configurations at startup

  • Check that the Fjord time is set to activation-timestamp in the op-node startup logs

  • Check that the Fjord time is set to activation-timestamp in 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