mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-24 15:10:38 +00:00
boost
This commit is contained in:
@@ -10,16 +10,18 @@ pub struct Config {
|
||||
// The address that can set the admin.
|
||||
pub admin: Pubkey,
|
||||
|
||||
// The block duration in slots.
|
||||
pub block_duration: u64,
|
||||
// The last boost timestamp.
|
||||
pub last_boost: i64,
|
||||
|
||||
// The duration in slots for which the sniper fee is applied.
|
||||
#[deprecated(since = "1.0.0", note = "Unused")]
|
||||
pub sniper_fee_duration: u64,
|
||||
|
||||
// The address that receives fees.
|
||||
pub fee_collector: Pubkey,
|
||||
|
||||
// The fee rate taken for each swap.
|
||||
#[deprecated(since = "1.0.0", note = "Unused")]
|
||||
pub fee_rate: u64,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user