Skip to content

Commit

Permalink
add --rpc.eth-proof-window=3 to reth to test mev-relay (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
skylenet authored Feb 10, 2025
1 parent a7756c8 commit c9e1f16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/inventories/devnet-6/group_vars/reth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ reth_container_command_extra_args:
- --chain=/network-config/genesis.json
- --bootnodes={{ ethereum_el_bootnodes | join(',') }}
- --http.api=trace,rpc,eth,net,debug,web3,admin,flashbots
- --rpc.eth-proof-window=3
prometheus_config: |
global:
scrape_interval: 30s
Expand Down

0 comments on commit c9e1f16

Please sign in to comment.