Skip to content

Commit 93d9737

Browse files
committed
add fjord override flags
added fjord override flag info to both consensus configurationa and execution configuration
1 parent 61e3635 commit 93d9737

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,16 @@ Manually specify the ecotone fork timestamp, overriding the bundled setting. The
334334
<Tabs.Tab>`OP_NODE_OVERRIDE_ECOTONE=0`</Tabs.Tab>
335335
</Tabs>
336336

337+
### override.fjord
338+
339+
Manually specify the fjord fork timestamp, overriding the bundled setting. The default value is `0`.
340+
341+
<Tabs items={['Syntax', 'Example', 'Environment Variable']}>
342+
<Tabs.Tab>`--override.fjord=<value>`</Tabs.Tab>
343+
<Tabs.Tab>`--override.fjord=0`</Tabs.Tab>
344+
<Tabs.Tab>`OP_NODE_OVERRIDE_FJORD=0`</Tabs.Tab>
345+
</Tabs>
346+
337347
### p2p.advertise.ip
338348

339349
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.

pages/builders/node-operators/configuration/execution-config.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,16 @@ Manually specify the Optimism Ecotone fork timestamp, overriding the bundled set
639639
<Tabs.Tab>`GETH_OVERRIDE_ECOTONE=0`</Tabs.Tab>
640640
</Tabs>
641641

642+
#### override.fjord
643+
644+
Manually specify the Optimism Fjord fork timestamp, overriding the bundled setting. The default value is `0`.
645+
646+
<Tabs items={['Syntax', 'Example', 'Environment Variable']}>
647+
<Tabs.Tab>`--override.fjord=<value>`</Tabs.Tab>
648+
<Tabs.Tab>`--override.fjord=0`</Tabs.Tab>
649+
<Tabs.Tab>`GETH_OVERRIDE_FJORD=0`</Tabs.Tab>
650+
</Tabs>
651+
642652
#### `override.interop`
643653

644654
Manually specify the Optimism Interop feature-set fork timestamp, overriding the bundled setting.

0 commit comments

Comments
 (0)