add the erigon beacon api to dshackle yaj
This commit is contained in:
25
erigon-holesky.cfg
Normal file
25
erigon-holesky.cfg
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
- 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-holesky
|
||||||
|
connection:
|
||||||
|
generic:
|
||||||
|
rpc:
|
||||||
|
url: "${RPC_URL}"
|
||||||
@@ -25,6 +25,9 @@ services:
|
|||||||
--caplin.backfilling
|
--caplin.backfilling
|
||||||
--caplin.backfilling.blob
|
--caplin.backfilling.blob
|
||||||
--caplin.backfilling.blob.no-pruning
|
--caplin.backfilling.blob.no-pruning
|
||||||
|
--beacon.api.port=8545
|
||||||
|
--beacon.api.addr=0.0.0.0
|
||||||
|
--beacon.api.cors.allow-origins=*
|
||||||
--port=15432
|
--port=15432
|
||||||
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060
|
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060
|
||||||
--private.api.addr=0.0.0.0:9090
|
--private.api.addr=0.0.0.0:9090
|
||||||
@@ -41,7 +44,7 @@ services:
|
|||||||
--http.vhosts=*
|
--http.vhosts=*
|
||||||
--http.corsdomain=*
|
--http.corsdomain=*
|
||||||
--http.api=eth,erigon,web3,net,debug,trace,txpool
|
--http.api=eth,erigon,web3,net,debug,trace,txpool
|
||||||
--beacon.api=beacon,builder,config,debug,node,validator,lighthouse
|
--beacon.api=beacon,builder,debug,lighthouse
|
||||||
--rpc.returndata.limit=1100000
|
--rpc.returndata.limit=1100000
|
||||||
--rpc.gascap=5000000000
|
--rpc.gascap=5000000000
|
||||||
--ws
|
--ws
|
||||||
|
|||||||
Reference in New Issue
Block a user