From 6f7be5e04ecca6d5e602a1b86811d43764da27f7 Mon Sep 17 00:00:00 2001 From: Paul Puey Date: Thu, 20 Jun 2024 10:03:04 -0400 Subject: [PATCH] Complete the MAINNET_CODE_TRANSCRIPTION chain list Some chains are disabled until we write code to support them but add them commented out anyway so we know their codes --- src/swap/defi/rango.ts | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/src/swap/defi/rango.ts b/src/swap/defi/rango.ts index 7d390f47..e2807956 100644 --- a/src/swap/defi/rango.ts +++ b/src/swap/defi/rango.ts @@ -51,15 +51,29 @@ const EXCHANGE_INFO_UPDATE_FREQ_MS = 60000 const MAINNET_CODE_TRANSCRIPTION: StringMap = { arbitrum: 'ARBITRUM', + // axelar: 'AXELAR', avalanche: 'AVAX_CCHAIN', + base: 'BASE', binancesmartchain: 'BSC', + // bitcoin: 'BTC', + // celo: 'CELO', + // cosmoshub: 'COSMOS', + // dash: 'DASH', + // dogecoin: 'DOGE', ethereum: 'ETH', fantom: 'FANTOM', - moonbeam: 'MOONBEAM', - moonriver: 'MOONRIVER', - okexchain: 'OKC', + // injective: 'INJECTIVE', + // litecoin: 'LTC', + // maya: 'MAYA', + // moonbeam: 'MOONBEAM', + // moonriver: 'MOONRIVER', + // okexchain: 'OKC', optimism: 'OPTIMISM', + // osmosis: 'OSMOSIS', polygon: 'POLYGON', + // thorchainrune: 'THOR', + // solana: 'SOLANA', + // tron: 'TRON', zksync: 'ZKSYNC' }