diff --git a/ansible/group_vars/nimbus.rayonism.yml b/ansible/group_vars/nimbus.rayonism.yml index f2272a6..d780ee1 100644 --- a/ansible/group_vars/nimbus.rayonism.yml +++ b/ansible/group_vars/nimbus.rayonism.yml @@ -3,11 +3,16 @@ geth_service_name: 'nimbus-nocturne' geth_service_path: '{{ beacon_node_cont_vol }}' geth_compose_path: '{{ geth_service_path }}/docker-compose.geth.yml' +geth_rpc_wrapper: '{{ geth_service_path }}/rpc.geth.sh' geth_cont_image: 'ethereum/client-go@sha256:82920663d5c2378d9d21c640f30c885154e5eca6d1dd7ccec83711f527aeddbf' geth_account_pass: '{{lookup("passwordstore", "service/Nimbus-Geth/password")}}' geth_sync_mode: 'fast' geth_log_level_name: 'debug' # Enable consensus API +geth_rpc_addr: '127.0.0.1' +geth_rpc_port: 8545 +geth_websocket_enabled: true +geth_websocket_port: '{{ geth_rpc_port + 1 | int }}' geth_rcp_api: 'eth,net,web3,personal,admin,consensus' geth_websocket_api: 'eth,net,web3,personal,admin,consensus' # Custom testnet genesis init diff --git a/ansible/requirements.yml b/ansible/requirements.yml index 528bd04..6d6bbe9 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -36,7 +36,7 @@ - name: infra-role-beacon-node src: git@github.com:status-im/infra-role-beacon-node.git - version: 37f8a3ab06cd08c9053b292f60e734962cab616d + version: 86f7af45356ddb44b7e84122f7bbed0901213cd6 scm: git - name: kibana @@ -71,7 +71,7 @@ - name: infra-role-geth src: git@github.com:status-im/infra-role-geth.git - version: 5ad36567e810fb74073d8fc82774146450e4761a + version: c3b51f0799061cd3b0e6d4f1db1182c00d71e944 scm: git - name: infra-role-geth-exporter