Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
geoknee committed Sep 6, 2023
1 parent 804d3ae commit 412356c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions generate-adjudicator-bindings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ echo "Deleted tmp-build directory."

echo "Compiling contracts..."

solc --base-path $NITRO_PROTOCOL_DIR \
@statechannels/exit-format/=node_modules/@statechannels/exit-format/ \
@openzeppelin/contracts/=node_modules/@openzeppelin/contracts/ \
solc --include-path ../../ \
--base-path $NITRO_PROTOCOL_DIR \
@statechannels/exit-format/=../../node_modules/@statechannels/exit-format/ \
@openzeppelin/contracts/=../../node_modules/@openzeppelin/contracts/ \
$NITRO_PROTOCOL_DIR/contracts/NitroAdjudicator.sol \
$NITRO_PROTOCOL_DIR/contracts/ConsensusApp.sol \
$NITRO_PROTOCOL_DIR/contracts/Token.sol \
Expand Down

0 comments on commit 412356c

Please sign in to comment.