Add label for break solana program account (#12047)

This commit is contained in:
Justin Starry 2020-09-04 21:09:13 +08:00 committed by GitHub
parent 114c211b66
commit 055ed72cd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,7 @@ export function SearchBar() {
}
const SEARCHABLE_PROGRAMS: ProgramName[] = [
"Break Solana Program",
"Config Program",
"Stake Program",
"System Program",

View File

@ -16,6 +16,7 @@ import { TokenRegistry } from "tokenRegistry";
import { Cluster } from "providers/cluster";
export type ProgramName =
| "Break Solana Program"
| "Budget Program"
| "Config Program"
| "Exchange Program"
@ -27,6 +28,7 @@ export type ProgramName =
| "SPL Token Program";
export const PROGRAM_IDS: { [key: string]: ProgramName } = {
BrEAK7zGZ6dM71zUDACDqJnekihmwF15noTddWTsknjC: "Break Solana Program",
Budget1111111111111111111111111111111111111: "Budget Program",
Config1111111111111111111111111111111111111: "Config Program",
Exchange11111111111111111111111111111111111: "Exchange Program",