Skip to content

Commit f2f83d1

Browse files
cll-ggkhadni
andauthored
Fix typo: p2pv2Boostrappers -> p2pv2Bootstrappers (#2727)
* Fix typo: p2pv2Boostrappers -> p2pv2Bootstrappers * nit formatting --------- Co-authored-by: Karim H. <[email protected]>
1 parent 3a26b4f commit f2f83d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/chainlink-nodes/oracle-jobs/all-jobs.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,9 @@ See [shared fields](/chainlink-nodes/oracle-jobs/jobs/#shared-fields).
307307

308308
`p2pBootstrapPeers = [ "/dns4/HOST_NAME_OR_IP/tcp/PORT/p2p/BOOTSTRAP_NODE'S_P2P_ID" ]`
309309

310-
- `p2pv2Boostrappers`: A list of libp2p dial addresses of the other bootstrap nodes helping oracle nodes find one another on the network. It is used with P2P networking stack V2 as follows:
310+
- `p2pv2Bootstrappers`: A list of libp2p dial addresses of the other bootstrap nodes helping oracle nodes find one another on the network. It is used with P2P networking stack V2 as follows:
311311

312-
`p2pv2Boostrappers = [ "BOOTSTRAP_NODE'S_P2P_ID@HOST_NAME_OR_IP:PORT" ]`
312+
`p2pv2Bootstrappers = [ "BOOTSTRAP_NODE'S_P2P_ID@HOST_NAME_OR_IP:PORT" ]`
313313

314314
- `isBootstrapPeer`: This must be set to `true`.
315315

@@ -377,9 +377,9 @@ See [shared fields](/chainlink-nodes/oracle-jobs/jobs/#shared-fields).
377377
- `p2pBootstrapPeers`: A list of libp2p dial addresses of the other bootstrap nodes helping oracle nodes find one another on the network. It is used with P2P networking stack V1 as follows:
378378
`p2pBootstrapPeers = [ "/dns4/<host name or ip>/tcp/<port>/p2p/<bootstrap node's P2P ID>" ]`
379379

380-
- `p2pv2Boostrappers`: A list of libp2p dial addresses of the other bootstrap nodes helping oracle nodes find one another on the network. It is used with P2P networking stack V2 as follows:
380+
- `p2pv2Bootstrappers`: A list of libp2p dial addresses of the other bootstrap nodes helping oracle nodes find one another on the network. It is used with P2P networking stack V2 as follows:
381381

382-
`p2pv2Boostrappers = [ "<bootstrap node's P2P ID>@<host name or ip>:<port>" ]`
382+
`p2pv2Bootstrappers = [ "<bootstrap node's P2P ID>@<host name or ip>:<port>" ]`
383383

384384
- `keyBundleID`: The hash of the OCR key bundle to be used by this node. The Chainlink node keystore manages these key bundles. Use the node **Key Management** UI or the `chainlink keys ocr` sub-commands in the CLI to create and manage key bundles.
385385
- `monitoringEndpoint`: The URL of the telemetry endpoint to send OCR metrics to.

0 commit comments

Comments
 (0)