checkpoint

This commit is contained in:
Hardhat Chad
2025-10-01 11:33:17 -07:00
parent bef1c56ee3
commit cf248d7a28
9 changed files with 280 additions and 228 deletions

View File

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