Skip to content

Commit

Permalink
[feature-id] add poseidon compression syscall feature id (#33392)
Browse files Browse the repository at this point in the history
add poseidon compression syscall feature id
  • Loading branch information
samkim-crypto authored Sep 25, 2023
1 parent d9a113b commit 08aba38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/feature_set.rs
Original file line number Diff line number Diff line change
@@ -558,7 +558,7 @@ pub mod enable_alt_bn128_syscall {
solana_sdk::declare_id!("A16q37opZdQMCbe5qJ6xpBB9usykfv8jZaMkxvZQi4GJ");
}
pub mod enable_alt_bn128_compression_syscall {
solana_sdk::declare_id!("Compression111111111111111111111111111111111");
solana_sdk::declare_id!("EJJewYSddEEtSZHiqugnvhQHiWyZKjkFDQASd7oKSagn");
}

pub mod enable_program_redeployment_cooldown {

0 comments on commit 08aba38

Please sign in to comment.