mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-13 23:16:52 +00:00
cli
This commit is contained in:
@@ -51,6 +51,9 @@ async fn main() {
|
||||
"initialize_squares" => {
|
||||
initialize_squares(&rpc, &payer).await.unwrap();
|
||||
}
|
||||
"redeem" => {
|
||||
redeem(&rpc, &payer).await.unwrap();
|
||||
}
|
||||
"reset" => {
|
||||
reset(&rpc, &payer).await.unwrap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user