api: enable engine module for websockets

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-06-21 16:35:10 +02:00
parent 4246694d30
commit 8dd7ad6be9
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ geth_rpc_wrapper: '{{ geth_service_path }}/rpc.sh'
geth_websocket_enabled: true
geth_websocket_addr: '127.0.0.1'
geth_websocket_port: '{{ geth_rpc_port + 1 | int }}'
geth_websocket_api: 'eth,net,web3,personal,admin'
geth_websocket_api: 'eth,net,web3,personal,admin,engine'
geth_websocket_origins: 'localhost'
# Sync mode: full, fast, light, snap