mirror of
https://github.com/d0zingcat/ore.git
synced 2026-06-01 15:11:16 +00:00
remove staking program
This commit is contained in:
11
api/src/lib.rs
Normal file
11
api/src/lib.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
pub mod consts;
|
||||
pub mod error;
|
||||
pub mod event;
|
||||
pub mod instruction;
|
||||
pub mod state;
|
||||
|
||||
pub(crate) use utils;
|
||||
|
||||
use solana_program::declare_id;
|
||||
|
||||
declare_id!("mineRHF5r6S7HyD9SppBfVMXMavDkJsxwGesEvxZr2A");
|
||||
Reference in New Issue
Block a user