correct network names

This commit is contained in:
squidbear
2025-03-31 07:30:53 +02:00
parent bf867d6b1a
commit 04d13fa4ea
12 changed files with 992 additions and 0 deletions

View File

@@ -0,0 +1,66 @@
loggingId: <YOUR_LOGGINGID>
# debug | info | note | warning | error
logLevel:
/: warn
dataDir: /datadir
key:
GenesisCommPath: /config/fastpath/pala/genesis_comm_info.json
KeyStorePath: /keystore
alterCommPath: /config/fastpath/pala/r2_comm_info.json
# masterCert: /keystore/master_cert.pem
pala:
fromGenesis: true
bootnode:
trusted:
- boot-public-testnet.thundercore.com:8888
isFullNode: true
rpc:
http:
hostname: 0.0.0.0
port: 8545
modules:
- eth
- thunder
- net
- web3
ws:
hostname: 0.0.0.0
origins: '*'
port: 8545
modules:
- eth
- thunder
- net
- web3
maxDelayBlock: 120
suspendBuffer: 60s
logs:
blockRange: 172800
logRequests: True
chain:
chainID: 18
genesis: /config/genesis.json
initialSupply: 1E+29
snapshotCache: 0
accel:
txpool:
PriceLimit: 1 # 1 ella
AccountSlots: 1024
AccountQueue: 4096
GlobalSlots: 50000
GlobalQueue: 10000
Lifetime: 180s
EvictionInterval: 12s
blockmaker:
TimePerBlock: 1s
TxPerBlockLimit: -1
eth:
txLookupLimit: 0
metrics:
address: 0.0.0.0:9201
profiling:
enable: false
port: 9998
resourceMonitor:
enable: true
interval: 10s