Skip to content

Commit

Permalink
Add IP token (#4787)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubJaksik authored Feb 14, 2025
1 parent 78b2e90 commit ebc8a9c
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/oracle-node/manifests/data-services/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -3317,6 +3317,25 @@
"denomination": "BTC",
"rateFeed": true
},
"IP": {
"source": [
"bingx-usdt",
"bitget-usdt",
"bitmart-usdt",
"bitrue-usdt",
"bybit-usdt",
"coinbasepro-usd",
"coingecko",
"gate-usdt",
"kucoin-usdt",
"lbank-usdt",
"mexc-usdt",
"okx-usdt",
"xt"
],
"denomination": "USD",
"rateFeed": false
},
"BAT": {
"denomination": "USD",
"rateFeed": false
Expand Down
20 changes: 20 additions & 0 deletions packages/oracle-node/manifests/data-services/primary.json
Original file line number Diff line number Diff line change
Expand Up @@ -2313,6 +2313,26 @@
"source": ["bnb-evm-fetcher-bit-fi"],
"denomination": "BTC",
"rateFeed": true
},
"IP": {
"source": [
"bingx-usdt",
"bitget-usdt",
"bitmart-usdt",
"bitrue-usdt",
"bybit-usdt",
"coinbasepro-usd",
"coingecko",
"coinmarketcap",
"gate-usdt",
"kucoin-usdt",
"lbank-usdt",
"mexc-usdt",
"okx-usdt",
"xt"
],
"denomination": "USD",
"rateFeed": false
}
},
"multiPointPackages": {
Expand Down

0 comments on commit ebc8a9c

Please sign in to comment.