claude code did this

This commit is contained in:
Para Dox
2025-05-24 22:32:46 +07:00
parent d246befaea
commit 25b2310699
5 changed files with 607 additions and 0 deletions

View File

@@ -58,7 +58,10 @@ services:
- NETHERMIND_INITCONFIG_WEBSOCKETSENABLED=true
- NETHERMIND_JSONRPCCONFIG_ENABLED=true
- NETHERMIND_JSONRPCCONFIG_ENABLEDMODULES=[Eth,Subscribe,TxPool,Web3,Personal,Proof,Net,Parity,Health,Rpc,Debug,Admin,Traces]
- NETHERMIND_JSONRPCCONFIG_ENGINEHOST=0.0.0.0
- NETHERMIND_JSONRPCCONFIG_ENGINEPORT=8551
- NETHERMIND_JSONRPCCONFIG_HOST=0.0.0.0
- NETHERMIND_JSONRPCCONFIG_JWTSECRETFILE=/jwtsecret
- NETHERMIND_JSONRPCCONFIG_PORT=8545
- NETHERMIND_JSONRPCCONFIG_WEBSOCKETSPORT=8545
- NETHERMIND_METRICSCONFIG_EXPOSEPORT=9091