Skip to content

Commit

Permalink
Merge pull request #955 from siljapetasch/patch-3
Browse files Browse the repository at this point in the history
Update consensus-config.mdx: add override.granite
  • Loading branch information
krofax authored Oct 8, 2024
2 parents cdf988d + e0d44cd commit a0ff281
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pages/builders/node-operators/configuration/consensus-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,16 @@ Manually specify the fjord fork timestamp, overriding the bundled setting. The d
<Tabs.Tab>`OP_NODE_OVERRIDE_FJORD=0`</Tabs.Tab>
</Tabs>

### override.granite

Manually specify the granite fork timestamp, overriding the bundled setting. The default value is `0`.

<Tabs items={['Syntax', 'Example', 'Environment Variable']}>
<Tabs.Tab>`--override.granite=<value>`</Tabs.Tab>
<Tabs.Tab>`--override.granite=0`</Tabs.Tab>
<Tabs.Tab>`OP_NODE_OVERRIDE_GRANITE=0`</Tabs.Tab>
</Tabs>

### p2p.advertise.ip

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.
Expand Down

0 comments on commit a0ff281

Please sign in to comment.