File tree 2 files changed +10
-0
lines changed
packages/known-publishers/src
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";
6
6
import ltpDark from "./icons/dark/ltp.svg" ;
7
7
import ltpLight from "./icons/light/ltp.svg" ;
8
8
import alenoMonochrome from "./icons/monochrome/aleno.svg" ;
9
+ import alphanonce from "./icons/monochrome/alphanonce.svg" ;
9
10
import blocksize from "./icons/monochrome/blocksize.svg" ;
10
11
import elfomo from "./icons/monochrome/elfomo.svg" ;
11
12
import finazonMonochrome from "./icons/monochrome/finazon.svg" ;
@@ -77,6 +78,12 @@ export const knownPublishers = {
77
78
monochrome : alenoMonochrome ,
78
79
} ,
79
80
} ,
81
+ "2mTD1b3ZG3YL86DgnPm4hwEQQZPej8D6Vb4pRso1RFJi" : {
82
+ name : "Alphanonce" ,
83
+ icon : {
84
+ monochrome : alphanonce ,
85
+ } ,
86
+ } ,
80
87
} as const ;
81
88
82
89
export const lookup = ( value : string ) =>
You can’t perform that action at this time.
0 commit comments