Skip to content

Commit 6e20a79

Browse files
committed
Merge branch 'add-nightusd' into 'main'
feat(feeds): add NIGHT-USD See merge request flarenetwork/ftso/ftso-v2-example-value-provider!31
2 parents d74b79c + 18278fb commit 6e20a79

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/config/feeds.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2014,5 +2014,29 @@
20142014
"symbol": "MON/USDT"
20152015
}
20162016
]
2017+
},
2018+
{
2019+
"feed": {
2020+
"category": 1,
2021+
"name": "NIGHT/USD"
2022+
},
2023+
"sources": [
2024+
{
2025+
"exchange": "bybit",
2026+
"symbol": "NIGHT/USDT"
2027+
},
2028+
{
2029+
"exchange": "gate",
2030+
"symbol": "NIGHT/USDT"
2031+
},
2032+
{
2033+
"exchange": "okx",
2034+
"symbol": "NIGHT/USDT"
2035+
},
2036+
{
2037+
"exchange": "kraken",
2038+
"symbol": "NIGHT/USD"
2039+
}
2040+
]
20172041
}
20182042
]

0 commit comments

Comments
 (0)