Skip to content

Commit 0303e70

Browse files
committed
rename - custom to sequencer
1 parent 2287456 commit 0303e70

5 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ It support 4 steps to operate OP Stack node
5050

5151
**Q. How can run replica node?**
5252
- If run Superchain Network, just use env file in /envs.
53-
- If run your custom node, you should set `rollup.json` and `genesis.json` in `config` directory.
53+
- If run not Superchain node, you should set `rollup.json` and `genesis.json` in `config` directory.
5454

5555
**Q. When will additional features be supported?**
5656
- `ALT DA` is enabled. Set `ALT_DA_SERVER` to your alt-da server url.

run/init-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ "${DOWNLOAD_SNAPSHOT:-}" = "true" ]; then
2020
fi
2121

2222
if [ ! -z "${L2_SUPERCHAIN_NETWORK:-}" ]; then
23-
echo "init only running in custom chain, exiting on [$L2_SUPERCHAIN_NETWORK]..."
23+
echo "Exiting on superchain registry chain: [$L2_SUPERCHAIN_NETWORK]..."
2424
exit 0
2525
fi
2626

0 commit comments

Comments
 (0)