Skip to content

Commit ea7687f

Browse files
author
YukiTsuchida
committed
refactor: remove serialization of contract addresses in DeployCore script
1 parent fd56288 commit ea7687f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/migrate/001_DeployCore.s.sol

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,5 @@ contract DeployCore is Script {
3333
console2.log("IBCHandler (Ownable):", address(handler));
3434

3535
vm.stopBroadcast();
36-
37-
vm.serializeAddress("core", "IBCClient", address(client));
38-
vm.serializeAddress("core", "IBCConnection", address(connection));
39-
vm.serializeAddress("core", "IBCChannel", address(channel));
40-
vm.serializeAddress("core", "IBCHandler", address(handler));
41-
string memory out = vm.serializeString("root", "core", vm.serializeString("tmp","tmp",""));
4236
}
4337
}

0 commit comments

Comments
 (0)