mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-14 15:10:13 +00:00
13 lines
229 B
Rust
13 lines
229 B
Rust
pub mod consts;
|
|
pub mod error;
|
|
pub mod event;
|
|
pub mod instruction;
|
|
pub mod loaders;
|
|
pub mod state;
|
|
|
|
pub(crate) use ore_utils as utils;
|
|
|
|
use solana_program::declare_id;
|
|
|
|
declare_id!("oreV2ZymfyeXgNgBdqMkumTqqAprVqgBWQfoYkrtKWQ");
|