From 2d045e22ccd5f1b9294582aa4f01ddb9b57563b0 Mon Sep 17 00:00:00 2001 From: jp-imx <109574657+jp-imx@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:07:52 +1000 Subject: [PATCH] Delete custom-config.toml Delete file used for testing. --- custom-config.toml | 79 ---------------------------------------------- 1 file changed, 79 deletions(-) delete mode 100644 custom-config.toml diff --git a/custom-config.toml b/custom-config.toml deleted file mode 100644 index ca88003902..0000000000 --- a/custom-config.toml +++ /dev/null @@ -1,79 +0,0 @@ -[Eth] -NetworkId = 15003 -SyncMode = "full" -EthDiscoveryURLs = [] -SnapDiscoveryURLs = [] -NoPruning = true -NoPrefetch = false -TxLookupLimit = 2350000 -TransactionHistory = 2350000 -StateScheme = "hash" -DatabaseCache = 512 -DatabaseFreezer = "" -TrieCleanCache = 256 -TrieDirtyCache = 256 -TrieTimeout = 3600000000000 -SnapshotCache = 0 -Preimages = false -FilterLogCacheSize = 32 -EnablePreimageRecording = false -RPCGasCap = 50000000 -RPCEVMTimeout = 5000000000 -RPCTxFeeCap = 0e+00 - -[Eth.Miner] -GasCeil = 30000000 -GasPrice = 10000000000 -Recommit = 999999999000000000 -NewPayloadTimeout = 2000000000 - -[Eth.TxPool] -Locals = [] -NoLocals = true -Journal = "transactions.rlp" -Rejournal = 3600000000000 -PriceLimit = 10000000000 -PriceBump = 10 -AccountSlots = 16 -GlobalSlots = 5120 -AccountQueue = 64 -GlobalQueue = 1024 -Lifetime = 3600000000000 - -[Eth.BlobPool] -Datadir = "blobpool" -Datacap = 1 -PriceBump = 100 - -[Eth.GPO] -Blocks = 120 -Percentile = 60 -MaxHeaderHistory = 1024 -MaxBlockHistory = 1024 -MaxPrice = 500000000000 -IgnorePrice = 2 - -[Node] -DataDir = "" -IPCPath = "geth.ipc" -HTTPHost = "" -HTTPModules = [] -WSHost = "" -WSModules = [] -AllowUnprotectedTxs = true - -[Node.P2P] -MaxPeers = 100 -NoDiscovery = false -BootstrapNodes = [] -StaticNodes = [] -TrustedNodes = [] -ListenAddr = "" -DiscAddr = "" -EnableMsgEvents = false - -[Node.HTTPTimeouts] -ReadTimeout = 0 -ReadHeaderTimeout = 0 -WriteTimeout = 0 -IdleTimeout = 0