Skip to content

Commit

Permalink
chore(api): add atom/usd to kava chains
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Jul 19, 2023
1 parent 0757bd9 commit 53c755f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/api/src/dataFeedsRouter.json
Original file line number Diff line number Diff line change
Expand Up @@ -1043,6 +1043,12 @@
"name": "Kava EVM Mainnet",
"pollingPeriod": 10000,
"feeds": {
"Price-ATOM/USD-6": {
"label": "$",
"deviationPercentage": 3.5,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
},
"Price-BTC/USD-6": {
"label": "$",
"deviationPercentage": 3.5,
Expand Down Expand Up @@ -1092,6 +1098,12 @@
"name": "Kava EVM Testnet",
"pollingPeriod": 10000,
"feeds": {
"Price-ATOM/USD-6": {
"label": "$",
"deviationPercentage": 3.5,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
},
"Price-BTC/USD-6": {
"label": "$",
"deviationPercentage": 3.5,
Expand Down

0 comments on commit 53c755f

Please sign in to comment.