Skip to content

Commit

Permalink
chore(api): deviation thresholds for etc/usd btc/usd on conflux:espac…
Browse files Browse the repository at this point in the history
…e:testnet
  • Loading branch information
guidiaz committed Oct 15, 2024
1 parent e9df9d7 commit fd2a127
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/api/src/dataFeedsRouter.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,15 @@
"conflux.espace.testnet": {
"name": "Conflux e-Space Testnet",
"blockExplorer": "https://evmtestnet.confluxscan.io/address/{address}",
"version": "2.0"
"version": "2.0",
"feeds": {
"Price-BTC/USD-6": {
"deviationPercentage": 0.1
},
"Price-ETH/USD-6": {
"deviationPercentage": 0.1
}
}
}
}
},
Expand Down

0 comments on commit fd2a127

Please sign in to comment.