File tree Expand file tree Collapse file tree
cnft-vault/anchor/programs/cnft-vault/tests
cutils/anchor/programs/cutils/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929
3030// ---- Program IDs ----------------------------------------------------------
3131
32- const CNFT_VAULT_ID : Pubkey = pubkey ! ( "Fd4iwpPWaCU8BNwGQGtvvrcvG4Tfizq3RgLm8YLBJX6D" ) ;
32+ // Track the crate's declared id (CI runs `anchor keys sync` before building).
33+ const CNFT_VAULT_ID : Pubkey = cnft_vault:: ID ;
3334const BUBBLEGUM_ID : Pubkey = pubkey ! ( "BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY" ) ;
3435const COMPRESSION_ID : Pubkey = pubkey ! ( "cmtDvXumGCrqC1Age74AVPhSRVXJMd8PJS91L8KbNCK" ) ;
3536const NOOP_ID : Pubkey = pubkey ! ( "noopb9bkMVfRPU8AsbpTUg8AQkHtKwMYZiFUjNRtMmV" ) ;
Original file line number Diff line number Diff line change 3939
4040// ---- Program IDs ----------------------------------------------------------
4141
42- const CUTILS_ID : Pubkey = pubkey ! ( "BuFyrgRYzg2nPhqYrxZ7d9uYUs4VXtxH71U8EcoAfTQZ" ) ;
42+ // Track the crate's declared id (CI runs `anchor keys sync` before building).
43+ const CUTILS_ID : Pubkey = cutils:: ID ;
4344const BUBBLEGUM_ID : Pubkey = pubkey ! ( "BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY" ) ;
4445const COMPRESSION_ID : Pubkey = pubkey ! ( "cmtDvXumGCrqC1Age74AVPhSRVXJMd8PJS91L8KbNCK" ) ;
4546const NOOP_ID : Pubkey = pubkey ! ( "noopb9bkMVfRPU8AsbpTUg8AQkHtKwMYZiFUjNRtMmV" ) ;
You can’t perform that action at this time.
0 commit comments