Skip to content

Commit 3d44bb7

Browse files
committed
Improve upgrades section
1 parent 2b6556c commit 3d44bb7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ docker run --rm -ti -u 65534:65534 -v $PWD/assets:/assets \
129129
```
130130

131131
#### Add upgrade timestamps to .env
132-
Add block timestamps for L2 upgrades to the `.env` file.
132+
Add the block timestamps for L2 upgrades to the `.env` file. These timestamps must be set slightly in the future as `op-node` and `op-geth` must be launched before the specified times. All timestamps can be set to the same value, but due to specification constraints, `0` cannot be used.
133133
```dotenv
134134
# Block timestamps for upgrades (empty = no upgrade)
135135
OP_OVERRIDE_CANYON=
@@ -139,11 +139,7 @@ OP_OVERRIDE_FJORD=
139139
OP_OVERRIDE_GRANITE=
140140
```
141141

142-
The `op-node` and `op-geth` must be started before the specified timestamps, so it's necessary to set this time slightly in the future. For a newly built Verse, it's acceptable to set all values to the same time.
143-
```shell
144-
# Getting a timestamp 10 minutes in the future
145-
expr $(date +%s) + 600
146-
```
142+
*Example command to get timestamp 10 minutes ahead*: `expr $(date +%s) + 600`
147143

148144
> [!IMPORTANT]
149145
> **Do not modify timestamps after upgrades have been applied. In particular, never re-change to a future.**

0 commit comments

Comments
 (0)