From baac3817e16d124c9f7e51d753b65dff909783ac Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Wed, 21 Jun 2023 21:34:17 -0400 Subject: [PATCH] update url example for mercury (#9691) --- core/config/v2/docs/secrets.toml | 2 +- docs/SECRETS.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/config/v2/docs/secrets.toml b/core/config/v2/docs/secrets.toml index 8fa87929972..8908e5e55a4 100644 --- a/core/config/v2/docs/secrets.toml +++ b/core/config/v2/docs/secrets.toml @@ -52,7 +52,7 @@ Username = "A-Mercury-Username" # Example # Password is used for basic auth of the Mercury endpoint Password = "A-Mercury-Password" # Example # URL is the Mercury endpoint URL which is used by OCR2 Automation to access Mercury price feed -URL = "https://mercury.stage.link" # Example +URL = "https://example.com" # Example [Threshold] # ThresholdDecryptionKeyShare used by the threshold decryption OCR plugin diff --git a/docs/SECRETS.md b/docs/SECRETS.md index a720e00a61d..b712fda7fdf 100644 --- a/docs/SECRETS.md +++ b/docs/SECRETS.md @@ -134,7 +134,7 @@ Environment variable: `CL_PROMETHEUS_AUTH_TOKEN` [Mercury.Credentials.Name] Username = "A-Mercury-Username" # Example Password = "A-Mercury-Password" # Example -URL = "https://mercury.stage.link" # Example +URL = "https://example.com" # Example ``` @@ -152,7 +152,7 @@ Password is used for basic auth of the Mercury endpoint ### URL ```toml -URL = "https://mercury.stage.link" # Example +URL = "https://example.com" # Example ``` URL is the Mercury endpoint URL which is used by OCR2 Automation to access Mercury price feed