mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-31 07:55:42 +00:00
rayonism: adjust location of rpc.sh wrapper
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
f933dd0df8
commit
6c0b62a6a8
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user