mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-19 23:16:46 +00:00
migrate
This commit is contained in:
@@ -18,9 +18,11 @@ pub enum OreInstruction {
|
||||
Wrap = 10,
|
||||
SetAdmin = 11,
|
||||
SetFeeCollector = 12,
|
||||
MigrateMiner = 13,
|
||||
MigrateSquares = 14,
|
||||
|
||||
// Seeker
|
||||
ClaimSeeker = 14,
|
||||
ClaimSeeker = 15,
|
||||
}
|
||||
|
||||
#[repr(C)]
|
||||
@@ -121,6 +123,14 @@ pub struct Bury {
|
||||
#[derive(Clone, Copy, Debug, Pod, Zeroable)]
|
||||
pub struct ClaimSeeker {}
|
||||
|
||||
#[repr(C)]
|
||||
#[derive(Clone, Copy, Debug, Pod, Zeroable)]
|
||||
pub struct MigrateMiner {}
|
||||
|
||||
#[repr(C)]
|
||||
#[derive(Clone, Copy, Debug, Pod, Zeroable)]
|
||||
pub struct MigrateSquares {}
|
||||
|
||||
instruction!(OreInstruction, Automate);
|
||||
instruction!(OreInstruction, Boost);
|
||||
instruction!(OreInstruction, ClaimSOL);
|
||||
@@ -134,3 +144,5 @@ instruction!(OreInstruction, Reset);
|
||||
instruction!(OreInstruction, SetAdmin);
|
||||
instruction!(OreInstruction, SetFeeCollector);
|
||||
instruction!(OreInstruction, ClaimSeeker);
|
||||
instruction!(OreInstruction, MigrateMiner);
|
||||
instruction!(OreInstruction, MigrateSquares);
|
||||
|
||||
Reference in New Issue
Block a user