mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-14 15:10:13 +00:00
10 lines
207 B
Rust
10 lines
207 B
Rust
use meteora_pools_sdk::instructions::Swap;
|
|
use spl_token::native_mint;
|
|
use steel::*;
|
|
|
|
use crate::{
|
|
consts::{MINT_ADDRESS, TREASURY_ADDRESS, TREASURY_TOKENS_ADDRESS},
|
|
instruction::*,
|
|
state::*,
|
|
};
|