This commit is contained in:
Sindre Sorhus 2019-04-17 11:29:39 +07:00
parent 82e7fd1fa8
commit df67b9e48e
6 changed files with 10 additions and 9 deletions

View File

@ -1,4 +1,5 @@
[{ [
{
"symbol": "$PAC", "symbol": "$PAC",
"name": "PACcoin", "name": "PACcoin",
"color": "#F5EB16" "color": "#F5EB16"
@ -468,16 +469,16 @@
"name": "Civic", "name": "Civic",
"color": "#3AB03E" "color": "#3AB03E"
}, },
{
"symbol": "DAI",
"name": "Dai",
"color": "#B68900"
},
{ {
"symbol": "D", "symbol": "D",
"name": "Denarius", "name": "Denarius",
"color": "#B8B8B8" "color": "#B8B8B8"
}, },
{
"symbol": "DAI",
"name": "Dai",
"color": "#B68900"
},
{ {
"symbol": "DASH", "symbol": "DASH",
"name": "Dash", "name": "Dash",
@ -1735,8 +1736,7 @@
}, },
{ {
"symbol": "TGCH", "symbol": "TGCH",
"name": "TrueGalaxyCash", "name": "TrueGalaxyCash"
"color": "#221F20"
}, },
{ {
"symbol": "THETA", "symbol": "THETA",

View File

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

View File

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 71 KiB

View File

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 71 KiB

View File

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB

View File

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 71 KiB