Skip to content

Commit 9d2040b

Browse files
authored
Add missing PATH_CONTRACTS_JETTON env var (#134)
1 parent 42dc23a commit 9d2040b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

integration-tests/shell-ccip-e2e.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ in
2929
jetton-contracts
3030
];
3131

32+
PATH_CONTRACTS_JETTON = "${jetton-contracts}/lib/node_modules/jetton/build/";
33+
3234
shellHook = ''
3335
export PG_CONTAINER_NAME=cl_pg
3436
export PG_PORT=5432

0 commit comments

Comments
 (0)