Skip to content

Commit

Permalink
Merge pull request #5 from datachainlab/bump-ibc-solidity
Browse files Browse the repository at this point in the history
Bump ibc-solidity to v0.3.34

Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele authored Aug 23, 2024
2 parents 395e972 + 7736cb2 commit f98a784
Show file tree
Hide file tree
Showing 4 changed files with 1,019 additions and 907 deletions.
2 changes: 1 addition & 1 deletion e2e/contracts/Dependencies.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {IBCChannelPacketTimeout} from
"@hyperledger-labs/yui-ibc-solidity/contracts/core/04-channel/IBCChannelPacketTimeout.sol";
import {
IBCChannelUpgradeInitTryAck,
IBCChannelUpgradeConfirmTimeoutCancel
IBCChannelUpgradeConfirmOpenTimeoutCancel
} from "@hyperledger-labs/yui-ibc-solidity/contracts/core/04-channel/IBCChannelUpgrade.sol";
import {IIBCHandler} from "@hyperledger-labs/yui-ibc-solidity/contracts/core/25-handler/IIBCHandler.sol";
import {OwnableIBCHandler} from "@hyperledger-labs/yui-ibc-solidity/contracts/core/25-handler/OwnableIBCHandler.sol";
Expand Down
Loading

0 comments on commit f98a784

Please sign in to comment.