Skip to content

Commit

Permalink
added more crypto currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishu Singh committed Oct 2, 2024
1 parent 6170d77 commit 46b16dc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ const cryptoMap = {
'FIL': 'filecoin',
'NEAR': 'near',
'HBAR': 'hedera-hashgraph',
'TON': 'toncoin',
'SUI':'sui',
'OP': 'optimism',
'INJ': 'injective',
'ARB': 'arbitrum',

// Stablecoins
'DAI': 'dai',
Expand Down Expand Up @@ -84,8 +89,20 @@ const cryptoMap = {
'BABYDOGE': 'baby-doge-coin',
'SAFEMOON': 'safemoon',
'ELON': 'dogelon-mars',
'PEPE': 'memetic',
'WIF': 'dogwithat',
'BONK': 'bonk',
'FLOKI': 'floki',

// Add more symbols and tokens as needed
'WETH': 'wrapped-ethereum',
'MKR': 'maker',
'BAL': 'balancer',
'WLD': 'worldcoin',
'OM': 'mantra-dao',
'PHB': 'phoenix',
'LISTA': 'lista',
'RENDER': 'render',
};

const cryptoInput = document.getElementById('crypto');
Expand Down

0 comments on commit 46b16dc

Please sign in to comment.