Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
- "**/*.go"
- "!**/*.sum"
- "!**/*.mod"
- "!**/*.json"

jobs:
spell-check:
Expand All @@ -40,7 +41,7 @@ jobs:
run: |
codespell \
--ignore-words=.github/config/ignored-words.txt \
--skip="*.svg,*.png,*.jpg,*.woff,*.woff2,*.pdf,*.json,package-lock.json" \
--skip="*.svg,*.png,*.jpg,*.woff,*.woff2,*.pdf,package-lock.json" \
--quiet-level=2 \
--check-filenames \
.
Expand Down
2 changes: 1 addition & 1 deletion automations/anchor_feeds.json
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
"decimals": 6,
"base_asset": "Fantom",
"category": "Crypto",
"risk": 2
"risk": 3
},
{
"feed_name": "ONDO/USD",
Expand Down
2 changes: 1 addition & 1 deletion automations/anchor_risk.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{ "name": "PEPE/USD", "index": 40, "decimals": 10, "volatility": 3 },
{ "name": "QNT/USD", "index": 41, "decimals": 5, "volatility": 2 },
{ "name": "AAVE/USD", "index": 42, "decimals": 4, "volatility": 1 },
{ "name": "FTM/USD", "index": 43, "decimals": 5, "volatility": 2 },
{ "name": "FTM/USD", "index": 43, "decimals": 5, "volatility": 3 },
{ "name": "ONDO/USD", "index": 44, "decimals": 5, "volatility": 2 },
{ "name": "TAO/USD", "index": 45, "decimals": 4, "volatility": 2 },
{ "name": "FET/USD", "index": 46, "decimals": 5, "volatility": 1 },
Expand Down
2 changes: 1 addition & 1 deletion automations/block_latency_feeds.json
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@
"decimals": 6,
"base_asset": "Fantom",
"category": "Crypto",
"risk": 2
"risk": 3
},
{
"feed_name": "ONDO/USD",
Expand Down
2 changes: 1 addition & 1 deletion automations/block_latency_risk.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{ "name": "PEPE/USD", "index": 40, "decimals": 10, "volatility": 3 },
{ "name": "QNT/USD", "index": 41, "decimals": 5, "volatility": 2 },
{ "name": "AAVE/USD", "index": 42, "decimals": 4, "volatility": 1 },
{ "name": "FTM/USD", "index": 43, "decimals": 5, "volatility": 2 },
{ "name": "FTM/USD", "index": 43, "decimals": 5, "volatility": 3 },
{ "name": "ONDO/USD", "index": 44, "decimals": 5, "volatility": 2 },
{ "name": "TAO/USD", "index": 45, "decimals": 4, "volatility": 2 },
{ "name": "FET/USD", "index": 46, "decimals": 5, "volatility": 1 },
Expand Down
2 changes: 1 addition & 1 deletion static/openapi/fdcapidoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
},
"/da/getRequests/{votingRoundID}": {
"get": {
"description": "Tries to retrieve the attestation requests for a particular voting round. If successfull returns a response status OK and a payload data that contains attestation requests for a particular voting round.",
"description": "Tries to retrieve the attestation requests for a particular voting round. If successful returns a response status OK and a payload data that contains attestation requests for a particular voting round.",
"parameters": [
{
"description": "The unique ID of the voting round. This represents a full voting sequence that starts in a particular voting epoch and usually extends to the next one.",
Expand Down
Loading