diff --git a/goerli/2023-01-31-deploy/execute/RunDeployBedrock.s.sol b/goerli/2023-01-31-deploy/execute/RunDeployBedrock.s.sol index 4d06dfb8..53e0c6cc 100644 --- a/goerli/2023-01-31-deploy/execute/RunDeployBedrock.s.sol +++ b/goerli/2023-01-31-deploy/execute/RunDeployBedrock.s.sol @@ -238,7 +238,6 @@ contract DeployBedrock is Script { vm.serializeAddress(json, "L1ERC721BridgeImpl", address(l1ERC721BridgeImpl)); vm.serializeAddress(json, "SystemConfigImpl", address(systemConfigImpl)); vm.serializeAddress(json, "SystemDictatorImpl", address(systemDictatorImpl)); - vm.serializeAddress(json, "SystemDictatorImpl", address(systemDictatorImpl)); vm.serializeUint(json, "BlockNumber", block.number); string memory finalJson = vm.serializeUint(json, "BlockTimestamp", block.timestamp);