Skip to content

Commit

Permalink
Add program id
Browse files Browse the repository at this point in the history
  • Loading branch information
Solana Maintainers authored and mvines committed May 4, 2021
1 parent 9e4764f commit d9fd11a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions name-service/program/program-id.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
namesLPneVptA9Z5rqUDD9tMTWEJwofgaYwp8cawRkX
7 changes: 5 additions & 2 deletions name-service/program/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
#[cfg(not(feature = "no-entrypoint"))]
pub mod entrypoint;

pub mod error;
pub mod instruction;
pub mod processor;
pub mod state;

pub mod error;
// Export current sdk types for downstream users building with a different sdk version
pub use solana_program;

solana_program::declare_id!("namesLPneVptA9Z5rqUDD9tMTWEJwofgaYwp8cawRkX");

0 comments on commit d9fd11a

Please sign in to comment.