Fix name for BTM

Fixes #283
This commit is contained in:
Sindre Sorhus 2019-03-19 20:58:22 +07:00
parent 90a2b3b7d0
commit 2e88e4de24
2 changed files with 3 additions and 2 deletions

View File

@ -257,7 +257,7 @@
}, },
{ {
"symbol": "BTM", "symbol": "BTM",
"name": "Bitmark" "name": "Bytom"
}, },
{ {
"symbol": "BTS", "symbol": "BTS",

View File

@ -38,7 +38,8 @@ const overrides = new Map([
['BEAM', 'Beam'], ['BEAM', 'Beam'],
['BTT', 'BitTorrent'], ['BTT', 'BitTorrent'],
['GRIN', 'Grin'], ['GRIN', 'Grin'],
['ILK', 'Inlock Token'] ['ILK', 'Inlock Token'],
['BTM', 'Bytom']
]); ]);
const icons = manifest.map(icon => { const icons = manifest.map(icon => {