Add label for break solana program account (#12047)
This commit is contained in:
@ -56,6 +56,7 @@ export function SearchBar() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const SEARCHABLE_PROGRAMS: ProgramName[] = [
|
const SEARCHABLE_PROGRAMS: ProgramName[] = [
|
||||||
|
"Break Solana Program",
|
||||||
"Config Program",
|
"Config Program",
|
||||||
"Stake Program",
|
"Stake Program",
|
||||||
"System Program",
|
"System Program",
|
||||||
|
@ -16,6 +16,7 @@ import { TokenRegistry } from "tokenRegistry";
|
|||||||
import { Cluster } from "providers/cluster";
|
import { Cluster } from "providers/cluster";
|
||||||
|
|
||||||
export type ProgramName =
|
export type ProgramName =
|
||||||
|
| "Break Solana Program"
|
||||||
| "Budget Program"
|
| "Budget Program"
|
||||||
| "Config Program"
|
| "Config Program"
|
||||||
| "Exchange Program"
|
| "Exchange Program"
|
||||||
@ -27,6 +28,7 @@ export type ProgramName =
|
|||||||
| "SPL Token Program";
|
| "SPL Token Program";
|
||||||
|
|
||||||
export const PROGRAM_IDS: { [key: string]: ProgramName } = {
|
export const PROGRAM_IDS: { [key: string]: ProgramName } = {
|
||||||
|
BrEAK7zGZ6dM71zUDACDqJnekihmwF15noTddWTsknjC: "Break Solana Program",
|
||||||
Budget1111111111111111111111111111111111111: "Budget Program",
|
Budget1111111111111111111111111111111111111: "Budget Program",
|
||||||
Config1111111111111111111111111111111111111: "Config Program",
|
Config1111111111111111111111111111111111111: "Config Program",
|
||||||
Exchange11111111111111111111111111111111111: "Exchange Program",
|
Exchange11111111111111111111111111111111111: "Exchange Program",
|
||||||
|
Reference in New Issue
Block a user