From 2dc15b90207639e5be9e1627ec1f87e43a1cb623 Mon Sep 17 00:00:00 2001 From: William Date: Wed, 26 Feb 2025 09:56:20 +0800 Subject: [PATCH] add Arc --- src/trade/create.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trade/create.rs b/src/trade/create.rs index 1f3260b..3935cbc 100755 --- a/src/trade/create.rs +++ b/src/trade/create.rs @@ -10,7 +10,7 @@ use spl_associated_token_account::{ instruction::create_associated_token_account, }; -use crate::{constants::{self, trade::JITO_TIP_AMOUNT}, instruction, ipfs::TokenMetadataIPFS, jito::JitoClient, trade::buy::build_buy_transaction_with_jito}; +use crate::{constants, instruction, ipfs::TokenMetadataIPFS, jito::JitoClient, trade::buy::build_buy_transaction_with_jito}; use super::common::{create_priority_fee_instructions, get_buy_amount_with_slippage, get_global_account, PriorityFee};