Skip to content

Commit

Permalink
fix(evm): ensure we build glue code (#1815)
Browse files Browse the repository at this point in the history
  • Loading branch information
benluelo authored Apr 24, 2024
2 parents 78dfae4 + ca293a9 commit 9345bb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions evm/scripts/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import "@openzeppelin-foundry-upgradeable/Upgrades.sol";
import "@openzeppelin/proxy/ERC1967/ERC1967Proxy.sol";
import "@openzeppelin/access/Ownable.sol";

import "../contracts/Glue.sol";
import "../contracts/core/02-client/IBCClient.sol";
import "../contracts/core/03-connection/IBCConnection.sol";
import "../contracts/core/04-channel/IBCChannelHandshake.sol";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
${self'.packages.evm-contracts}/out/IBCChannelHandshake.sol/IBCChannelHandshake.json \
${self'.packages.evm-contracts}/out/IBCPacket.sol/IBCPacket.json \
${self'.packages.evm-contracts}/out/Glue.sol/Glue.json \
${self'.packages.evm-contracts}/out/DevnetOwnableIBCHandler.sol/DevnetOwnableIBCHandler.json \
${self'.packages.evm-contracts}/out/ERC20.sol/ERC20.json \
${self'.packages.evm-contracts}/out/Relay.sol/UCS01Relay.json \
${self'.packages.evm-contracts}/out/CometblsClientV2.sol/CometblsClient.json
Expand Down

0 comments on commit 9345bb2

Please sign in to comment.