parent
90a2b3b7d0
commit
2e88e4de24
|
@ -257,7 +257,7 @@
|
|||
},
|
||||
{
|
||||
"symbol": "BTM",
|
||||
"name": "Bitmark"
|
||||
"name": "Bytom"
|
||||
},
|
||||
{
|
||||
"symbol": "BTS",
|
||||
|
|
|
@ -38,7 +38,8 @@ const overrides = new Map([
|
|||
['BEAM', 'Beam'],
|
||||
['BTT', 'BitTorrent'],
|
||||
['GRIN', 'Grin'],
|
||||
['ILK', 'Inlock Token']
|
||||
['ILK', 'Inlock Token'],
|
||||
['BTM', 'Bytom']
|
||||
]);
|
||||
|
||||
const icons = manifest.map(icon => {
|
||||
|
|
Loading…
Reference in New Issue