Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit d9fd11a

Browse files
Solana Maintainersmvines
authored andcommitted
Add program id
1 parent 9e4764f commit d9fd11a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

name-service/program/program-id.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
namesLPneVptA9Z5rqUDD9tMTWEJwofgaYwp8cawRkX

name-service/program/src/lib.rs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
#[cfg(not(feature = "no-entrypoint"))]
22
pub mod entrypoint;
3-
3+
pub mod error;
44
pub mod instruction;
55
pub mod processor;
66
pub mod state;
77

8-
pub mod error;
8+
// Export current sdk types for downstream users building with a different sdk version
9+
pub use solana_program;
10+
11+
solana_program::declare_id!("namesLPneVptA9Z5rqUDD9tMTWEJwofgaYwp8cawRkX");

0 commit comments

Comments
 (0)