diff --git a/infra/ansible/playbooks/aggregator.yaml b/infra/ansible/playbooks/aggregator.yaml index 1a25de0b0c..626e283e26 100644 --- a/infra/ansible/playbooks/aggregator.yaml +++ b/infra/ansible/playbooks/aggregator.yaml @@ -38,7 +38,7 @@ git: repo: https://github.com/yetanotherco/aligned_layer.git dest: /home/{{ ansible_user }}/repos/{{ service }}/aligned_layer - version: 2075-feat-hoodi-deployment + version: v0.20.0 loop: - aggregator diff --git a/infra/ansible/playbooks/templates/config-files/config-aggregator.yaml.j2 b/infra/ansible/playbooks/templates/config-files/config-aggregator.yaml.j2 index 3c567f5e2e..403a87eacd 100644 --- a/infra/ansible/playbooks/templates/config-files/config-aggregator.yaml.j2 +++ b/infra/ansible/playbooks/templates/config-files/config-aggregator.yaml.j2 @@ -38,3 +38,4 @@ aggregator: # The Gas formula is percentage (gas_base_bump_percentage + gas_bump_incremental_percentage * i) / 100) is checked against this value # If it is higher, it will default to `gas_bump_percentage_limit` time_to_wait_before_bump: 72s # The time to wait for the receipt when responding to task. Suggested value 72 seconds (6 blocks) + poll_latest_batch_interval: 20s # The interval to poll for latest batches. Default: 20s