move ws to it's own port

This commit is contained in:
Sebastian
2023-09-21 09:13:34 +02:00
parent cd6f6b06cd
commit 85464ece1b
2 changed files with 11 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ SequencerNodeURI = "https://zkevm-rpc.com"
EnableL2SuggestedGasPricePolling = false
[RPC.WebSockets]
Enabled = true
Port = 8545
Port = 8546
[Synchronizer]
SyncInterval = "2s"