solana/program-runtime/src/neon_evm_program.rs

12 lines
180 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() {
2021-07-12 11:45:25 -07:00
id().log();
2021-07-12 10:07:22 -07:00
}
}