Skip to content

Commit e8985db

Browse files
author
YukiTsuchida
committed
refactor: remove commented-out code for bindPort and registerClient in InitializeContracts
1 parent ea7687f commit e8985db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/migrate/003_Initialize.s.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ contract InitializeContracts is Script {
2121

2222
IBCHandler ibc = IBCHandler(ibcHandlerAddr);
2323

24-
// bindPort("cross", CrossSimpleModule.address)
25-
// registerClient("mock-client", MockClient.address)
2624
(bool ok1, ) = address(ibc).call(
2725
abi.encodeWithSignature("bindPort(string,address)", portCross, crossSimpleModule)
2826
);

0 commit comments

Comments
 (0)