From b4d46b5669cfd186802a2be561de0179e1346257 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Fri, 24 May 2024 10:03:44 +0200 Subject: [PATCH] add the erigon beacon api to dshackle yaj --- erigon-holesky.cfg | 25 +++++++++++++++++++++++++ erigon-holesky.yml | 5 ++++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 erigon-holesky.cfg diff --git a/erigon-holesky.cfg b/erigon-holesky.cfg new file mode 100644 index 00000000..27a0348a --- /dev/null +++ b/erigon-holesky.cfg @@ -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}" diff --git a/erigon-holesky.yml b/erigon-holesky.yml index b3674ff8..a549c960 100644 --- a/erigon-holesky.yml +++ b/erigon-holesky.yml @@ -25,6 +25,9 @@ services: --caplin.backfilling --caplin.backfilling.blob --caplin.backfilling.blob.no-pruning + --beacon.api.port=8545 + --beacon.api.addr=0.0.0.0 + --beacon.api.cors.allow-origins=* --port=15432 --metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --private.api.addr=0.0.0.0:9090 @@ -41,7 +44,7 @@ services: --http.vhosts=* --http.corsdomain=* --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.gascap=5000000000 --ws