This commit is contained in:
Hardhat Chad
2024-04-27 16:30:45 +00:00
parent 3a109e7a11
commit f4d36f9b9f
18 changed files with 1019 additions and 721 deletions

View File

@@ -14,6 +14,12 @@ use solana_program::{
program_error::ProgramError, pubkey::Pubkey,
};
// TODO Stake
// TODO Claim
// TODO Upgrade (v1 to v2 token)
// TODO Downgrade (v2 to v1 token)
declare_id!("mineRHF5r6S7HyD9SppBfVMXMavDkJsxwGesEvxZr2A");
#[cfg(not(feature = "no-entrypoint"))]