automation

This commit is contained in:
Hardhat Chad
2025-09-23 12:42:38 -07:00
parent 3abe0e080b
commit da5cf4b09d
11 changed files with 307 additions and 89 deletions

View File

@@ -20,6 +20,9 @@ pub const INTERMISSION_SLOTS: u64 = 35;
/// The maximum token supply (5 million).
pub const MAX_SUPPLY: u64 = ONE_ORE * 5_000_000;
/// The seed of the automation account PDA.
pub const AUTOMATION: &[u8] = b"automation";
/// The seed of the board account PDA.
pub const BOARD: &[u8] = b"board";