mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-26 07:26:52 +00:00
remove unused const
This commit is contained in:
@@ -82,8 +82,5 @@ pub const HASHPOWER_LIQUIDITY: u64 = 1_000_000;
|
|||||||
/// The ORE liquidity to seed the markets with.
|
/// The ORE liquidity to seed the markets with.
|
||||||
pub const ORE_LIQUIDITY: u64 = ONE_ORE * 100;
|
pub const ORE_LIQUIDITY: u64 = ONE_ORE * 100;
|
||||||
|
|
||||||
/// The minimum difficulty required for payout.
|
|
||||||
pub const NUGGET_DIFFICULTY: u64 = 10;
|
|
||||||
|
|
||||||
/// The address of the boost reserve token account.
|
/// The address of the boost reserve token account.
|
||||||
pub const BOOST_RESERVE_TOKEN: Pubkey = pubkey!("GnnjpuMboHVnsKLWEM5fKzoEqTnsfK889XN2wmiZggqv"); // TODO: change this
|
pub const BOOST_RESERVE_TOKEN: Pubkey = pubkey!("GnnjpuMboHVnsKLWEM5fKzoEqTnsfK889XN2wmiZggqv"); // TODO: change this
|
||||||
|
|||||||
Reference in New Issue
Block a user