Skip to content

Commit

Permalink
add admin to erigon
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Nov 21, 2024
1 parent 3abdecd commit 16d80dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/inventories/devnet-0/group_vars/erigon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
bootstrap_default_user_authorized_keys_github_team_el:
- Giulio2002
- yperbasis
- somnathb1

# role: ethpandaops.general.ethereum_node
ethereum_node_el: erigon
Expand All @@ -15,7 +16,7 @@ erigon_container_env:
LETSENCRYPT_HOST: "{{ ethereum_node_rcp_hostname }}"
erigon_container_command_extra_args:
- --chain=dev
- --http.api=eth,erigon,engine,web3,net,debug,trace,txpool
- --http.api=eth,erigon,engine,web3,net,debug,trace,txpool,admin
- --http.vhosts=*
- --ws
- --prune=htc
Expand Down

0 comments on commit 16d80dc

Please sign in to comment.