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:
Jakub Sokołowski 2022-06-08 19:02:41 +02:00
parent fbc939aef1
commit 427ef2a3c0
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931

View File

@ -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