Skip to content

Commit a367dc6

Browse files
committed
fix common.env
1 parent 0440547 commit a367dc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

common.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ GETH_DATA_DIR="../data-geth"
33
SCAN_DATA_DIR="../data-scan"
44

55
# chain config files in /envs
6-
# custom node : custom-mainnet.env, custom-sepolia.env, custom-holesky.env
6+
# sequencer node : sequencer-mainnet.env, sequencer-sepolia.env, sequencer-holesky.env
77
# replica node : op, base, unichain, worldchain
8-
CHAIN_ENV_FILE="custom-holesky.env"
8+
CHAIN_ENV_FILE="sequencer-holesky.env"

0 commit comments

Comments
 (0)