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