Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading