diff --git a/js/src/main.ts b/js/src/main.ts index bed7f6c..3c48a0b 100644 --- a/js/src/main.ts +++ b/js/src/main.ts @@ -27,7 +27,7 @@ export const VESTING_PROGRAM_ID = new PublicKey( ); export const TOKEN_MINT = new PublicKey( - 'FGG8y8JrZrAinbBwWAB2EacQgZVyzoerdMsU1LUaRkKv' + '2ummN5q6x8iQid7BFcRp7oMgF3UMEXR8LrUSPYzuMHQH' ); export const DEVNET_VESTING_PROGRAM_ID = new PublicKey( diff --git a/program/src/processor.rs b/program/src/processor.rs index efef6f1..c152623 100644 --- a/program/src/processor.rs +++ b/program/src/processor.rs @@ -24,7 +24,7 @@ use crate::{ }; pub const TOKEN_MINT: Pubkey = - solana_program::pubkey!("FGG8y8JrZrAinbBwWAB2EacQgZVyzoerdMsU1LUaRkKv"); + solana_program::pubkey!("2ummN5q6x8iQid7BFcRp7oMgF3UMEXR8LrUSPYzuMHQH"); pub struct Processor {}