fix
This commit is contained in:
@@ -79,4 +79,27 @@ services:
|
||||
|
||||
volumes:
|
||||
ethereum-holesky-geth-pruned-pebble-path:
|
||||
ethereum-holesky-geth-pruned-pebble-path_prysm:
|
||||
ethereum-holesky-geth-pruned-pebble-path_prysm:
|
||||
|
||||
|
||||
upstreams:
|
||||
- id: ${ID}
|
||||
chain: ${CHAIN}
|
||||
labels:
|
||||
provider: ${PROVIDER}
|
||||
method-groups:
|
||||
enabled:
|
||||
- debug
|
||||
- filter
|
||||
methods:
|
||||
disabled:
|
||||
- name: debug_traceBlockByHash
|
||||
connection:
|
||||
generic:
|
||||
rpc:
|
||||
url: "${RPC_URL}"
|
||||
ws:
|
||||
frameSize: 20Mb
|
||||
msgSize: 50Mb
|
||||
url: "${WS_URL}"
|
||||
|
||||
@@ -79,4 +79,27 @@ services:
|
||||
|
||||
volumes:
|
||||
ethereum-mainnet-geth-pruned-pebble-path:
|
||||
ethereum-mainnet-geth-pruned-pebble-path_prysm:
|
||||
ethereum-mainnet-geth-pruned-pebble-path_prysm:
|
||||
|
||||
|
||||
upstreams:
|
||||
- id: ${ID}
|
||||
chain: ${CHAIN}
|
||||
labels:
|
||||
provider: ${PROVIDER}
|
||||
method-groups:
|
||||
enabled:
|
||||
- debug
|
||||
- filter
|
||||
methods:
|
||||
disabled:
|
||||
- name: debug_traceBlockByHash
|
||||
connection:
|
||||
generic:
|
||||
rpc:
|
||||
url: "${RPC_URL}"
|
||||
ws:
|
||||
frameSize: 20Mb
|
||||
msgSize: 50Mb
|
||||
url: "${WS_URL}"
|
||||
|
||||
@@ -79,4 +79,27 @@ services:
|
||||
|
||||
volumes:
|
||||
ethereum-sepolia-geth-pruned-pebble-path:
|
||||
ethereum-sepolia-geth-pruned-pebble-path_prysm:
|
||||
ethereum-sepolia-geth-pruned-pebble-path_prysm:
|
||||
|
||||
|
||||
upstreams:
|
||||
- id: ${ID}
|
||||
chain: ${CHAIN}
|
||||
labels:
|
||||
provider: ${PROVIDER}
|
||||
method-groups:
|
||||
enabled:
|
||||
- debug
|
||||
- filter
|
||||
methods:
|
||||
disabled:
|
||||
- name: debug_traceBlockByHash
|
||||
connection:
|
||||
generic:
|
||||
rpc:
|
||||
url: "${RPC_URL}"
|
||||
ws:
|
||||
frameSize: 20Mb
|
||||
msgSize: 50Mb
|
||||
url: "${WS_URL}"
|
||||
|
||||
Reference in New Issue
Block a user