Skip to content

Commit 7fabbee

Browse files
committed
Merge branch 'deprecated-pairs' into 'main'
fix: remove deprecated exchange pairs See merge request flarenetwork/ftso/ftso-v2-example-value-provider!22
2 parents 18fcabb + 2f5fb1a commit 7fabbee

File tree

1 file changed

+3
-49
lines changed

1 file changed

+3
-49
lines changed

src/config/feeds.json

Lines changed: 3 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,35 +1011,6 @@
10111011
}
10121012
]
10131013
},
1014-
{
1015-
"feed": { "category": 1, "name": "DAI/USD" },
1016-
"sources": [
1017-
{
1018-
"exchange": "binance",
1019-
"symbol": "DAI/USDT"
1020-
},
1021-
{
1022-
"exchange": "bitget",
1023-
"symbol": "DAI/USDT"
1024-
},
1025-
{
1026-
"exchange": "cryptocom",
1027-
"symbol": "DAI/USDT"
1028-
},
1029-
{
1030-
"exchange": "cryptocom",
1031-
"symbol": "DAI/USD"
1032-
},
1033-
{
1034-
"exchange": "gate",
1035-
"symbol": "DAI/USDT"
1036-
},
1037-
{
1038-
"exchange": "okx",
1039-
"symbol": "DAI/USDT"
1040-
}
1041-
]
1042-
},
10431014
{
10441015
"feed": { "category": 1, "name": "USDS/USD" },
10451016
"sources": [
@@ -1110,11 +1081,11 @@
11101081
"symbol": "LEO/USDT"
11111082
},
11121083
{
1113-
"exchange": "bitfinex2",
1084+
"exchange": "bitfinex",
11141085
"symbol": "LEO/USDT"
11151086
},
11161087
{
1117-
"exchange": "bitfinex2",
1088+
"exchange": "bitfinex",
11181089
"symbol": "LEO/USD"
11191090
}
11201091
]
@@ -1474,23 +1445,6 @@
14741445
}
14751446
]
14761447
},
1477-
{
1478-
"feed": { "category": 1, "name": "FTM/USD" },
1479-
"sources": [
1480-
{
1481-
"exchange": "kraken",
1482-
"symbol": "FTM/USD"
1483-
},
1484-
{
1485-
"exchange": "bitfinex2",
1486-
"symbol": "FTM/USD"
1487-
},
1488-
{
1489-
"exchange": "bitso",
1490-
"symbol": "FTM/USD"
1491-
}
1492-
]
1493-
},
14941448
{
14951449
"feed": { "category": 1, "name": "ONDO/USD" },
14961450
"sources": [
@@ -1553,7 +1507,7 @@
15531507
},
15541508
{
15551509
"exchange": "kraken",
1556-
"symbol": "TAO/USDT"
1510+
"symbol": "TAO/USD"
15571511
}
15581512
]
15591513
},

0 commit comments

Comments
 (0)