Skip to content

Commit

Permalink
remove oracle ids from sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
0xripleys committed Jul 5, 2024
1 parent 1056f96 commit eed4f01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions token-lending/program/tests/helpers/solend_program_test.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
use bytemuck::checked::from_bytes;
use solend_sdk::switchboard_on_demand_mainnet;
use oracles::switchboard_on_demand_mainnet;

use oracles::pyth_mainnet;
use oracles::pyth_pull_mainnet;
use oracles::switchboard_v2_mainnet;
use pyth_solana_receiver_sdk::price_update::PriceUpdateV2;
use solend_sdk::instruction::*;
use solend_sdk::pyth_mainnet;
use solend_sdk::pyth_pull_mainnet;
use solend_sdk::state::*;
use solend_sdk::switchboard_v2_mainnet;
use switchboard_on_demand::PullFeedAccountData;

use super::{
Expand Down
2 changes: 1 addition & 1 deletion token-lending/program/tests/init_lending_market.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use solana_sdk::transaction::TransactionError;
use solend_program::error::LendingError;
use solend_program::instruction::init_lending_market;
use solend_program::state::{LendingMarket, RateLimiter, PROGRAM_VERSION};
use solend_sdk::{pyth_mainnet, switchboard_v2_mainnet};
use oracles::{pyth_mainnet, switchboard_v2_mainnet};

#[tokio::test]
async fn test_success() {
Expand Down

0 comments on commit eed4f01

Please sign in to comment.