Skip to content

Commit

Permalink
build(inventories): enable net apis for reth devnet template
Browse files Browse the repository at this point in the history
  • Loading branch information
mattevans committed Feb 5, 2025
1 parent 9284607 commit b3e1476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/inventories/devnet-0/group_vars/reth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ reth_container_volumes:
reth_container_command_extra_args:
- --chain=/network-config/genesis.json
- --bootnodes={{ ethereum_el_bootnodes | join(',') }}
- --http.api=trace,rpc,eth,net,debug,web3,admin
prometheus_config: |
global:
scrape_interval: 30s
Expand Down

0 comments on commit b3e1476

Please sign in to comment.