diff --git a/net_confs/node_set_templates/default/vega_validator_visor.tmpl b/net_confs/node_set_templates/default/vega_validator_visor.tmpl index 98f6bdce..3734a81c 100644 --- a/net_confs/node_set_templates/default/vega_validator_visor.tmpl +++ b/net_confs/node_set_templates/default/vega_validator_visor.tmpl @@ -17,6 +17,12 @@ [EvtForward] Level = "Info" RetryRate = "1s" + + [[EvtForward.EVMBridges]] + Level = "Info" + SkipClientVerification = true + [EvtForward.Ethereum] + SkipClientVerification = true [SecondaryEvtForward] Level = "Info" diff --git a/net_confs/node_set_templates/default/vega_validators.tmpl b/net_confs/node_set_templates/default/vega_validators.tmpl index 5d4c06fc..7a477d3b 100644 --- a/net_confs/node_set_templates/default/vega_validators.tmpl +++ b/net_confs/node_set_templates/default/vega_validators.tmpl @@ -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 @@ -34,6 +37,6 @@ ChainID = "{{.SecondaryBridgeChainID}}" [Processor] - [Processor.Ratelimit] - Requests = 10000 - PerNBlocks = 1 + [Processor.Ratelimit] + Requests = 10000 + PerNBlocks = 1 diff --git a/net_confs/node_set_templates/default/vega_validators_clef.tmpl b/net_confs/node_set_templates/default/vega_validators_clef.tmpl index 64769a14..15e08d83 100644 --- a/net_confs/node_set_templates/default/vega_validators_clef.tmpl +++ b/net_confs/node_set_templates/default/vega_validators_clef.tmpl @@ -22,8 +22,11 @@ {{end}} [[EvtForward.EVMBridges]] Level = "Info" + SkipClientVerification = true PollEventRetryDuration = "500ms" ChainID = "{{.SecondaryBridgeChainID}}" + [EvtForward.Ethereum] + SkipClientVerification = true diff --git a/net_confs/node_set_templates/sentry/vega_validators.tmpl b/net_confs/node_set_templates/sentry/vega_validators.tmpl index d0cc9c54..c39d3f27 100644 --- a/net_confs/node_set_templates/sentry/vega_validators.tmpl +++ b/net_confs/node_set_templates/sentry/vega_validators.tmpl @@ -29,8 +29,10 @@ [[EvtForward.EVMBridges]] Level = "Info" PollEventRetryDuration = "500ms" - ChainID = "{{.SecondaryBridgeChainID}}" - + ChainID = "{{.SecondaryBridgeC + SkipClientVerification = true + [EvtForward.Ethereum] + SkipClientVerification = true [Ethereum]