Skip to content

Commit

Permalink
Complete the MAINNET_CODE_TRANSCRIPTION chain list
Browse files Browse the repository at this point in the history
Some chains are disabled until we write code to support them but add them commented out anyway so we know their codes
  • Loading branch information
paullinator committed Jun 23, 2024
1 parent 554c56f commit f5a7988
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions src/swap/defi/rango.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down

0 comments on commit f5a7988

Please sign in to comment.