UNPKG

@accessprotocol/distributor

Version:

Access Protocol Distributor Library

6 lines (5 loc) 412 B
import { PublicKey } from "@solana/web3.js"; // Program ID passed with the cli --program-id flag when running the code generator. Do not edit, it will get overwritten. export const PROGRAM_ID_CLI = new PublicKey("ADis3cccJHS6dmj8MPCG1NGGuXBN2ZSaaXFwKKU7UUgF"); // This constant will not get overwritten on subsequent code generations and it's safe to modify it's value. export const PROGRAM_ID = PROGRAM_ID_CLI;