kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Lowercase the ticker symbols
rodzic
ef51d127b1
commit
16658b42ba
|
@ -1,27 +1,27 @@
|
|||
const coins: Record<string, string> = {
|
||||
AAVE: 'Aave',
|
||||
ADA: 'Cardano',
|
||||
ALGO: 'Algorand',
|
||||
ATOM: 'Cosmos',
|
||||
AVAX: 'Avalanche',
|
||||
BCH: 'Bitcoin Cash',
|
||||
BTC: 'Bitcoin',
|
||||
DOT: 'Polkadot',
|
||||
EOS: 'EOS',
|
||||
ETC: 'Ethereum Classic',
|
||||
ETH: 'Ethereum',
|
||||
FIL: 'Filecoin',
|
||||
ICP: 'Internet Computer',
|
||||
LINK: 'Chainlink',
|
||||
LTC: 'Litecoin',
|
||||
MATIC: 'Polygon',
|
||||
SOL: 'Solana',
|
||||
VET: 'VeChain',
|
||||
XLM: 'Stellar',
|
||||
XMR: 'Monero',
|
||||
XRP: 'Ripple',
|
||||
XTZ: 'Tezos',
|
||||
ZEC: 'Zcash',
|
||||
aave: 'Aave',
|
||||
ada: 'Cardano',
|
||||
algo: 'Algorand',
|
||||
atom: 'Cosmos',
|
||||
avax: 'Avalanche',
|
||||
bch: 'Bitcoin Cash',
|
||||
btc: 'Bitcoin',
|
||||
dot: 'Polkadot',
|
||||
eos: 'EOS',
|
||||
etc: 'Ethereum Classic',
|
||||
eth: 'Ethereum',
|
||||
fil: 'Filecoin',
|
||||
icp: 'Internet Computer',
|
||||
link: 'Chainlink',
|
||||
ltc: 'Litecoin',
|
||||
matic: 'Polygon',
|
||||
sol: 'Solana',
|
||||
vet: 'VeChain',
|
||||
xlm: 'Stellar',
|
||||
xmr: 'Monero',
|
||||
xrp: 'Ripple',
|
||||
xtz: 'Tezos',
|
||||
zec: 'Zcash',
|
||||
};
|
||||
|
||||
/** Get title from CoinDB based on ticker symbol */
|
||||
|
|
Ładowanie…
Reference in New Issue