Skip to content

Commit df67b9e

Browse files
committed
Fix #295
1 parent 82e7fd1 commit df67b9e

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
[{
1+
[
2+
{
23
"symbol": "$PAC",
34
"name": "PACcoin",
45
"color": "#F5EB16"
@@ -468,16 +469,16 @@
468469
"name": "Civic",
469470
"color": "#3AB03E"
470471
},
471-
{
472-
"symbol": "DAI",
473-
"name": "Dai",
474-
"color": "#B68900"
475-
},
476472
{
477473
"symbol": "D",
478474
"name": "Denarius",
479475
"color": "#B8B8B8"
480476
},
477+
{
478+
"symbol": "DAI",
479+
"name": "Dai",
480+
"color": "#B68900"
481+
},
481482
{
482483
"symbol": "DASH",
483484
"name": "Dash",
@@ -1735,8 +1736,7 @@
17351736
},
17361737
{
17371738
"symbol": "TGCH",
1738-
"name": "TrueGalaxyCash",
1739-
"color": "#221F20"
1739+
"name": "TrueGalaxyCash"
17401740
},
17411741
{
17421742
"symbol": "THETA",

scripts/manifest.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ const overrides = new Map([
4040
['BTT', 'BitTorrent'],
4141
['GRIN', 'Grin'],
4242
['ILK', 'Inlock Token'],
43-
['BTM', 'Bytom']
43+
['BTM', 'Bytom'],
44+
['D', 'Denarius']
4445
]);
4546

4647
const icons = manifest.map(icon => {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)