Fix compute budget bump (#21238)
This commit is contained in:
11
program-runtime/src/neon_evm_program.rs
Normal file
11
program-runtime/src/neon_evm_program.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
solana_sdk::declare_id!("eeLSJgWzzxrqKv1UxtRVVH8FX3qCQWUs9QuAjJpETGU");
|
||||
|
||||
#[cfg(test)]
|
||||
pub mod tests {
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
fn test_id() {
|
||||
id().log();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user