Skip to content

Commit

Permalink
chore(api): increase hb to 24 hours on all conflux.espace.mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Dec 14, 2023
1 parent e8ec3af commit 494e6e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/api/src/dataFeedsRouter.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,19 +369,19 @@
"Price-BTC/USD-6": {
"label": "$",
"deviationPercentage": 1.0,
"maxSecsBetweenUpdates": 3600,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
},
"Price-CFX/USDT-6": {
"label": "",
"deviationPercentage": 1.0,
"maxSecsBetweenUpdates": 3600,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
},
"Price-ETH/USD-6": {
"label": "$",
"deviationPercentage": 1.0,
"maxSecsBetweenUpdates": 3600,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
},
"Price-USDC/USD-6": {
Expand Down

0 comments on commit 494e6e3

Please sign in to comment.