Skip to content

Commit

Permalink
feat: use multiple RPCs for relayer
Browse files Browse the repository at this point in the history
  • Loading branch information
Alok committed Dec 9, 2024
1 parent a710b17 commit 2771836
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ job "{{ job.name }}" {
{{- end }}
{{- end }}
{% endraw %}
STANDARD_BRIDGE_RELAYER_L1_RPC_URL="{{ job.env['l1_rpc_url'] }}"
STANDARD_BRIDGE_RELAYER_L1_RPC_URLS="{{ job.env['l1_rpc_urls'] }}"
L1_CHAIN_ID="{{ job.env['l1_chain_id'] }}"
CONTRACTS_PATH="local/contracts"
ARTIFACT_OUT_PATH="local"
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/nomad/playbooks/variables/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ jobs:
to: 5433
env:
l1_chain_id: "{{ environments[env].chain_id }}"
l1_rpc_url: "{{ resolved_l1_rpc_urls.split(',')[0] }}"
l1_rpc_urls: "{{ resolved_l1_rpc_urls }}"

mev_commit_faucet: &mev_commit_faucet_job
name: mev-commit-faucet
Expand Down

0 comments on commit 2771836

Please sign in to comment.