Skip to content

Commit

Permalink
Merge branch 'trump-usd' into 'main'
Browse files Browse the repository at this point in the history
feat(feeds): add TRUMP

See merge request flarenetwork/protocol-team/ftso-v2-example-value-provider!19
  • Loading branch information
adg-flare committed Jan 19, 2025
2 parents 3d2a53f + 7a7f2e0 commit f61d84b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/config/feeds.json
Original file line number Diff line number Diff line change
Expand Up @@ -1852,5 +1852,30 @@
"symbol": "PAXG/USDT"
}
]
},
{
"feed": { "category": 1, "name": "TRUMP/USD" },
"sources": [
{
"exchange": "bybit",
"symbol": "TRUMP/USDT"
},
{
"exchange": "cryptocom",
"symbol": "TRUMP/USDT"
},
{
"exchange": "kucoin",
"symbol": "TRUMP/USDT"
},
{
"exchange": "kraken",
"symbol": "TRUMP/USD"
},
{
"exchange": "bitget",
"symbol": "TRUMP/USDT"
}
]
}
]

0 comments on commit f61d84b

Please sign in to comment.