From 3200a3cdb4ff6a2dbfc612103498ff87b7c1660c Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Tue, 24 Jun 2025 17:11:58 -0500 Subject: [PATCH] hash token supply --- 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 ff78331..99d3223 100644 --- a/api/src/consts.rs +++ b/api/src/consts.rs @@ -65,7 +65,7 @@ pub const DENOMINATOR_BPS: u64 = 10_000; pub const SLOT_WINDOW: u64 = 4; /// Amount of hash tokens to mint to market. -pub const HASH_TOKEN_SUPPLY: u64 = 2_000_000; +pub const HASH_TOKEN_SUPPLY: u64 = 1_000_000; /// The virtual liquidity to seed the markets with (in ORE). pub const VIRTUAL_LIQUIDITY: u64 = ONE_ORE * 5;