Skip to content

Commit

Permalink
chore: update default configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yang committed Nov 8, 2023
1 parent 1bc94a6 commit 80f4212
Showing 1 changed file with 8 additions and 24 deletions.
32 changes: 8 additions & 24 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,32 +14,16 @@ import (

var defaultExchangeSymbolsMap = map[string]map[asset.Pair]types.Symbol{
"coingecko": {
"ubtc:uusd": "bitcoin",
"ueth:uusd": "ethereum",
"uusdt:uusd": "tether",
"uusdc:uusd": "usd-coin",
"uatom:uusd": "cosmos",
"ubnb:uusd": "binancecoin",
"uavax:uusd": "avalanche-2",
"usol:uusd": "solana",
"uada:uusd": "cardano",
"ubtc:unusd": "bitcoin",
"ueth:unusd": "ethereum",
"uusdt:unusd": "tether",
"uusdc:unusd": "usd-coin",
"uatom:unusd": "cosmos",
"ubnb:unusd": "binancecoin",
"uavax:unusd": "avalanche-2",
"usol:unusd": "solana",
"uada:unusd": "cardano",
"ubtc:uusd": "bitcoin",
"ueth:uusd": "ethereum",
"uusdt:uusd": "tether",
"uusdc:uusd": "usd-coin",
"uatom:uusd": "cosmos",
},
"bitfinex": {
"ubtc:uusd": "tBTCUSD",
"ueth:uusd": "tETHUSD",
"uusdc:uusd": "tUDCUSD",
"ubtc:unusd": "tBTCUSD",
"ueth:unusd": "tETHUSD",
"uusdc:unusd": "tUDCUSD",
"ubtc:uusd": "tBTCUSD",
"ueth:uusd": "tETHUSD",
"uusdc:uusd": "tUDCUSD",
},
}

Expand Down

0 comments on commit 80f4212

Please sign in to comment.