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 68f8426 commit d5bf28f
Showing 1 changed file with 1 addition 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['l1_rpc_urls'] | split(',') | first }}"
MOCK_RELAY_L1_RPC_URL="{{ job.env['resolved_l1_rpc_urls'] | split(',') | first }}"
{% endif %}
EOH
destination = "secrets/.env"
Expand Down

0 comments on commit d5bf28f

Please sign in to comment.