Skip to content

Commit 8ea5ed4

Browse files
committed
Merge remote-tracking branch 'origin/fix-smart-contracts' into fix-smart-contracts
2 parents c86d66d + 460e94b commit 8ea5ed4

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

.github/workflows/spell-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
- "**/*.go"
1919
- "!**/*.sum"
2020
- "!**/*.mod"
21+
- "!**/*.json"
2122

2223
jobs:
2324
spell-check:
@@ -40,7 +41,7 @@ jobs:
4041
run: |
4142
codespell \
4243
--ignore-words=.github/config/ignored-words.txt \
43-
--skip="*.svg,*.png,*.jpg,*.woff,*.woff2,*.pdf,*.json,package-lock.json" \
44+
--skip="*.svg,*.png,*.jpg,*.woff,*.woff2,*.pdf,package-lock.json" \
4445
--quiet-level=2 \
4546
--check-filenames \
4647
.

automations/anchor_feeds.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@
349349
"decimals": 6,
350350
"base_asset": "Fantom",
351351
"category": "Crypto",
352-
"risk": 2
352+
"risk": 3
353353
},
354354
{
355355
"feed_name": "ONDO/USD",

automations/anchor_risk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
{ "name": "PEPE/USD", "index": 40, "decimals": 10, "volatility": 3 },
4343
{ "name": "QNT/USD", "index": 41, "decimals": 5, "volatility": 2 },
4444
{ "name": "AAVE/USD", "index": 42, "decimals": 4, "volatility": 1 },
45-
{ "name": "FTM/USD", "index": 43, "decimals": 5, "volatility": 2 },
45+
{ "name": "FTM/USD", "index": 43, "decimals": 5, "volatility": 3 },
4646
{ "name": "ONDO/USD", "index": 44, "decimals": 5, "volatility": 2 },
4747
{ "name": "TAO/USD", "index": 45, "decimals": 4, "volatility": 2 },
4848
{ "name": "FET/USD", "index": 46, "decimals": 5, "volatility": 1 },

automations/block_latency_feeds.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@
393393
"decimals": 6,
394394
"base_asset": "Fantom",
395395
"category": "Crypto",
396-
"risk": 2
396+
"risk": 3
397397
},
398398
{
399399
"feed_name": "ONDO/USD",

automations/block_latency_risk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
{ "name": "PEPE/USD", "index": 40, "decimals": 10, "volatility": 3 },
4343
{ "name": "QNT/USD", "index": 41, "decimals": 5, "volatility": 2 },
4444
{ "name": "AAVE/USD", "index": 42, "decimals": 4, "volatility": 1 },
45-
{ "name": "FTM/USD", "index": 43, "decimals": 5, "volatility": 2 },
45+
{ "name": "FTM/USD", "index": 43, "decimals": 5, "volatility": 3 },
4646
{ "name": "ONDO/USD", "index": 44, "decimals": 5, "volatility": 2 },
4747
{ "name": "TAO/USD", "index": 45, "decimals": 4, "volatility": 2 },
4848
{ "name": "FET/USD", "index": 46, "decimals": 5, "volatility": 1 },

static/openapi/fdcapidoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
},
9999
"/da/getRequests/{votingRoundID}": {
100100
"get": {
101-
"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.",
101+
"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.",
102102
"parameters": [
103103
{
104104
"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.",

0 commit comments

Comments
 (0)