Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ansible/inventories/devnet-0/host_vars/mev-relay-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ mev_relay_website_container_env:
FULU_FORK_VERSION=0x70{{ ethereum_genesis_fork_version_suffix }}
DB_TABLE_PREFIX=custom
LOG_LEVEL=debug
API_TIMEOUT_READ_MS=5000 # 5s
API_MAX_PAYLOAD_BYTES=41943040 # ~40MiB
LINK_DATA_API=http://mev-relay-1.{{ network_server_subdomain }}:9062
RELAY_URL=http://0xa55c1285d84ba83a5ad26420cd5ad3091e49c55a813eee651cd467db38a8c8e63192f47955e9376f6b42f6d190571cb5@mev-relay-1.{{ network_server_subdomain }}:9062
mev_relay_website_container_ports:
Expand Down
Loading