Skip to content

Commit

Permalink
Add ORE program (#360)
Browse files Browse the repository at this point in the history
Adds ORE program mainnet id

---------

Co-authored-by: Noah Gundotra <[email protected]>
  • Loading branch information
HardhatChad and ngundotra authored Aug 30, 2024
1 parent 3e4713b commit 8229ee3
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 @@ -49,6 +49,7 @@ export enum PROGRAM_NAMES {
ORCA_SWAP_1 = 'Orca Swap Program v1',
ORCA_SWAP_2 = 'Orca Swap Program v2',
ORCA_AQUAFARM = 'Orca Aquafarm Program',
ORE = 'ORE Program',
PORT = 'Port Finance Program',
PYTH_DEVNET = 'Pyth Oracle Program',
PYTH_TESTNET = 'Pyth Oracle Program',
Expand Down Expand Up @@ -410,6 +411,10 @@ export const PROGRAM_INFO_BY_ID: { [address: string]: ProgramInfo } = {
deployments: LIVE_CLUSTERS,
name: PROGRAM_NAMES.NAME,
},
oreV2ZymfyeXgNgBdqMkumTqqAprVqgBWQfoYkrtKWQ: {
deployments: [Cluster.MainnetBeta],
name: PROGRAM_NAMES.ORE
},
p1exdMJcjVao65QdewkaZRUnU6VPSXhus9n2GzWfh98: {
deployments: LIVE_CLUSTERS,
name: PROGRAM_NAMES.METAPLEX,
Expand Down

0 comments on commit 8229ee3

Please sign in to comment.