add candy machine v2 to known program names (#24072)

Co-authored-by: Noah Gundotra <noahgundotra@noahs-mbp.mynetworksettings.com>
This commit is contained in:
Noah Gundotra 2022-04-01 21:28:19 -05:00 committed by GitHub
parent f1f8f5458d
commit 694292f7fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

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