Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | 1x 1x 1x 1x 1x | import { PublicKey } from "@solana/web3.js";
// Devnet
export const DEX_ID = new PublicKey(
"AmPvWz6TezYhbN5XzGxwYAnFkXwbKToQ9Fv1AYK8pK2K"
);
export const SRM_MINT = new PublicKey(
"SRMuApVNdxXokk5GT7XD5cUUgXMBCoAz2LHeuAoKWRt"
);
export const MSRM_MINT = new PublicKey(
"MSRMcoVyrFxnSgo5uXwone5SKcGhT1KEJMFEkMEWf9L"
);
export const SWEEP_AUTH = new PublicKey(
"DjXsn34uz8hnC4KLiSkEVNmzqX5ZFP2Q7aErTBH8LWxe"
);
|