Explorer: introduce Memo Program to search bar (#13865)

This commit is contained in:
Josh 2020-11-30 12:09:59 -08:00 committed by GitHub
parent e1793e5a13
commit 6cf6cd2fba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,7 @@ const SEARCHABLE_PROGRAMS: ProgramName[] = [
"System Program",
"Vote Program",
"SPL Token Program",
"Memo Program",
];
function buildProgramOptions(search: string) {

View File

@ -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];