Fix #295
|
@ -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",
|
||||
|
|
|
@ -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 => {
|
||||
|
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB |