File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
packages/known-publishers/src Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import wooColor from "./icons/color/woo.svg";
66import ltpDark from "./icons/dark/ltp.svg" ;
77import ltpLight from "./icons/light/ltp.svg" ;
88import alenoMonochrome from "./icons/monochrome/aleno.svg" ;
9+ import alphanonce from "./icons/monochrome/alphanonce.svg" ;
910import blocksize from "./icons/monochrome/blocksize.svg" ;
1011import elfomo from "./icons/monochrome/elfomo.svg" ;
1112import finazonMonochrome from "./icons/monochrome/finazon.svg" ;
@@ -77,6 +78,12 @@ export const knownPublishers = {
7778 monochrome : alenoMonochrome ,
7879 } ,
7980 } ,
81+ "2mTD1b3ZG3YL86DgnPm4hwEQQZPej8D6Vb4pRso1RFJi" : {
82+ name : "Alphanonce" ,
83+ icon : {
84+ monochrome : alphanonce ,
85+ } ,
86+ } ,
8087} as const ;
8188
8289export const lookup = ( value : string ) =>
You can’t perform that action at this time.
0 commit comments