Initial commit from template
This commit is contained in:
5
migrations/deploy.ts
Normal file
5
migrations/deploy.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
use anchor_lang::prelude::*;
|
||||
|
||||
pub fn deploy() -> Result<()> {
|
||||
Ok(())
|
||||
}
|
||||
Reference in New Issue
Block a user