This commit is contained in:
squidbear
2025-03-31 07:16:21 +02:00
parent 6d1f2ff816
commit 0dad48e9bd
3 changed files with 16 additions and 21 deletions

View File

@@ -4,9 +4,9 @@ logLevel:
/: warn
dataDir: /datadir
key:
GenesisCommPath: /config/fastpath/pala/genesis_comm_info.json
GenesisCommPath: /config/genesis_comm_info.json
KeyStorePath: /keystore
alterCommPath: /config/fastpath/pala/r2_comm_info.json
alterCommPath: /config/r2_comm_info.json
# masterCert: /keystore/master_cert.pem
pala:
fromGenesis: false
@@ -26,7 +26,7 @@ rpc:
ws:
hostname: 0.0.0.0
origins: '*'
port: 8546
port: 8545
modules:
- eth
- thunder
@@ -55,8 +55,6 @@ accel:
TimePerBlock: 1s
TxPerBlockLimit: -1
eth:
logFile: /logs/thunder.eth.log
logFilter: "trie=4,state=4"
txLookupLimit: 0
metrics:
address: 0.0.0.0:9201

View File

@@ -55,8 +55,6 @@ accel:
TimePerBlock: 1s
TxPerBlockLimit: -1
eth:
logFile: /logs/thunder.eth.log
logFilter: "trie=4,state=4"
txLookupLimit: 0
metrics:
address: 0.0.0.0:9201