Skip to content

Commit

Permalink
fix: rollback proposal interval
Browse files Browse the repository at this point in the history
  • Loading branch information
ohbyeongmin committed Dec 24, 2024
1 parent c59811b commit 9be82ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/thanos-stack/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: thanos-stack
description: A Helm chart to deploy Thanos stack
version: 1.0.1
version: 1.0.2
type: application
dependencies:
- name: blockscout-stack
Expand Down
2 changes: 1 addition & 1 deletion charts/thanos-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ op_proposer:

game_factory_address: # required
game_type: 0
proposal_interval: 21600s
proposal_interval:
pprof_enabled: true
allow_non_finalized: true
rpc_enable_admin: true
Expand Down
1 change: 1 addition & 0 deletions scripts/generate-thanos-stack-values.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ op_proposer:
env:
l2oo_address: $L2OutputOracleProxy
game_factory_address: $DisputeGameFactoryProxy
proposal_interval: 21600s
op_challenger:
enabled: false
Expand Down

0 comments on commit 9be82ac

Please sign in to comment.