Skip to content

Commit

Permalink
fix(hubble): add abis
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed May 15, 2024
1 parent 4a4cc17 commit a70028e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/evm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
mkdir -p $out
cd $out
jq --compact-output --slurp 'map(.abi)' \
jq --compact-output --slurp 'map(.abi) | add' \
${contracts}/out/IBCClient.sol/IBCClient.json \
${contracts}/out/IBCPacket.sol/IBCPacket.json \
${contracts}/out/IBCConnection.sol/IBCConnection.json \
Expand Down

0 comments on commit a70028e

Please sign in to comment.