add the erigon beacon api to dshackle yaj

This commit is contained in:
Sebastian
2024-05-24 10:03:44 +02:00
parent 852c77088d
commit b4d46b5669
2 changed files with 29 additions and 1 deletions

25
erigon-holesky.cfg Normal file
View 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}"