From 80f42121a8bcbbe80f7d3c35eb50a10f22659b4a Mon Sep 17 00:00:00 2001 From: Kevin Yang <5478483+k-yang@users.noreply.github.com> Date: Wed, 8 Nov 2023 17:05:23 -0600 Subject: [PATCH] chore: update default configmap --- config/config.go | 32 ++++++++------------------------ 1 file changed, 8 insertions(+), 24 deletions(-) diff --git a/config/config.go b/config/config.go index 671dfbc..843d351 100644 --- a/config/config.go +++ b/config/config.go @@ -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", }, }