Skip to content

Commit

Permalink
enable required for merge engine API module
Browse files Browse the repository at this point in the history
status-im/infra-nimbus#97

Signed-off-by: Jakub Sokołowski <[email protected]>
  • Loading branch information
jakubgs committed Jun 8, 2022
1 parent 11cdfe5 commit 4246694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ geth_metrics_port: 6060
geth_rpc_enabled: true
geth_rpc_addr: '127.0.0.1'
geth_rpc_port: 8545
# Available: admin, clique, debug, eth, les, miner, net, personal, rpc, txpool, web3
geth_rcp_api: 'eth,net,web3,personal,admin'
# Available: admin, clique, debug, eth, les, miner, net, personal, rpc, txpool, web3, engine
geth_rcp_api: 'eth,net,web3,personal,admin,engine'
# useful for linking containers
geth_rpc_extra_vhost: geth
geth_rpc_vhosts:
Expand Down

0 comments on commit 4246694

Please sign in to comment.