Skip to content

Commit

Permalink
remove reference to ChannelTimeoutGranite
Browse files Browse the repository at this point in the history
  • Loading branch information
geoknee committed Sep 17, 2024
1 parent 954336f commit acb5f92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion add-chain/cmd/check-rollup-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ var CheckRollupConfigCmd = cli.Command{
}
// Exclude this field from check since it gets populated by op-node after rollup.json is created
localRollupConfig.ProtocolVersionsAddress = common.Address{}
localRollupConfig.ChannelTimeoutGranite = 50
opNodeRollupConfig.ProtocolVersionsAddress = common.Address{}

opts := cmp.Options{cmpopts.IgnoreUnexported(big.Int{})}
Expand Down

0 comments on commit acb5f92

Please sign in to comment.