From 5450f978445cff9ac9959d47a7429e0b78c873e3 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Mon, 4 Jul 2022 15:23:42 +0200 Subject: [PATCH] explorer: Update address map program name to address lookup table (#26388) --- explorer/src/utils/tx.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/explorer/src/utils/tx.ts b/explorer/src/utils/tx.ts index 63a5a909fe..0bf4dc17c5 100644 --- a/explorer/src/utils/tx.ts +++ b/explorer/src/utils/tx.ts @@ -23,7 +23,7 @@ import { TokenInfoMap } from "@solana/spl-token-registry"; export enum PROGRAM_NAMES { // native built-ins - ADDRESS_MAP = "Address Map Program", + ADDRESS_LOOKUP_TABLE = "Address Lookup Table Program", COMPUTE_BUDGET = "Compute Budget Program", CONFIG = "Config Program", STAKE = "Stake Program", @@ -114,8 +114,8 @@ export type ProgramInfo = { export const PROGRAM_INFO_BY_ID: { [address: string]: ProgramInfo } = { // native built-ins - AddressMap111111111111111111111111111111111: { - name: PROGRAM_NAMES.ADDRESS_MAP, + AddressLookupTab1e1111111111111111111111111: { + name: PROGRAM_NAMES.ADDRESS_LOOKUP_TABLE, deployments: ALL_CLUSTERS, }, ComputeBudget111111111111111111111111111111: {