From ebdfeda20afe82c35c5d697f98f058fc40423df3 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 3 Jun 2024 07:58:00 +0200 Subject: [PATCH] open websockets --- erigon-mainnet.yml | 1 + erigon-sepolia.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/erigon-mainnet.yml b/erigon-mainnet.yml index 2592168c..9d91efaa 100644 --- a/erigon-mainnet.yml +++ b/erigon-mainnet.yml @@ -47,6 +47,7 @@ services: --beacon.api=beacon,builder,debug,lighthouse,node,validator,config --rpc.returndata.limit=1100000 --rpc.gascap=5000000000 + --ws.port=8545 --ws restart: unless-stopped stop_grace_period: 1m diff --git a/erigon-sepolia.yml b/erigon-sepolia.yml index be66415f..00b4e966 100644 --- a/erigon-sepolia.yml +++ b/erigon-sepolia.yml @@ -47,6 +47,7 @@ services: --beacon.api=beacon,builder,debug,lighthouse,node,validator,config --rpc.returndata.limit=1100000 --rpc.gascap=5000000000 + --ws.port=8545 --ws restart: unless-stopped stop_grace_period: 1m