This commit is contained in:
Hardhat Chad
2025-09-25 20:03:03 -07:00
parent 8a29165789
commit 037aa5e480
7 changed files with 87 additions and 11 deletions

View File

@@ -32,6 +32,9 @@ pub const CONFIG: &[u8] = b"config";
/// The seed of the miner account PDA.
pub const MINER: &[u8] = b"miner";
/// The seed of the seeker account PDA.
pub const SEEKER: &[u8] = b"seeker";
/// The seed of the square account PDA.
pub const SQUARE: &[u8] = b"square";