Skip to content

Commit 236570f

Browse files
authored
Merge pull request #1686 from siljapetasch/main
Update consensus-config.mdx
2 parents 1a63019 + 36e10d8 commit 236570f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pages/operators/node-operators/configuration/consensus-config.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,26 @@ Manually specify the granite fork timestamp, overriding the bundled setting. The
383383
<Tabs.Tab>`OP_NODE_OVERRIDE_GRANITE=0`</Tabs.Tab>
384384
</Tabs>
385385

386+
### override.holocene
387+
388+
Manually specify the holocene fork timestamp, overriding the bundled setting. The default value is `0`.
389+
390+
<Tabs items={['Syntax', 'Example', 'Environment Variable']}>
391+
<Tabs.Tab>`--override.holocene=<value>`</Tabs.Tab>
392+
<Tabs.Tab>`--override.holocene=0`</Tabs.Tab>
393+
<Tabs.Tab>`OP_NODE_OVERRIDE_HOLOCENE=0`</Tabs.Tab>
394+
</Tabs>
395+
396+
### override.isthmus
397+
398+
Manually specify the isthmus fork timestamp, overriding the bundled setting. The default value is `0`.
399+
400+
<Tabs items={['Syntax', 'Example', 'Environment Variable']}>
401+
<Tabs.Tab>`--override.isthmus=<value>`</Tabs.Tab>
402+
<Tabs.Tab>`--override.isthmus=0`</Tabs.Tab>
403+
<Tabs.Tab>`OP_NODE_OVERRIDE_ISTHMUS=0`</Tabs.Tab>
404+
</Tabs>
405+
386406
### p2p.advertise.ip
387407

388408
The IP address to advertise in Discv5, put into the ENR of the node. This may also be a hostname/domain name to resolve to an IP.

0 commit comments

Comments
 (0)