Skip to content

Commit 3d94d1e

Browse files
committed
Merge branch 'andrius/usds-sources' into 'main'
feat: refresh USDS sources See merge request flarenetwork/ftso/ftso-v2-example-value-provider!35
2 parents c1f2b41 + 76ba674 commit 3d94d1e

1 file changed

Lines changed: 19 additions & 7 deletions

File tree

src/config/feeds.json

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -857,21 +857,33 @@
857857
"name": "USDS/USD"
858858
},
859859
"sources": [
860+
{
861+
"exchange": "coinbase",
862+
"symbol": "DAI/USD"
863+
},
864+
{
865+
"exchange": "okx",
866+
"symbol": "USDS/USDT"
867+
},
860868
{
861869
"exchange": "mexc",
862-
"symbol": "DAI/USDT"
870+
"symbol": "USDS/USDT"
863871
},
864872
{
865-
"exchange": "htx",
866-
"symbol": "DAI/USDT"
873+
"exchange": "binance",
874+
"symbol": "USDS/USDT"
867875
},
868876
{
869-
"exchange": "bybit",
870-
"symbol": "DAI/USDT"
877+
"exchange": "gate",
878+
"symbol": "USDS/USDT"
871879
},
872880
{
873-
"exchange": "okx",
874-
"symbol": "DAI/USDT"
881+
"exchange": "bitget",
882+
"symbol": "USDS/USDT"
883+
},
884+
{
885+
"exchange": "bingx",
886+
"symbol": "USDS/USDT"
875887
}
876888
]
877889
},

0 commit comments

Comments
 (0)