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",
"name": "PACcoin",
"color": "#F5EB16"
@ -468,16 +469,16 @@
"name": "Civic",
"color": "#3AB03E"
},
{
"symbol": "DAI",
"name": "Dai",
"color": "#B68900"
},
{
"symbol": "D",
"name": "Denarius",
"color": "#B8B8B8"
},
{
"symbol": "DAI",
"name": "Dai",
"color": "#B68900"
},
{
"symbol": "DASH",
"name": "Dash",
@ -1735,8 +1736,7 @@
},
{
"symbol": "TGCH",
"name": "TrueGalaxyCash",
"color": "#221F20"
"name": "TrueGalaxyCash"
},
{
"symbol": "THETA",

View File

@ -40,7 +40,8 @@ const overrides = new Map([
['BTT', 'BitTorrent'],
['GRIN', 'Grin'],
['ILK', 'Inlock Token'],
['BTM', 'Bytom']
['BTM', 'Bytom'],
['D', 'Denarius']
]);
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