Skip to content

Commit

Permalink
Merge pull request #864 from ethereum-optimism/remove-op-heartbeat
Browse files Browse the repository at this point in the history
remove op-heartbeat configurations
  • Loading branch information
cpengilly authored Aug 27, 2024
2 parents 044dc37 + d08e0ab commit d371a4e
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions pages/builders/node-operators/configuration/consensus-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,36 +49,6 @@ Conductor service rpc timeout. The default value is `1s`.
<Tabs.Tab>`OP_NODE_CONDUCTOR_RPC_TIMEOUT=1s`</Tabs.Tab>
</Tabs>

### heartbeat.enabled

Enables or disables heartbeating. The default value is `false`.

<Tabs items={['Syntax', 'Example', 'Environment Variable']}>
<Tabs.Tab>`--heartbeat.enabled=<boolean>`</Tabs.Tab>
<Tabs.Tab>`--heartbeat.enabled=false`</Tabs.Tab>
<Tabs.Tab>`OP_NODE_HEARTBEAT_ENABLED=false`</Tabs.Tab>
</Tabs>

### heartbeat.moniker

Sets a moniker for this node.

<Tabs items={['Syntax', 'Example', 'Environment Variable']}>
<Tabs.Tab>`--heartbeat.moniker=<value>`</Tabs.Tab>
<Tabs.Tab>`--heartbeat.moniker=soyboy`</Tabs.Tab>
<Tabs.Tab>`OP_NODE_HEARTBEAT_MONIKER=soyboy`</Tabs.Tab>
</Tabs>

### heartbeat.url

Sets the URL to heartbeat to. The default value is `"https://heartbeat.optimism.io"`.

<Tabs items={['Syntax', 'Example', 'Environment Variable']}>
<Tabs.Tab>`--heartbeat.url=<value>`</Tabs.Tab>
<Tabs.Tab>`--heartbeat.url="https://heartbeat.optimism.io"`</Tabs.Tab>
<Tabs.Tab>`OP_NODE_HEARTBEAT_URL="https://heartbeat.optimism.io"`</Tabs.Tab>
</Tabs>

### l1

Address of L1 User JSON-RPC endpoint to use (eth namespace required). The default value is `"http://127.0.0.1:8545"`.
Expand Down

0 comments on commit d371a4e

Please sign in to comment.