open websockets
This commit is contained in:
@@ -53,6 +53,7 @@ services:
|
|||||||
--rpc.returndata.limit=1000000
|
--rpc.returndata.limit=1000000
|
||||||
--rpc.gascap=5000000000
|
--rpc.gascap=5000000000
|
||||||
--ws
|
--ws
|
||||||
|
--ws.port=8545
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
27
erigon-linea.cfg
Normal file
27
erigon-linea.cfg
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
- id: ${ID}
|
||||||
|
chain: ${CHAIN}
|
||||||
|
labels:
|
||||||
|
provider: ${PROVIDER}
|
||||||
|
method-groups:
|
||||||
|
enabled:
|
||||||
|
- debug
|
||||||
|
- filter
|
||||||
|
methods:
|
||||||
|
enabled:
|
||||||
|
- name: txpool_content
|
||||||
|
connection:
|
||||||
|
generic:
|
||||||
|
rpc:
|
||||||
|
url: "${RPC_URL}"
|
||||||
|
ws:
|
||||||
|
frameSize: 20Mb
|
||||||
|
msgSize: 50Mb
|
||||||
|
url: "${WS_URL}"
|
||||||
|
- id: ${ID}-beacon-chain
|
||||||
|
chain: eth-beacon-chain
|
||||||
|
labels:
|
||||||
|
provider: ${PROVIDER}-beacon-chain
|
||||||
|
connection:
|
||||||
|
generic:
|
||||||
|
rpc:
|
||||||
|
url: "${RPC_URL}"
|
||||||
@@ -53,6 +53,7 @@ services:
|
|||||||
--rpc.returndata.limit=1000000
|
--rpc.returndata.limit=1000000
|
||||||
--rpc.gascap=5000000000
|
--rpc.gascap=5000000000
|
||||||
--ws
|
--ws
|
||||||
|
--ws.port=8545
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
Reference in New Issue
Block a user