Skip to content

Commit 7aada3b

Browse files
committed
fix(known-publishers): use the name GlueX Protocol instead of Gluex
1 parent 72d6b5f commit 7aada3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/staking/src/known-publishers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const KNOWN_PUBLISHERS = {
3232
icon: ltp,
3333
},
3434
"7JZm3iUVZTVTnK1Z6XqCGxUY51w1j3XkHAkA2rNpPGCo": {
35-
name: "GlueX",
35+
name: "GlueX Protocol",
3636
icon: gluex,
3737
},
3838
};

packages/known-publishers/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const knownPublishers = {
5454
},
5555
},
5656
"7JZm3iUVZTVTnK1Z6XqCGxUY51w1j3XkHAkA2rNpPGCo": {
57-
name: "GlueX",
57+
name: "GlueX Protocol",
5858
icon: {
5959
monochrome: gluex,
6060
},

0 commit comments

Comments
 (0)