From 0ada210a7a04552600ff0061f2fbfb2647636cc8 Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Wed, 13 Aug 2025 13:42:47 -0700 Subject: [PATCH] update boost reserve --- api/src/consts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/consts.rs b/api/src/consts.rs index 68cd83e..f936b83 100644 --- a/api/src/consts.rs +++ b/api/src/consts.rs @@ -74,4 +74,4 @@ pub const HASHPOWER_LIQUIDITY: u64 = 1_000_000; pub const ORE_LIQUIDITY: u64 = ONE_ORE * 100; /// 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!("5zGJbZ4ZVJ2SNyk34cQoNrmuyJTqqCmTv9crseyFHeww"); // TODO: change this