Skip to content

Commit

Permalink
fix(evm): contracts are not splitted anymore, the abi can be extracte…
Browse files Browse the repository at this point in the history
…d from the handler directly
  • Loading branch information
hussein-aitlahcen committed Dec 13, 2024
1 parent d8015ec commit 70ec784
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions evm/evm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -503,11 +503,7 @@ _: {
cd $out
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 \
${contracts}/out/OwnableIBCHandler.sol/OwnableIBCHandler.json \
${contracts}/out/IBCChannel.sol/IBCChannelHandshake.json > ibc-handler.json
${contracts}/out/OwnableIBCHandler.sol/OwnableIBCHandler.json > ibc-handler.json
jq --compact-output --slurp 'map(.abi) | add' \
${contracts}/out/Relay.sol/IRelay.json \
Expand Down

0 comments on commit 70ec784

Please sign in to comment.