"This is intended for regression testing tools and app development. Equivalent to -chain=regtest.",ArgsManager::ALLOW_ANY|ArgsManager::DEBUG_ONLY,OptionsCategory::CHAINPARAMS);
argsman.AddArg("-segwitheight=<n>","Set the activation height of segwit. -1 to disable. (regtest-only)",ArgsManager::ALLOW_ANY|ArgsManager::DEBUG_ONLY,OptionsCategory::DEBUG_TEST);
argsman.AddArg("-testnet","Use the test chain. Equivalent to -chain=test.",ArgsManager::ALLOW_ANY,OptionsCategory::CHAINPARAMS);
argsman.AddArg("-vbparams=deployment:start:end","Use given start/end times for specified version bits deployment (regtest-only)",ArgsManager::ALLOW_ANY|ArgsManager::DEBUG_ONLY,OptionsCategory::CHAINPARAMS);
argsman.AddArg("-signet","Use the signet chain. Equivalent to -chain=signet. Note that the network is defined by the -signetchallenge parameter",ArgsManager::ALLOW_ANY,OptionsCategory::CHAINPARAMS);
argsman.AddArg("-signetchallenge","Blocks must satisfy the given script to be considered valid (only for signet networks; defaults to the global default signet test network challenge)",ArgsManager::ALLOW_STRING,OptionsCategory::CHAINPARAMS);
argsman.AddArg("-signetseednode","Specify a seed node for the signet network, in the hostname[:port] format, e.g. sig.net:1234 (may be used multiple times to specify multiple seed nodes; defaults to the global default signet test network seed node(s))",ArgsManager::ALLOW_STRING,OptionsCategory::CHAINPARAMS);