File tree Expand file tree Collapse file tree 4 files changed +18
-0
lines changed
packages/known-publishers/src Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 11import blocksize from "./publisher-icons/blocksize.svg" ;
22import elfomo from "./publisher-icons/elfomo.svg" ;
33import finazon from "./publisher-icons/finazon.svg" ;
4+ import gluex from "./publisher-icons/gluex.svg" ;
45import ltp from "./publisher-icons/ltp.svg" ;
56import sentio from "./publisher-icons/sentio.svg" ;
67import woo from "./publisher-icons/woo.svg" ;
@@ -30,4 +31,8 @@ export const KNOWN_PUBLISHERS = {
3031 name : "LTP" ,
3132 icon : ltp ,
3233 } ,
34+ "7JZm3iUVZTVTnK1Z6XqCGxUY51w1j3XkHAkA2rNpPGCo" : {
35+ name : "GlueX" ,
36+ icon : gluex ,
37+ } ,
3338} ;
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import finazonMonochrome from "./icons/monochrome/finazon.svg";
99import ltpMonochrome from "./icons/monochrome/ltp.svg" ;
1010import sentioMonochrome from "./icons/monochrome/sentio.svg" ;
1111import wooMonochrome from "./icons/monochrome/woo.svg" ;
12+ import gluex from "./icons/monochrome/gluex.svg" ;
1213
1314export const knownPublishers = {
1415 CfVkYofcLC1iVBcYFzgdYPeiX25SVRmWvBQVHorP1A3y : {
@@ -52,6 +53,12 @@ export const knownPublishers = {
5253 light : ltpLight ,
5354 } ,
5455 } ,
56+ "7JZm3iUVZTVTnK1Z6XqCGxUY51w1j3XkHAkA2rNpPGCo" : {
57+ name : "GlueX" ,
58+ icon : {
59+ monochrome : gluex
60+ }
61+ }
5562} as const ;
5663
5764export const lookup = ( value : string ) =>
You can’t perform that action at this time.
0 commit comments