move ws port to http port
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user