Skip to content

Commit e75d204

Browse files
committed
Merge branch 'pump-usd' into 'main'
feat(token): add PUMP/USD See merge request flarenetwork/ftso/ftso-v2-example-value-provider!25
2 parents f29eddf + afaf1db commit e75d204

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

src/config/feeds.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1929,5 +1929,30 @@
19291929
"symbol": "OP/USDT"
19301930
}
19311931
]
1932+
},
1933+
{
1934+
"feed": { "category": 1, "name": "PUMP/USD" },
1935+
"sources": [
1936+
{
1937+
"exchange": "coinbase",
1938+
"symbol": "PUMP/USD"
1939+
},
1940+
{
1941+
"exchange": "bitget",
1942+
"symbol": "PUMP/USDT"
1943+
},
1944+
{
1945+
"exchange": "mexc",
1946+
"symbol": "PUMP/USDT"
1947+
},
1948+
{
1949+
"exchange": "kucoin",
1950+
"symbol": "PUMP/USDT"
1951+
},
1952+
{
1953+
"exchange": "gate",
1954+
"symbol": "PUMP/USDT"
1955+
}
1956+
]
19321957
}
19331958
]

0 commit comments

Comments
 (0)