Skip to content

Commit 5639364

Browse files
committed
fix: missing EOL
1 parent bf07284 commit 5639364

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

contracts/script/output/sepolia/batcher_deployment_output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"batcherPaymentService": "0x403dE630751e148bD71BFFcE762E5667C0825399",
44
"batcherPaymentServiceImplementation": "0xCDafa6c553AFE700964Adf04B577517b2BAe8318"
55
}
6-
}
6+
}

contracts/script/output/sepolia/eigenlayer_deployment_output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
"operationsMultisig": "0xb094Ba769b4976Dc37fC689A76675f31bc4923b0",
3737
"pauserMultisig": "0x0B415f75980D863872C3eb8caa76E6eC8Bc81536"
3838
}
39-
}
39+
}

contracts/script/output/sepolia/proof_aggregation_service_deployment_output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"alignedProofAggregationService": "0xb5D46304c30B1AeB3a8Da6ab599c336f7946C8A4",
44
"alignedProofAggregationServiceImplementation": "0x0Fc3e5639980BEd39016a3B34e4aa18857934BEb"
55
}
6-
}
6+
}

infra/ansible/playbooks/caddy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@
8484
enabled: true
8585
state: started
8686
vars:
87-
ansible_ssh_user: "{{ admin_user }}"
87+
ansible_ssh_user: "{{ admin_user }}"

infra/ansible/playbooks/templates/caddy/Caddyfile.batcher.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
{{ batcher_domain }} {
1212
reverse_proxy localhost:8080
13-
}
13+
}

infra/ansible/sepolia-inventory.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ operator:
3636
ansible_host: aligned-sepolia-operator-1
3737
admin_user: admin
3838
ansible_user: app
39-
ansible_python_interpreter: /usr/bin/python3
39+
ansible_python_interpreter: /usr/bin/python3

0 commit comments

Comments
 (0)