This commit is contained in:
Hardhat Chad
2025-09-28 18:19:19 -07:00
parent 9d0e096edd
commit 8af79a8d2f
16 changed files with 442 additions and 332 deletions

View File

@@ -38,6 +38,9 @@ pub const SEEKER: &[u8] = b"seeker";
/// The seed of the square account PDA.
pub const SQUARE: &[u8] = b"square";
/// The seed of the stake account PDA.
pub const STAKE: &[u8] = b"stake";
/// The seed of the treasury account PDA.
pub const TREASURY: &[u8] = b"treasury";