Skip to content

Commit

Permalink
chore: devnet redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
wei3erHase committed Oct 16, 2024
1 parent f01d871 commit 70dfb1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@defi-wonderland/solana-token-locking",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion js/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const TOKEN_MINT = new PublicKey(
);

export const DEVNET_VESTING_PROGRAM_ID = new PublicKey(
'5UmrfVDhyotfF6Dufved4yjFPCVJdNHu22u1e6ohSyn6'
'B6o6erKW2Vi9Nidtv4wfT8JRtdFS2W5GX1V9bJEVr9Lv'
);

export const DEVNET_TOKEN_MINT = new PublicKey(
Expand Down

0 comments on commit 70dfb1b

Please sign in to comment.