Skip to content

Commit

Permalink
Razor v2 (#87)
Browse files Browse the repository at this point in the history
* chore: contribution guidelines

* chore: v2 datasources refresh

* chore: v2 staging and mainnet parity

* chore: lint

* chore: rate limiting for coingecko, increase sleep

* fix: cryptocompare selector no array
  • Loading branch information
yohanelly95 authored Sep 25, 2024
1 parent 68aca25 commit be0f3ce
Show file tree
Hide file tree
Showing 5 changed files with 298 additions and 586 deletions.
8 changes: 4 additions & 4 deletions mainnet/collections.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
[
{
"jobIDs": [1, 2, 3, 6, 7, 9, 10],
"jobIDs": [1, 2, 3, 4, 5, 6, 7, 8],
"aggregationMethod": 2,
"power": 2,
"name": "ETHUSD",
"tolerance": 500000
},
{
"jobIDs": [11, 12, 13, 14, 15, 16],
"jobIDs": [9, 10, 11, 12, 13, 14, 15],
"aggregationMethod": 2,
"power": 2,
"name": "BTCUSD",
"tolerance": 500000
},
{
"jobIDs": [17, 18, 19, 20, 21],
"jobIDs": [16, 17, 18, 19, 20, 21],
"aggregationMethod": 2,
"power": 5,
"name": "USDCUSD",
"tolerance": 500000
},
{
"jobIDs": [22, 23, 24, 25],
"jobIDs": [22, 23, 24, 25, 26, 27],
"aggregationMethod": 2,
"power": 5,
"name": "USDTUSD",
Expand Down
Loading

0 comments on commit be0f3ce

Please sign in to comment.