Skip to content

Commit f0355e3

Browse files
committed
feat(feeds): add op/usd feed
1 parent 0b5b440 commit f0355e3

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

src/config/feeds.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1896,5 +1896,38 @@
18961896
"symbol": "BERA/USDT"
18971897
}
18981898
]
1899+
},
1900+
{
1901+
"feed": { "category": 1, "name": "OP/USD" },
1902+
"sources": [
1903+
{
1904+
"exchange": "binance",
1905+
"symbol": "OP/USDT"
1906+
},
1907+
{
1908+
"exchange": "bybit",
1909+
"symbol": "OP/USDT"
1910+
},
1911+
{
1912+
"exchange": "coinbase",
1913+
"symbol": "OP/USD"
1914+
},
1915+
{
1916+
"exchange": "okx",
1917+
"symbol": "OP/USDT"
1918+
},
1919+
{
1920+
"exchange": "bitget",
1921+
"symbol": "OP/USDT"
1922+
},
1923+
{
1924+
"exchange": "mexc",
1925+
"symbol": "OP/USDT"
1926+
},
1927+
{
1928+
"exchange": "gate",
1929+
"symbol": "OP/USDT"
1930+
}
1931+
]
18991932
}
19001933
]

0 commit comments

Comments
 (0)