Skip to content

Commit a604bb1

Browse files
authored
Fix comment error (#1089)
* Fix comment errors 302400 seconds is 3.5 days * Fix comment error
1 parent 47002c6 commit a604bb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

validation/standard/standard-config-params-mainnet.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ block_time = [1, 2]
66

77
[optimism_portal_2]
88
proof_maturity_delay_seconds = [604800, 604800] # 7 days
9-
dispute_game_finality_delay_seconds = [302400, 302400] # 2.5 days
9+
dispute_game_finality_delay_seconds = [302400, 302400] # 3.5 days
1010
respected_game_type = 0
1111

1212
[resource_config]

validation/standard/standard-config-params-sepolia.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ block_time = [1, 2]
66

77
[optimism_portal_2]
88
proof_maturity_delay_seconds = [604800, 604800] # 7 days
9-
dispute_game_finality_delay_seconds = [302400, 302400] # 2.5 days
9+
dispute_game_finality_delay_seconds = [302400, 302400] # 3.5 days
1010
respected_game_type = 0
1111

1212
[resource_config]

0 commit comments

Comments
 (0)