[explorer] Add Account Compression Program to searchable programs on explorer (#30033)
This commit is contained in:
parent
a5af54669a
commit
e5e959f6d0
|
@ -37,6 +37,7 @@ export enum PROGRAM_NAMES {
|
|||
|
||||
// spl
|
||||
ASSOCIATED_TOKEN = "Associated Token Program",
|
||||
ACCOUNT_COMPRESSION = "Account Compression Program",
|
||||
FEATURE_PROPOSAL = "Feature Proposal Program",
|
||||
LENDING = "Lending Program",
|
||||
MEMO = "Memo Program",
|
||||
|
@ -159,6 +160,10 @@ export const PROGRAM_INFO_BY_ID: { [address: string]: ProgramInfo } = {
|
|||
name: PROGRAM_NAMES.ASSOCIATED_TOKEN,
|
||||
deployments: ALL_CLUSTERS,
|
||||
},
|
||||
cmtDvXumGCrqC1Age74AVPhSRVXJMd8PJS91L8KbNCK: {
|
||||
name: PROGRAM_NAMES.ACCOUNT_COMPRESSION,
|
||||
deployments: [Cluster.Devnet, Cluster.MainnetBeta],
|
||||
},
|
||||
Feat1YXHhH6t1juaWF74WLcfv4XoNocjXA6sPWHNgAse: {
|
||||
name: PROGRAM_NAMES.FEATURE_PROPOSAL,
|
||||
deployments: ALL_CLUSTERS,
|
||||
|
|
Loading…
Reference in New Issue