Skip to content

Commit

Permalink
new swift and lazer idl (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
NourAlharithi authored Dec 17, 2024
1 parent 88f9631 commit 702012e
Show file tree
Hide file tree
Showing 3 changed files with 484 additions and 61 deletions.
2 changes: 1 addition & 1 deletion crates/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ pub fn oracle_source_to_owner(context: Context, source: OracleSource) -> Pubkey
OracleSource::Switchboard => ids::switchboard_program::ID,
OracleSource::SwitchboardOnDemand => ids::switchboard_on_demand::ID,
OracleSource::QuoteAsset => DEFAULT_PUBKEY,
OracleSource::Prelaunch => PROGRAM_ID,
OracleSource::Prelaunch | OracleSource::PythLazer => PROGRAM_ID,
}
}

Expand Down
Loading

0 comments on commit 702012e

Please sign in to comment.