Ver Fonte

Merge pull request #2227 from pyth-network/cprussin/update-gluex-name

fix(known-publishers): use the name GlueX Protocol instead of Gluex
Connor Prussin há 10 meses atrás
pai
commit
98c80f6b2d

+ 1 - 1
apps/staking/src/known-publishers.ts

@@ -32,7 +32,7 @@ export const KNOWN_PUBLISHERS = {
     icon: ltp,
   },
   "7JZm3iUVZTVTnK1Z6XqCGxUY51w1j3XkHAkA2rNpPGCo": {
-    name: "GlueX",
+    name: "GlueX Protocol",
     icon: gluex,
   },
 };

+ 1 - 1
packages/known-publishers/src/index.tsx

@@ -54,7 +54,7 @@ export const knownPublishers = {
     },
   },
   "7JZm3iUVZTVTnK1Z6XqCGxUY51w1j3XkHAkA2rNpPGCo": {
-    name: "GlueX",
+    name: "GlueX Protocol",
     icon: {
       monochrome: gluex,
     },