Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ORAO VRF program address #321

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions app/utils/programs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export enum PROGRAM_NAMES {
NFT_AUCTION = 'NFT Auction Program',
NFT_CANDY_MACHINE = 'NFT Candy Machine Program',
NFT_CANDY_MACHINE_V2 = 'NFT Candy Machine Program V2',
ORAO_VRF_2 = 'ORAO VRF v2',
ORCA_SWAP_1 = 'Orca Swap Program v1',
ORCA_SWAP_2 = 'Orca Swap Program v2',
ORCA_AQUAFARM = 'Orca Aquafarm Program',
Expand Down Expand Up @@ -216,6 +217,10 @@ export const PROGRAM_INFO_BY_ID: { [address: string]: ProgramInfo } = {
deployments: [Cluster.Devnet],
name: PROGRAM_NAMES.WORMHOLE_TOKEN,
},
VRFzZoJdhFWL8rkvu87LpKM3RbcVezpMEc6X5GVDr7y: {
deployments: [Cluster.Devnet, Cluster.MainnetBeta],
name: PROGRAM_NAMES.ORAO_VRF_2,
},
DjVE6JNiYqPL2QXyCUUh8rNjHrbz9hXHNYt99MQ59qw1: {
deployments: [Cluster.MainnetBeta],
name: PROGRAM_NAMES.ORCA_SWAP_1,
Expand Down