mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-14 07:26:51 +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!("orewfiPagLonm3yZUectXuwSP8wyDhUcb66Gg9GX9q9");
|