diff --git a/program/src/lib.rs b/program/src/lib.rs index 191f31e..d9b0b78 100644 --- a/program/src/lib.rs +++ b/program/src/lib.rs @@ -22,6 +22,7 @@ use solana_program::{ }; use solana_security_txt::security_txt; +#[cfg(not(feature = "no-entrypoint"))] security_txt! { name: "light_protocol_program", project_url: "lightprotocol.com",