Skip to content

Commit

Permalink
Fix #295
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Apr 17, 2019
1 parent 82e7fd1 commit df67b9e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
16 changes: 8 additions & 8 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[{
[
{
"symbol": "$PAC",
"name": "PACcoin",
"color": "#F5EB16"
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -1735,8 +1736,7 @@
},
{
"symbol": "TGCH",
"name": "TrueGalaxyCash",
"color": "#221F20"
"name": "TrueGalaxyCash"
},
{
"symbol": "THETA",
Expand Down
3 changes: 2 additions & 1 deletion scripts/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit df67b9e

Please sign in to comment.