Skip to content

Commit

Permalink
Fix name of GLXT
Browse files Browse the repository at this point in the history
Fixes #228
  • Loading branch information
sindresorhus committed Oct 7, 2018
1 parent 3c7e6f5 commit 9698598
Show file tree
Hide file tree
Showing 19 changed files with 6 additions and 5 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
8 changes: 4 additions & 4 deletions manifest.json
Expand Up @@ -571,6 +571,10 @@
"symbol": "GENERIC",
"name": "GENERIC"
},
{
"symbol": "GLXT",
"name": "GLX Token"
},
{
"symbol": "GMR",
"name": "Gimmer"
Expand Down Expand Up @@ -611,10 +615,6 @@
"symbol": "GVT",
"name": "Genesis Vision"
},
{
"symbol": "GXLT",
"name": "GXLT"
},
{
"symbol": "GXS",
"name": "GXChain"
Expand Down
File renamed without changes
3 changes: 2 additions & 1 deletion scripts/manifest.js
Expand Up @@ -17,7 +17,8 @@ const overrides = new Map([
['DEEZ', 'DeezNuts'],
['MZC', 'MAZA'],
['CVC', 'Civic'],
['BTM', 'Bitmark']
['BTM', 'Bitmark'],
['GLXT', 'GLX Token']
]);

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 9698598

Please sign in to comment.