mirror of
https://github.com/d0zingcat/ore.git
synced 2026-06-01 23:26:48 +00:00
update boost reserve
This commit is contained in:
@@ -74,4 +74,4 @@ pub const HASHPOWER_LIQUIDITY: u64 = 1_000_000;
|
|||||||
pub const ORE_LIQUIDITY: u64 = ONE_ORE * 100;
|
pub const ORE_LIQUIDITY: u64 = ONE_ORE * 100;
|
||||||
|
|
||||||
/// The address of the boost reserve token account.
|
/// The address of the boost reserve token account.
|
||||||
pub const BOOST_RESERVE_TOKEN: Pubkey = pubkey!("5zGJbZ4ZVJ2SNyk34cQoNrmuyJTqqCmTv9crseyFHeww"); // TODO: change this
|
pub const BOOST_RESERVE_TOKEN: Pubkey = pubkey!("Gce36ZUsBDJsoLrfCBxUB5Sfq2DsGunofStvxFx6rBiD");
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ pub fn process_reset(accounts: &[AccountInfo<'_>], _data: &[u8]) -> ProgramResul
|
|||||||
reserve_tokens_info,
|
reserve_tokens_info,
|
||||||
treasury_info,
|
treasury_info,
|
||||||
token_program,
|
token_program,
|
||||||
ONE_ORE / 2,
|
ONE_ORE / 2, // TODO This should be about 2-5
|
||||||
&[TREASURY],
|
&[TREASURY],
|
||||||
)?;
|
)?;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user