Skip to content

Commit 3127036

Browse files
authored
Merge pull request #2496 from pyth-network/cprussin/add-alphanonce-to-known-publishers
feat(known-publishers): add Alphanonce to known publishers
2 parents 8ca01ff + 28bac5a commit 3127036

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Loading

packages/known-publishers/src/index.tsx

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import wooColor from "./icons/color/woo.svg";
66
import ltpDark from "./icons/dark/ltp.svg";
77
import ltpLight from "./icons/light/ltp.svg";
88
import alenoMonochrome from "./icons/monochrome/aleno.svg";
9+
import alphanonce from "./icons/monochrome/alphanonce.svg";
910
import blocksize from "./icons/monochrome/blocksize.svg";
1011
import elfomo from "./icons/monochrome/elfomo.svg";
1112
import 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

8289
export const lookup = (value: string) =>

0 commit comments

Comments
 (0)