Skip to content

Commit

Permalink
Merge branch 'usdt-exchanges' into 'main'
Browse files Browse the repository at this point in the history
fix: add kraken exchange for USDT/USD feed

See merge request flarenetwork/protocol-team/ftso-v2-example-value-provider!11
  • Loading branch information
magurh committed Nov 18, 2024
2 parents e0058b0 + 57cfe15 commit b968496
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/config/feeds.json
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,10 @@
{
"exchange": "cryptocom",
"symbol": "USDT/USD"
},
{
"exchange": "kraken",
"symbol": "USDT/USD"
}
]
},
Expand Down

0 comments on commit b968496

Please sign in to comment.