explorer: Add Chainlink programs to known addresses (#24037)
This commit is contained in:
parent
0188e2601b
commit
436048ca2b
|
@ -50,6 +50,8 @@ export enum PROGRAM_NAMES {
|
|||
ACUMEN = "Acumen Program",
|
||||
BONFIDA_POOL = "Bonfida Pool Program",
|
||||
BREAK_SOLANA = "Break Solana Program",
|
||||
CHAINLINK_ORACLE = "Chainlink OCR2 Oracle Program",
|
||||
CHAINLINK_STORE = "Chainlink Store Program",
|
||||
MANGO_GOVERNANCE = "Mango Governance Program",
|
||||
MANGO_ICO = "Mango ICO Program",
|
||||
MANGO_1 = "Mango Program v1",
|
||||
|
@ -197,6 +199,14 @@ export const PROGRAM_INFO_BY_ID: { [address: string]: ProgramInfo } = {
|
|||
name: PROGRAM_NAMES.BREAK_SOLANA,
|
||||
deployments: LIVE_CLUSTERS,
|
||||
},
|
||||
cjg3oHmg9uuPsP8D6g29NWvhySJkdYdAo9D25PRbKXJ: {
|
||||
name: PROGRAM_NAMES.CHAINLINK_ORACLE,
|
||||
deployments: [Cluster.Devnet, Cluster.MainnetBeta],
|
||||
},
|
||||
HEvSKofvBgfaexv23kMabbYqxasxU3mQ4ibBMEmJWHny: {
|
||||
name: PROGRAM_NAMES.CHAINLINK_STORE,
|
||||
deployments: [Cluster.Devnet, Cluster.MainnetBeta],
|
||||
},
|
||||
GqTPL6qRf5aUuqscLh8Rg2HTxPUXfhhAXDptTLhp1t2J: {
|
||||
name: PROGRAM_NAMES.MANGO_GOVERNANCE,
|
||||
deployments: [Cluster.MainnetBeta],
|
||||
|
|
Loading…
Reference in New Issue