b1c15d5711
* test: test for update asset proposal * test: added test for hiding validator list * chore: update vegacapsule config files * fix: lint * chore: add reason to skipped test
33 lines
549 B
Cheetah
33 lines
549 B
Cheetah
[Admin]
|
|
[Admin.Server]
|
|
SocketPath = "/tmp/vega-{{.NodeNumber}}.sock"
|
|
Enabled = true
|
|
|
|
[API]
|
|
Port = 30{{.NodeNumber}}2
|
|
[API.REST]
|
|
Port = 30{{.NodeNumber}}3
|
|
|
|
[Blockchain]
|
|
[Blockchain.Tendermint]
|
|
RPCAddr = "tcp://127.0.0.1:266{{.NodeNumber}}7"
|
|
[Blockchain.Null]
|
|
Port = 31{{.NodeNumber}}1
|
|
|
|
[EvtForward]
|
|
Level = "Info"
|
|
RetryRate = "1s"
|
|
|
|
[Ethereum]
|
|
RPCEndpoint = "{{.ETHEndpoint}}"
|
|
|
|
[Processor]
|
|
[Processor.Ratelimit]
|
|
Requests = 10000
|
|
PerNBlocks = 1
|
|
|
|
[Broker]
|
|
[Broker.Socket]
|
|
Port = 30{{.NodeNumber}}5
|
|
Enabled = true
|