Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 2.57 KB

node-operators.md

File metadata and controls

63 lines (39 loc) · 2.57 KB

⌨️ 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

Snapshots

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

  • Mainnet

Tuesday 5th June (latest) - https://storage.googleapis.com/conduit-networks-snapshots/mode/mainnet/2024-06-04.tar

Recommended op-node & op-geth versions:

op-geth v1.101308.2
op-node v1.7.0

For celestia DA:

https://github.com/celestiaorg/optimism/releases/tag/v1.2.0-OP_v1.7.0-CN_v0.12.4

  • Testnet

https://storage.cloud.google.com/conduit-networks-snapshots/mode/sepolia/latest.tar.gz

Recommended op-node & op-geth versions:
  • run op-node >= 1.7.7-rc.1
  • run op-geth >= 1.101315.1
  • set on both the flag --override.fjord=1716998400

https://github.com/ethereum-optimism/specs/blob/main/specs/fjord/overview.md

{% hint style="warning" %} UPDATES:

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.