|
|
@@ -5,10 +5,13 @@ import nobiColor from "./icons/color/nobi.svg";
|
|
|
import orcaColor from "./icons/color/orca.svg";
|
|
|
import sentioColor from "./icons/color/sentio.svg";
|
|
|
import wooColor from "./icons/color/woo.svg";
|
|
|
+import amberDark from "./icons/dark/amber.svg";
|
|
|
import ltpDark from "./icons/dark/ltp.svg";
|
|
|
+import amberLight from "./icons/light/amber.svg";
|
|
|
import ltpLight from "./icons/light/ltp.svg";
|
|
|
import alenoMonochrome from "./icons/monochrome/aleno.svg";
|
|
|
import alphanonce from "./icons/monochrome/alphanonce.svg";
|
|
|
+import amberMonochrome from "./icons/monochrome/amber.svg";
|
|
|
import blocksize from "./icons/monochrome/blocksize.svg";
|
|
|
import elfomo from "./icons/monochrome/elfomo.svg";
|
|
|
import finazonMonochrome from "./icons/monochrome/finazon.svg";
|
|
|
@@ -109,6 +112,14 @@ export const knownPublishers = {
|
|
|
monochrome: kronosResearchMonochrome,
|
|
|
},
|
|
|
},
|
|
|
+ "2ehFijXkacypZL4jdfPm38BJnMKsN2nMHm8xekbujjdx": {
|
|
|
+ name: "Amber Group",
|
|
|
+ icon: {
|
|
|
+ monochrome: amberMonochrome,
|
|
|
+ dark: amberDark,
|
|
|
+ light: amberLight,
|
|
|
+ },
|
|
|
+ },
|
|
|
} as const;
|
|
|
|
|
|
export const lookup = (value: string) =>
|