File tree Expand file tree Collapse file tree
multiversx_sdk_cli/localnet Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33from multiversx_sdk_cli .localnet .config_general import General
44from multiversx_sdk_cli .localnet .config_networking import Networking
5- from multiversx_sdk_cli .localnet .config_sharding import (Metashard ,
6- RegularShards )
7- from multiversx_sdk_cli .localnet .config_software import (Software ,
8- SoftwareChainGo ,
9- SoftwareChainProxyGo ,
10- SoftwareResolution )
5+ from multiversx_sdk_cli .localnet .config_sharding import Metashard , RegularShards
6+ from multiversx_sdk_cli .localnet .config_software import (
7+ Software ,
8+ SoftwareChainGo ,
9+ SoftwareChainProxyGo ,
10+ SoftwareResolution ,
11+ )
1112
1213general = General (
1314 log_level = "*:DEBUG" ,
Original file line number Diff line number Diff line change 88)
99
1010# See https://github.com/multiversx/mx-chain-go/blob/master/cmd/node/config/config.toml.
11- ROUNDS_PER_EPOCH_TO_MIN_ROUNDS_BETWEEN_EPOCHS_RATIO = 5
11+ ROUNDS_PER_EPOCH_TO_MIN_ROUNDS_BETWEEN_EPOCHS_RATIO = 4
You can’t perform that action at this time.
0 commit comments