Skip to content

Commit

Permalink
chore: disable coingecko by default
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yang committed Feb 24, 2024
1 parent 88c66a1 commit 98de6d4
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ import (
)

var defaultExchangeSymbolsMap = map[string]map[asset.Pair]types.Symbol{
sources.Coingecko: {
"ubtc:uusd": "bitcoin",
"ueth:uusd": "ethereum",
"uusdt:uusd": "tether",
"uusdc:uusd": "usd-coin",
"uatom:uusd": "cosmos",
},
// k-yang: default disable Coingecko because they have aggressive rate limiting
// sources.Coingecko: {
// "ubtc:uusd": "bitcoin",
// "ueth:uusd": "ethereum",
// "uusdt:uusd": "tether",
// "uusdc:uusd": "usd-coin",
// "uatom:uusd": "cosmos",
// },
sources.Bitfinex: {
"ubtc:uusd": "tBTCUSD",
"ueth:uusd": "tETHUSD",
Expand Down

0 comments on commit 98de6d4

Please sign in to comment.