mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-11 21:17:07 +00:00
nimbus-geth-ropsten: add required engine API module
Without it the merge fails with: ``` { "lvl": "DBG", "ts": "2022-06-08 16:08:59.069+00:00", "msg": "{\"code\":-32601,\"message\":\"the method engine_newPayloadV1 does not exist/is not available\"}" } ``` Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
fbc939aef1
commit
427ef2a3c0
@ -9,6 +9,9 @@ geth_sync_mode: 'snap'
|
||||
geth_log_level_name: info
|
||||
geth_websocket_enabled: true
|
||||
geth_extra_flags: ['--override.terminaltotaldifficulty=50000000000000000']
|
||||
# Enable engine API
|
||||
geth_rcp_api: 'eth,net,web3,personal,admin,engine'
|
||||
geth_websocket_api: 'eth,net,web3,personal,admin,engine'
|
||||
# Geth auth
|
||||
geth_account_pass: '{{lookup("bitwarden", "nimbus/geth", field="password")}}'
|
||||
# Allow connections from our VPN
|
||||
|
Loading…
x
Reference in New Issue
Block a user