This commit is contained in:
squidbear
2025-03-30 07:44:00 +02:00
parent bf98fd35ff
commit 4d431ad75d
2 changed files with 2 additions and 3 deletions

View File

@@ -3,7 +3,6 @@ NetworkId = 1115
NoPruning = false NoPruning = false
NoPrefetch = false NoPrefetch = false
LightPeers = 100 LightPeers = 100
UltraLightFraction = 75
TrieTimeout = 100000000000 TrieTimeout = 100000000000
EnablePreimageRecording = false EnablePreimageRecording = false
EWASMInterpreter = "" EWASMInterpreter = ""
@@ -14,7 +13,6 @@ GasFloor = 30000000
GasCeil = 40000000 GasCeil = 40000000
GasPrice = 1000000000 GasPrice = 1000000000
Recommit = 10000000000 Recommit = 10000000000
Noverify = false
[Eth.TxPool] [Eth.TxPool]
Locals = [] Locals = []

View File

@@ -36,7 +36,8 @@ HTTPPort = 8545
HTTPVirtualHosts = ["*"] HTTPVirtualHosts = ["*"]
HTTPModules = ["eth", "net", "web3", "txpool", "satoshi"] HTTPModules = ["eth", "net", "web3", "txpool", "satoshi"]
WSPort = 8545 WSPort = 8545
WSModules = ["eth", "net", "web3", "txpool", satoshi"] WSModules = ["eth", "net", "web3", "txpool", "satoshi"]
[Node.P2P] [Node.P2P]
MaxPeers = 30 MaxPeers = 30
NoDiscovery = false NoDiscovery = false