[explorer] Add Account Compression Program to searchable programs on explorer (#30033)

This commit is contained in:
Noah Gundotra 2023-02-01 00:31:17 -05:00 committed by GitHub
parent a5af54669a
commit e5e959f6d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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,