Skip to content

feat(known-publishers): add Kronos Research to known publishers #2749

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions packages/known-publishers/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import blocksize from "./icons/monochrome/blocksize.svg";
import elfomo from "./icons/monochrome/elfomo.svg";
import finazonMonochrome from "./icons/monochrome/finazon.svg";
import gluex from "./icons/monochrome/gluex.svg";
import kronosResearchMonochrome from "./icons/monochrome/kronos-research.svg";
import lotechMonochrome from "./icons/monochrome/lotech.svg";
import ltpMonochrome from "./icons/monochrome/ltp.svg";
import nobiMonochrome from "./icons/monochrome/nobi.svg";
Expand Down Expand Up @@ -102,6 +103,12 @@ export const knownPublishers = {
color: nobiColor,
},
},
A7ULyKhnyCW3yfSNCiHCt7gUEMVwYBeRdgYKV1BRYPVH: {
name: "Kronos Research",
icon: {
monochrome: kronosResearchMonochrome,
},
},
} as const;

export const lookup = (value: string) =>
Expand Down
Loading