Update neon program id (#18607)

This commit is contained in:
Jack May
2021-07-12 10:07:22 -07:00
committed by GitHub
parent f5ff4b2058
commit 00f7e514b8

View File

@ -1 +1,11 @@
solana_sdk::declare_id!("NeonEVM111111111111111111111111111111111111");
solana_sdk::declare_id!("eeLSJgWzzxrqKv1UxtRVVH8FX3qCQWUs9QuAjJpETGU");
#[cfg(test)]
pub mod tests {
use super::*;
#[test]
fn test_id() {
println!("{:?}", id());
}
}