Skip to content

Commit

Permalink
fix: relay emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
Alok committed Nov 20, 2024
1 parent d5bf28f commit 003be9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ job "{{ job.name }}" {
{{- end }}
{% endraw %}
{% else %}
MOCK_RELAY_L1_RPC_URL="{{ job.env['resolved_l1_rpc_urls'] | split(',') | first }}"
MOCK_RELAY_L1_RPC_URL="{{ job.env['l1_rpc_url'] }}"
{% endif %}
EOH
destination = "secrets/.env"
Expand Down
1 change: 1 addition & 0 deletions infrastructure/nomad/playbooks/variables/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ jobs:
to: 8080
env:
log-level: "info"
l1_rpc_url: "{{ resolved_l1_rpc_urls.split(',')[0] }}"

mev_commit_bootnode1: &mev_commit_bootnode1_job
name: mev-commit-bootnode1
Expand Down

0 comments on commit 003be9c

Please sign in to comment.