We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9474920 commit 96f34b3Copy full SHA for 96f34b3
1 file changed
compression/cnft-burn/anchor/programs/cnft-burn/tests/test_burn.rs
@@ -26,7 +26,9 @@ use {
26
27
// ---- Program IDs ----------------------------------------------------------
28
29
-const CNFT_BURN_ID: Pubkey = pubkey!("C6qxH8n6mZxrrbtMtYWYSp8JR8vkQ55X1o4EBg7twnMv");
+// Track the program crate's declared id (CI runs `anchor keys sync`, which
30
+// rewrites it to a freshly generated keypair before building).
31
+const CNFT_BURN_ID: Pubkey = cnft_burn::ID;
32
const BUBBLEGUM_ID: Pubkey = pubkey!("BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY");
33
const COMPRESSION_ID: Pubkey = pubkey!("cmtDvXumGCrqC1Age74AVPhSRVXJMd8PJS91L8KbNCK");
34
const NOOP_ID: Pubkey = pubkey!("noopb9bkMVfRPU8AsbpTUg8AQkHtKwMYZiFUjNRtMmV");
0 commit comments