diff --git a/128/black/gxlt.png b/128/black/glxt.png similarity index 100% rename from 128/black/gxlt.png rename to 128/black/glxt.png diff --git a/128/color/gxlt.png b/128/color/glxt.png similarity index 100% rename from 128/color/gxlt.png rename to 128/color/glxt.png diff --git a/128/icon/gxlt.png b/128/icon/glxt.png similarity index 100% rename from 128/icon/gxlt.png rename to 128/icon/glxt.png diff --git a/128/white/gxlt.png b/128/white/glxt.png similarity index 100% rename from 128/white/gxlt.png rename to 128/white/glxt.png diff --git a/32/black/gxlt.png b/32/black/glxt.png similarity index 100% rename from 32/black/gxlt.png rename to 32/black/glxt.png diff --git a/32/color/gxlt.png b/32/color/glxt.png similarity index 100% rename from 32/color/gxlt.png rename to 32/color/glxt.png diff --git a/32/icon/gxlt.png b/32/icon/glxt.png similarity index 100% rename from 32/icon/gxlt.png rename to 32/icon/glxt.png diff --git a/32/white/gxlt.png b/32/white/glxt.png similarity index 100% rename from 32/white/gxlt.png rename to 32/white/glxt.png diff --git a/32@2x/black/gxlt@2x.png b/32@2x/black/glxt@2x.png similarity index 100% rename from 32@2x/black/gxlt@2x.png rename to 32@2x/black/glxt@2x.png diff --git a/32@2x/color/gxlt@2x.png b/32@2x/color/glxt@2x.png similarity index 100% rename from 32@2x/color/gxlt@2x.png rename to 32@2x/color/glxt@2x.png diff --git a/32@2x/icon/gxlt@2x.png b/32@2x/icon/glxt@2x.png similarity index 100% rename from 32@2x/icon/gxlt@2x.png rename to 32@2x/icon/glxt@2x.png diff --git a/32@2x/white/gxlt@2x.png b/32@2x/white/glxt@2x.png similarity index 100% rename from 32@2x/white/gxlt@2x.png rename to 32@2x/white/glxt@2x.png diff --git a/manifest.json b/manifest.json index 2781c701..cc596f45 100644 --- a/manifest.json +++ b/manifest.json @@ -571,6 +571,10 @@ "symbol": "GENERIC", "name": "GENERIC" }, + { + "symbol": "GLXT", + "name": "GLX Token" + }, { "symbol": "GMR", "name": "Gimmer" @@ -611,10 +615,6 @@ "symbol": "GVT", "name": "Genesis Vision" }, - { - "symbol": "GXLT", - "name": "GXLT" - }, { "symbol": "GXS", "name": "GXChain" diff --git a/originals/gxlt.svg b/originals/glxt.svg similarity index 100% rename from originals/gxlt.svg rename to originals/glxt.svg diff --git a/scripts/manifest.js b/scripts/manifest.js index 7d3e31a7..b0e08fba 100644 --- a/scripts/manifest.js +++ b/scripts/manifest.js @@ -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 => { diff --git a/svg/black/gxlt.svg b/svg/black/glxt.svg similarity index 100% rename from svg/black/gxlt.svg rename to svg/black/glxt.svg diff --git a/svg/color/gxlt.svg b/svg/color/glxt.svg similarity index 100% rename from svg/color/gxlt.svg rename to svg/color/glxt.svg diff --git a/svg/icon/gxlt.svg b/svg/icon/glxt.svg similarity index 100% rename from svg/icon/gxlt.svg rename to svg/icon/glxt.svg diff --git a/svg/white/gxlt.svg b/svg/white/glxt.svg similarity index 100% rename from svg/white/gxlt.svg rename to svg/white/glxt.svg