diff --git a/explorer/src/utils/tx.ts b/explorer/src/utils/tx.ts index 276c26ee0..2e050af4c 100644 --- a/explorer/src/utils/tx.ts +++ b/explorer/src/utils/tx.ts @@ -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,