* 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:
@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user