From b818f2a4f8bc1911ccd65ffb78e1c082efe414f0 Mon Sep 17 00:00:00 2001 From: Sam Davies Date: Wed, 3 Jan 2024 15:00:34 -0500 Subject: [PATCH] Improve formatting --- docs/{core => }/Mercury.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) rename docs/{core => }/Mercury.md (97%) diff --git a/docs/core/Mercury.md b/docs/Mercury.md similarity index 97% rename from docs/core/Mercury.md rename to docs/Mercury.md index 3f7c09f0107..610605ddbc6 100644 --- a/docs/core/Mercury.md +++ b/docs/Mercury.md @@ -24,7 +24,7 @@ TODO: updated process here @Austin Born `reportingPluginConfig.deltaC` - set this to `0` so every round will result in a report. -Example `verifier/<0xaddress>.json`: +
Example `verifier/<0xaddress>.json` ```json { @@ -156,6 +156,7 @@ Example `verifier/<0xaddress>.json`: "status": "testing" } ``` +
## Jobs @@ -167,7 +168,7 @@ Example `verifier/<0xaddress>.json`: `contractID` - the contract address of the verifier contract. -Example: +
Example bootstrap TOML ```toml type = "bootstrap" @@ -182,10 +183,11 @@ contractConfigTrackerPollInterval = "15s" chainID = $evm_chain_id fromBlock = $from_block ``` +
### OCR2 -Example: +
Example OCR2 Mercury TOML ```toml type = "offchainreporting2" @@ -262,6 +264,7 @@ serverPubKey = "$mercury_server_public_key" chainID = $evm_chain_id fromBlock = $from_block ``` +
## Nodes @@ -279,7 +282,7 @@ fromBlock = $from_block `Database` - **must** increase connection limits above the standard defaults -Example: +
Example node config TOML ```toml RootDir = '$ROOT_DIR' @@ -344,3 +347,4 @@ MaxOpenConns = 400 # caution! ensure postgres is configured to support this [[EVM.Nodes]] < put RPC nodes here > ``` +