Skip to content

Commit

Permalink
Merge pull request #9 from datachainlab/fix-commitments-slot
Browse files Browse the repository at this point in the history
Fix commitments slot

Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele authored Aug 23, 2024
2 parents 29cf77c + 014bb6f commit 05388d8
Show file tree
Hide file tree
Showing 5 changed files with 193 additions and 278 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 05388d8

Please sign in to comment.