move ws port to http port

This commit is contained in:
squidbear
2025-03-31 05:50:56 +02:00
parent 91f4c21573
commit bede49b624

View File

@@ -26,7 +26,7 @@ rpc:
ws: ws:
hostname: 0.0.0.0 hostname: 0.0.0.0
origins: '*' origins: '*'
port: 8546 port: 8545
modules: modules:
- eth - eth
- thunder - thunder
@@ -65,4 +65,4 @@ profiling:
port: 9998 port: 9998
resourceMonitor: resourceMonitor:
enable: true enable: true
interval: 10s interval: 10s