Skip to content

Commit

Permalink
feat: update vega validators config
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel1302 committed Jul 1, 2024
1 parent 9b63db6 commit a0571cd
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
[EvtForward]
Level = "Info"
RetryRate = "1s"

[[EvtForward.EVMBridges]]
Level = "Info"
SkipClientVerification = true
[EvtForward.Ethereum]
SkipClientVerification = true

[SecondaryEvtForward]
Level = "Info"
Expand Down
33 changes: 18 additions & 15 deletions net_confs/node_set_templates/default/vega_validators.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,29 @@
Enabled = true

[API]
Port = {{add 300 .NodeNumber}}2
[API.REST]
Port = {{add 300 .NodeNumber}}3
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
[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}}
Level = "Info"
RetryRate = "1s"
{{if .FaucetPublicKey}}
BlockchainQueueAllowlist = ["{{ .FaucetPublicKey }}"]
{{end}}
[[EvtForward.EVMBridges]]
SkipClientVerification = true
Level = "Info"
PollEventRetryDuration = "500ms"
ChainID = "{{.SecondaryBridgeChainID}}"
[EvtForward.Ethereum]
SkipClientVerification = true



Expand All @@ -34,6 +37,6 @@
ChainID = "{{.SecondaryBridgeChainID}}"

[Processor]
[Processor.Ratelimit]
Requests = 10000
PerNBlocks = 1
[Processor.Ratelimit]
Requests = 10000
PerNBlocks = 1
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@
{{end}}
[[EvtForward.EVMBridges]]
Level = "Info"
SkipClientVerification = true
PollEventRetryDuration = "500ms"
ChainID = "{{.SecondaryBridgeChainID}}"
[EvtForward.Ethereum]
SkipClientVerification = true



Expand Down
6 changes: 4 additions & 2 deletions net_confs/node_set_templates/sentry/vega_validators.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@
[[EvtForward.EVMBridges]]
Level = "Info"
PollEventRetryDuration = "500ms"
ChainID = "{{.SecondaryBridgeChainID}}"

ChainID = "{{.SecondaryBridgeC
SkipClientVerification = true
[EvtForward.Ethereum]
SkipClientVerification = true


[Ethereum]
Expand Down

0 comments on commit a0571cd

Please sign in to comment.