Skip to content

Commit

Permalink
Add Chainlink Program (#452)
Browse files Browse the repository at this point in the history
Add Chainlink Data Streams Verifier Program 

Published here under "Solana" tab
https://docs.chain.link/data-streams/crypto-streams
  • Loading branch information
akuzni2 authored Jan 31, 2025
1 parent 94e0e4e commit 47fef99
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/utils/programs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export enum PROGRAM_NAMES {
// other
ACUMEN = 'Acumen Program',
BREAK_SOLANA = 'Break Solana Program',
CHAINLINK_DATA_STREAMS_VERIFIER = 'Chainlink Data Streams Verifier Program',
CHAINLINK_ORACLE = 'Chainlink OCR2 Oracle Program',
CHAINLINK_STORE = 'Chainlink Store Program',
CLOCKWORK_1 = 'Clockwork Thread Program v1',
Expand Down Expand Up @@ -271,6 +272,10 @@ export const PROGRAM_INFO_BY_ID: { [address: string]: ProgramInfo } = {
deployments: [Cluster.MainnetBeta],
name: PROGRAM_NAMES.MANGO_GOVERNANCE,
},
Gt9S41PtjR58CbG9JhJ3J6vxesqrNAswbWYbLNTMZA3c: {
deployments: [Cluster.Devnet, Cluster.MainnetBeta],
name: PROGRAM_NAMES.CHAINLINK_DATA_STREAMS_VERIFIER,
},
HEvSKofvBgfaexv23kMabbYqxasxU3mQ4ibBMEmJWHny: {
deployments: [Cluster.Devnet, Cluster.MainnetBeta],
name: PROGRAM_NAMES.CHAINLINK_STORE,
Expand Down

0 comments on commit 47fef99

Please sign in to comment.