Skip to content

Commit

Permalink
Merge branch 'main' into trusted-signer
Browse files Browse the repository at this point in the history
  • Loading branch information
cctdaniel authored Jan 14, 2025
2 parents 288268a + 551c66a commit 5a1231b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lazer/sdk/js/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { PublicKey } from "@solana/web3.js";

export const LAZER_PROGRAM_ID = new PublicKey(

export const SOLANA_LAZER_PROGRAM_ID = new PublicKey(
"pytd2yyk641x7ak7mkaasSJVXh6YYZnC7wTmtgAyxPt"
);
export const STORAGE_ID = new PublicKey(
export const SOLANA_STORAGE_ID = new PublicKey(
"3rdJbqfnagQ4yx9HXJViD4zc4xpiSqmFsKpPuSCQVyQL"
);

0 comments on commit 5a1231b

Please sign in to comment.