diff --git a/core-chain/testnet/config.toml b/core-chain/testnet/config.toml index 637754f8..319439bb 100644 --- a/core-chain/testnet/config.toml +++ b/core-chain/testnet/config.toml @@ -3,7 +3,6 @@ NetworkId = 1115 NoPruning = false NoPrefetch = false LightPeers = 100 -UltraLightFraction = 75 TrieTimeout = 100000000000 EnablePreimageRecording = false EWASMInterpreter = "" @@ -14,7 +13,6 @@ GasFloor = 30000000 GasCeil = 40000000 GasPrice = 1000000000 Recommit = 10000000000 -Noverify = false [Eth.TxPool] Locals = [] diff --git a/core-chain/testnet2/config.toml b/core-chain/testnet2/config.toml index efd3ad55..2991b790 100644 --- a/core-chain/testnet2/config.toml +++ b/core-chain/testnet2/config.toml @@ -36,7 +36,8 @@ HTTPPort = 8545 HTTPVirtualHosts = ["*"] HTTPModules = ["eth", "net", "web3", "txpool", "satoshi"] WSPort = 8545 -WSModules = ["eth", "net", "web3", "txpool", satoshi"] +WSModules = ["eth", "net", "web3", "txpool", "satoshi"] + [Node.P2P] MaxPeers = 30 NoDiscovery = false