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