-
Notifications
You must be signed in to change notification settings - Fork 7
/
vega_validators.tmpl
42 lines (35 loc) · 1000 Bytes
/
vega_validators.tmpl
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
[Admin]
[Admin.Server]
SocketPath = "/tmp/vega-{{.NodeNumber}}.sock"
Enabled = true
[API]
Port = {{add 300 .NodeNumber}}2
[API.REST]
Port = {{add 300 .NodeNumber}}3
[Blockchain]
[Blockchain.Tendermint]
RPCAddr = "tcp://127.0.0.1:266{{.NodeNumber}}7"
[Blockchain.Null]
Port = {{add 310 .NodeNumber}}1
[EvtForward]
Level = "Info"
RetryRate = "1s"
{{if .FaucetPublicKey}}
BlockchainQueueAllowlist = ["{{ .FaucetPublicKey }}"]
{{end}}
[[EvtForward.EVMBridges]]
SkipClientVerification = true
Level = "Info"
PollEventRetryDuration = "500ms"
ChainID = "{{.SecondaryBridgeChainID}}"
[EvtForward.Ethereum]
SkipClientVerification = true
[Ethereum]
RPCEndpoint = "{{.ETHEndpoint}}"
[[Ethereum.EVMBridgeConfigs]]
RPCEndpoint = "{{.SecondaryETHEndpoint}}"
ChainID = "{{.SecondaryBridgeChainID}}"
[Processor]
[Processor.Ratelimit]
Requests = 10000
PerNBlocks = 1