Skip to content

Commit

Permalink
solana: add network feature flags to dummy transfer hook program
Browse files Browse the repository at this point in the history
  • Loading branch information
kcsongor committed Apr 17, 2024
1 parent 9d49b04 commit 29fb437
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions solana/programs/dummy-transfer-hook/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ no-idl = []
no-log-ix-name = []
cpi = ["no-entrypoint"]
default = []
mainnet = []
solana-devnet = []
tilt-devnet = []
tilt-devnet2 = [ "tilt-devnet" ]

[dependencies]
anchor-lang.workspace = true
Expand Down

0 comments on commit 29fb437

Please sign in to comment.