Skip to content

Commit

Permalink
chore: devnet full redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
wei3erHase committed Oct 18, 2024
1 parent 70dfb1b commit 93445f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ export const TOKEN_MINT = new PublicKey(
);

export const DEVNET_VESTING_PROGRAM_ID = new PublicKey(
'B6o6erKW2Vi9Nidtv4wfT8JRtdFS2W5GX1V9bJEVr9Lv'
'Ct3LoBZ2Sk2h4SUVNCoZ9ooTn7pW2XW9YCaHbMixapQf'
);

export const DEVNET_TOKEN_MINT = new PublicKey(
'FrnSwyMzw2u6DB2bQUTpia9mRHqeujdUF2bomY8Zt5BX',
'BNFpmYoKoqkNnQ6g7FkEsbLwVnjtbjSF86GBScDXHkrv',
);

/**
Expand Down

0 comments on commit 93445f8

Please sign in to comment.