Skip to content

Commit

Permalink
chore: increase heartbeat and cooldown in metis.rinkeby
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Jan 24, 2022
1 parent 880b1ae commit 37b30a5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/api/src/dataFeedsRouter.json
Original file line number Diff line number Diff line change
Expand Up @@ -373,20 +373,20 @@
"Price-METIS/USDT-6": {
"label": "",
"deviationPercentage": 1.0,
"maxSecsBetweenUpdates": 3600,
"minSecsBetweenUpdates": 300
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
},
"Price-BTC/USD-6": {
"label": "$",
"deviationPercentage": 1.0,
"maxSecsBetweenUpdates": 3600,
"minSecsBetweenUpdates": 300
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
},
"Price-ETH/USD-6": {
"label": "$",
"deviationPercentage": 1.0,
"maxSecsBetweenUpdates": 3600,
"minSecsBetweenUpdates": 300
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
}
}
},
Expand Down

0 comments on commit 37b30a5

Please sign in to comment.