add candy machine v2 to known program names (#24072)
Co-authored-by: Noah Gundotra <noahgundotra@noahs-mbp.mynetworksettings.com>
This commit is contained in:
parent
f1f8f5458d
commit
694292f7fa
|
@ -62,6 +62,7 @@ export enum PROGRAM_NAMES {
|
|||
METAPLEX = "Metaplex Program",
|
||||
NFT_AUCTION = "NFT Auction Program",
|
||||
NFT_CANDY_MACHINE = "NFT Candy Machine Program",
|
||||
NFT_CANDY_MACHINE_V2 = "NFT Candy Machine Program V2",
|
||||
ORCA_SWAP_1 = "Orca Swap Program v1",
|
||||
ORCA_SWAP_2 = "Orca Swap Program v2",
|
||||
ORCA_AQUAFARM = "Orca Aquafarm Program",
|
||||
|
@ -247,6 +248,10 @@ export const PROGRAM_INFO_BY_ID: { [address: string]: ProgramInfo } = {
|
|||
name: PROGRAM_NAMES.NFT_CANDY_MACHINE,
|
||||
deployments: LIVE_CLUSTERS,
|
||||
},
|
||||
cndy3Z4yapfJBmL3ShUp5exZKqR3z33thTzeNMm2gRZ: {
|
||||
name: PROGRAM_NAMES.NFT_CANDY_MACHINE_V2,
|
||||
deployments: LIVE_CLUSTERS,
|
||||
},
|
||||
DjVE6JNiYqPL2QXyCUUh8rNjHrbz9hXHNYt99MQ59qw1: {
|
||||
name: PROGRAM_NAMES.ORCA_SWAP_1,
|
||||
deployments: [Cluster.MainnetBeta],
|
||||
|
|
Loading…
Reference in New Issue