Skip to content

Commit 96b7735

Browse files
authored
add config.toml in cargo config to provide path to program id file (#63)
1 parent 22b5bbe commit 96b7735

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

solana/.cargo/config.toml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[env]
2+
NFT_BURN_BRIDGING_PROGRAM_ID_FILE = "../../../target/deploy/nft_burn_bridging-program_id.bin"
3+
HELLO_WORLD_PROGRAM_ID_FILE = "../../../target/deploy/hello_world-program_id.bin"
4+
HELLO_TOKEN_PROGRAM_ID_FILE = "../../../target/deploy/hello_token-program_id.bin"

0 commit comments

Comments
 (0)