rayonism: adjust location of rpc.sh wrapper

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-05-11 12:23:28 +02:00
parent f933dd0df8
commit 6c0b62a6a8
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 7 additions and 2 deletions

View File

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

View File

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