solana/runtime/src/neon_evm_program.rs

12 lines
180 B
Rust

solana_sdk::declare_id!("eeLSJgWzzxrqKv1UxtRVVH8FX3qCQWUs9QuAjJpETGU");
#[cfg(test)]
pub mod tests {
use super::*;
#[test]
fn test_id() {
id().log();
}
}