Update neon program id (backport #18607) (#18608)

* Update neon program id (#18607)

(cherry picked from commit 00f7e514b8)

* fix test

Co-authored-by: Jack May <jack@solana.com>
This commit is contained in:
mergify[bot]
2021-07-12 11:18:29 -07:00
committed by GitHub
parent 4b8c4704b0
commit ed5c11b3aa

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() {
id().log();
}
}