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