mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-19 03:48:04 +00:00
update PriorityFee default
This commit is contained in:
@@ -39,8 +39,8 @@ use crate::error::ClientError;
|
||||
|
||||
// Constants
|
||||
const DEFAULT_SLIPPAGE: u64 = 500; // 10%
|
||||
const DEFAULT_COMPUTE_UNIT_LIMIT: u32 = 100_000;
|
||||
const DEFAULT_COMPUTE_UNIT_PRICE: u64 = 100_000_000;
|
||||
const DEFAULT_COMPUTE_UNIT_LIMIT: u32 = 5_000_000;
|
||||
const DEFAULT_COMPUTE_UNIT_PRICE: u64 = 200_000;
|
||||
|
||||
/// Priority fee configuration
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
|
||||
Reference in New Issue
Block a user