Skip to content

Commit

Permalink
mev_relay: update default env vars - expect dict, not list. (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
skylenet authored Feb 6, 2025
1 parent 49eede4 commit 63c5804
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roles/mev_relay/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ mev_relay_housekeeper_enabled: true
mev_relay_housekeeper_datadir: "{{ mev_relay_datadir }}/mev-relay-housekeeper"
mev_relay_housekeeper_container_name: mev-relay-housekeeper
mev_relay_housekeeper_container_image: flashbots/mev-boost-relay:latest
mev_relay_housekeeper_container_env: []
mev_relay_housekeeper_container_env: {}
mev_relay_housekeeper_container_ports: []
mev_relay_housekeeper_container_volumes: []
mev_relay_housekeeper_container_stop_timeout: "300"
Expand All @@ -69,7 +69,7 @@ mev_relay_api_enabled: true
mev_relay_api_datadir: "{{ mev_relay_datadir }}/mev-relay-api"
mev_relay_api_container_name: mev-relay-api
mev_relay_api_container_image: flashbots/mev-boost-relay:latest
mev_relay_api_container_env: []
mev_relay_api_container_env: {}
mev_relay_api_container_ports:
- "127.0.0.1:{{ mev_relay_api_listening_port }}:{{ mev_relay_api_listening_port }}"
mev_relay_api_container_volumes: []
Expand All @@ -86,7 +86,7 @@ mev_relay_website_enabled: true
mev_relay_website_datadir: "{{ mev_relay_datadir }}/mev-relay-website"
mev_relay_website_container_name: mev-relay-website
mev_relay_website_container_image: flashbots/mev-boost-relay:latest
mev_relay_website_container_env: []
mev_relay_website_container_env: {}
mev_relay_website_container_ports:
- "127.0.0.1:{{ mev_relay_website_listening_port }}:{{ mev_relay_website_listening_port }}"
mev_relay_website_container_volumes: []
Expand Down

0 comments on commit 63c5804

Please sign in to comment.