mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-14 07:26:51 +00:00
12 lines
206 B
Rust
12 lines
206 B
Rust
pub mod consts;
|
|
pub mod error;
|
|
pub mod event;
|
|
pub mod instruction;
|
|
pub mod loaders;
|
|
pub mod sdk;
|
|
pub mod state;
|
|
|
|
use solana_program::declare_id;
|
|
|
|
declare_id!("oreV2ZymfyeXgNgBdqMkumTqqAprVqgBWQfoYkrtKWQ");
|