From 09c49ba2a7fe045bec680bd2c1e1f075dcf8aab9 Mon Sep 17 00:00:00 2001 From: miiu Date: Thu, 20 Mar 2025 11:56:11 +0200 Subject: [PATCH] edit config --- cmd/chainsimulator/config/nodeOverrideDefault.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/chainsimulator/config/nodeOverrideDefault.toml b/cmd/chainsimulator/config/nodeOverrideDefault.toml index cbca1fdb..29357baf 100644 --- a/cmd/chainsimulator/config/nodeOverrideDefault.toml +++ b/cmd/chainsimulator/config/nodeOverrideDefault.toml @@ -8,5 +8,6 @@ OverridableConfigTomlValues = [ # the folowing 3 lines will disable the web antiflooding (useful to send a large transaction batch to the chain simulator) { File = "config.toml", Path = "WebServerAntiflood.WebServerAntifloodEnabled", Value = false}, { File = "config.toml", Path = "WebServerAntiflood.SimultaneousRequests", Value = 100000}, - { File = "config.toml", Path = "WebServerAntiflood.SameSourceRequests", Value = 1000000} + { File = "config.toml", Path = "WebServerAntiflood.SameSourceRequests", Value = 1000000}, + { File = "enableEpochs.toml", Path = "EnableEpochs.StakingV2EnableEpoch", Value = 0} ]