Skip to content

Commit

Permalink
fix: yet another redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
wei3erHase committed Oct 8, 2024
1 parent f6584d6 commit fa50cec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const VESTING_PROGRAM_ID = new PublicKey(
);

export const TOKEN_MINT = new PublicKey(
'2ummN5q6x8iQid7BFcRp7oMgF3UMEXR8LrUSPYzuMHQH'
'BfCXVtDqQZbEr7TCppF5Mw4ZL5u67LrzTWQpoH5okFEt'
);

export const DEVNET_VESTING_PROGRAM_ID = new PublicKey(
Expand Down
2 changes: 1 addition & 1 deletion program/src/processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use crate::{
};

pub const TOKEN_MINT: Pubkey =
solana_program::pubkey!("2ummN5q6x8iQid7BFcRp7oMgF3UMEXR8LrUSPYzuMHQH");
solana_program::pubkey!("BfCXVtDqQZbEr7TCppF5Mw4ZL5u67LrzTWQpoH5okFEt");

pub struct Processor {}

Expand Down

0 comments on commit fa50cec

Please sign in to comment.