Skip to content

Commit

Permalink
refactor: removed coingecko jobs from collections
Browse files Browse the repository at this point in the history
  • Loading branch information
Yashk767 committed Dec 22, 2023
1 parent a1d8b18 commit a34e53d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testnet/collections.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"jobIDs": [1, 2, 3, 5, 6, 7, 8, 9, 24],
"jobIDs": [1, 2, 3, 5, 6, 8, 9, 24],
"aggregationMethod": 2,
"power": 2,
"name": "ethCollectionMedian",
Expand All @@ -21,7 +21,7 @@
"tolerance": 500000
},
{
"jobIDs": [18, 19, 20, 21, 22, 23],
"jobIDs": [18, 19, 20, 21, 23],
"aggregationMethod": 2,
"power": 2,
"name": "BTCUSD",
Expand Down Expand Up @@ -70,7 +70,7 @@
"tolerance": 500000
},
{
"jobIDs": [52, 53, 54, 56, 57],
"jobIDs": [52, 53, 54, 57],
"aggregationMethod": 2,
"power": 6,
"name": "SKALEUSD",
Expand Down

0 comments on commit a34e53d

Please sign in to comment.