Skip to content

Commit

Permalink
Add genesis lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrena-Corto committed Oct 31, 2024
1 parent 1513279 commit 19d4713
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"cSpell.words": [
"ADRENA",
"bytemuck",
"GKPFXC",
"JITO",
"JITOSOL",
"kwtpr",
"Nxhc",
"pyth",
"sablier",
"Tokenkeg",
"Zeroable"
]
}
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ pub static CORTEX_ID: Pubkey = pubkey!("Dhz8Ta79hgyUbaRcu7qHMnqMfY47kQHfHt2s42D9
pub static ADX_MINT: Pubkey = pubkey!("AuQaustGiaqxRvj2gtCdrd22PBzTn8kM3kEPEkZCtuDw");
pub static ALP_MINT: Pubkey = pubkey!("4yCLi5yWGzpTWMQ1iWHG5CrGYAdBkhyEdsuSugjDUqwj");
pub static MAIN_POOL_ID: Pubkey = pubkey!("4bQRutgDJs6vuh6ZcWaPVXiQaBzbHketjbCDjL4oRN34");
pub static GENESIS_LOCK_ID: Pubkey = pubkey!("CZpYRLt2bsuVFopyKftdWBBKm4rVr5wLiPX79Y4YoLJ5");

pub mod main_pool {
use super::*;
Expand Down

0 comments on commit 19d4713

Please sign in to comment.