Skip to content

Commit

Permalink
Reexport SanctumLstList
Browse files Browse the repository at this point in the history
  • Loading branch information
Arrowana committed Sep 18, 2024
1 parent f39c736 commit b636f3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stakedex_sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use jupiter_amm_interface::{
AccountMap, Amm, AmmContext, ClockRef, KeyedAccount, Quote, QuoteParams, SwapParams,
};
use lazy_static::lazy_static;
use sanctum_lst_list::{PoolInfo, SanctumLst, SanctumLstList};
use sanctum_lst_list::{PoolInfo, SanctumLst};
use solana_sdk::{account::Account, instruction::Instruction, pubkey::Pubkey, system_program};
use spl_token::native_mint;
use stakedex_interface::{
Expand All @@ -29,6 +29,7 @@ use stakedex_sdk_common::{
use stakedex_spl_stake_pool::{SplStakePoolStakedex, SplStakePoolStakedexInitKeys};
use stakedex_unstake_it::{UnstakeItStakedex, UnstakeItStakedexPrefund};

pub use sanctum_lst_list::SanctumLstList;
pub use stakedex_interface::ID as stakedex_program_id;

/// mainnet LUT that contains prefund accounts and other common accounts
Expand Down

0 comments on commit b636f3e

Please sign in to comment.