solana/runtime/src/neon_evm_program.rs

12 lines
192 B
Rust
Raw Normal View History

2021-07-12 10:07:22 -07:00
solana_sdk::declare_id!("eeLSJgWzzxrqKv1UxtRVVH8FX3qCQWUs9QuAjJpETGU");
#[cfg(test)]
pub mod tests {
use super::*;
#[test]
fn test_id() {
println!("{:?}", id());
}
}