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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

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());
}
}