Explorer: introduce Memo Program to search bar (#13865)
This commit is contained in:
@ -68,6 +68,7 @@ const SEARCHABLE_PROGRAMS: ProgramName[] = [
|
|||||||
"System Program",
|
"System Program",
|
||||||
"Vote Program",
|
"Vote Program",
|
||||||
"SPL Token Program",
|
"SPL Token Program",
|
||||||
|
"Memo Program",
|
||||||
];
|
];
|
||||||
|
|
||||||
function buildProgramOptions(search: string) {
|
function buildProgramOptions(search: string) {
|
||||||
|
@ -32,6 +32,7 @@ export const PROGRAM_IDS = {
|
|||||||
TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA: "SPL Token Program",
|
TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA: "SPL Token Program",
|
||||||
ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL:
|
ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL:
|
||||||
"SPL Associated Token Account Program",
|
"SPL Associated Token Account Program",
|
||||||
|
Memo1UhkJRfHyvLMcVucJwxXeuD728EqVDDwQDxFMNo: "Memo Program",
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
export type LoaderName = typeof LOADER_IDS[keyof typeof LOADER_IDS];
|
export type LoaderName = typeof LOADER_IDS[keyof typeof LOADER_IDS];
|
||||||
|
Reference in New Issue
Block a user