-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
55 lines (47 loc) · 1.37 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
network:
rpc: "https://rpc.evm.mainnet.rarimo.com/"
vault_address: "http://127.0.0.1:8200"
vault_mount_path: "secret_data"
gas_multiplier: 1.23
private_key: without '0x' # For security purposes this key may be omitted and flow with Vault would be used
contracts:
proposer:
address: null
voting_registry:
address: null
lightweight_state:
address: null
register2:
address: "0xA25a197d26Cad659A8fFf7F268cA4F9e0283de03"
block: 4939333 # Block is optional field for contract listeners, default value is 0 if nothing set
log:
level: debug
disable_sentry: true
db:
url: db_url
pinger:
blocks_distance: 10000
timeout: 5s # timeout to ping logs when 'subscribed' via http
normal_period: 10s
min_abnormal_period: 10s
max_abnormal_period: 10s
network_voting: # Used to execute the POST /v2/vote route, borrowed from https://github.com/rarimo/voting-relayer and used for the checker service
rpc: ""
private_key: ""
vault_address: "https://127.0.0.1:8200"
vault_mount_path: "secret_data"
address: ""
block: 0
gas_limit: 800000
replicator:
address: 0x10f370A6d8782E0e0E85ba948be6DA2465Aab4E2
source_smt: 0xc1534912902BBe8C54626e2D69288C76a843bc0E
root_prefix: Rarimo root
listener:
addr: :8000
cop:
disabled: true
endpoint: "http://..."
upstream: "http://..."
service_name: proof-verification-relayer
service_port: 80