Skip to content

Commit

Permalink
fix: tusd/usdt tusd/usd on cronos.testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Aug 1, 2023
1 parent 976d83f commit f244033
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/api/src/dataFeedsRouter.json
Original file line number Diff line number Diff line change
Expand Up @@ -597,12 +597,16 @@
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
},
"Price-TUSD/USD-6": {
"label": "$",
"Price-TUSD/USDT-6": {
"label": "",
"deviationPercentage": 0.25,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
},
"Price-TUSD/USD-6": {
"isRouted": true,
"label": "$"
},
"Price-USDC/USD-6": {
"label": "$",
"deviationPercentage": 0.25,
Expand Down

0 comments on commit f244033

Please sign in to comment.