Skip to content

Commit 99fea82

Browse files
author
YukiTsuchida
committed
fix: remove redundant argument in DeployAll contract's run function
1 parent 6dd9f22 commit 99fea82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/DeployAll.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ contract DeployAll is Script, Config {
8484
address(ibcClient),
8585
address(ibcConnection),
8686
address(ibcChannel),
87-
address(ibcChannel) // packetCommitmentKeeper
87+
address(ibcChannel)
8888
);
8989
console2.log(" IBCHandler (Ownable):", address(ibcHandler));
9090

0 commit comments

Comments
 (0)