Skip to content

Commit

Permalink
update url example for mercury (#9691)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixFan1992 committed Jul 6, 2023
1 parent 1ecbd91 commit baac381
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/config/v2/docs/secrets.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/SECRETS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand All @@ -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

Expand Down

0 comments on commit baac381

Please sign in to comment.