Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f6ca383ac |
26
main_configs/rpc-us-40.yaml
Normal file
26
main_configs/rpc-us-40.yaml
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
upstreams:
|
||||||
|
- id: us-40-linea-mainnet-geth
|
||||||
|
labels:
|
||||||
|
provider: local
|
||||||
|
connection:
|
||||||
|
generic:
|
||||||
|
rpc:
|
||||||
|
url: http://linea-mainnet-geth:8545
|
||||||
|
ws:
|
||||||
|
frameSize: 20Mb
|
||||||
|
msgSize: 50Mb
|
||||||
|
url: ws://linea-mainnet-geth:8545
|
||||||
|
chain: linea
|
||||||
|
method-groups:
|
||||||
|
enabled:
|
||||||
|
- debug
|
||||||
|
- filter
|
||||||
|
methods:
|
||||||
|
disabled:
|
||||||
|
- name: debug_traceBlockByHash
|
||||||
|
# pruned geth lacks the state to serve eth_getProof; the drpc gateway
|
||||||
|
# probes it and marks the whole upstream unavailable on "header not
|
||||||
|
# found" (especially while catching up after a restart).
|
||||||
|
- name: eth_getProof
|
||||||
|
enabled:
|
||||||
|
- name: txpool_content
|
||||||
Reference in New Issue
Block a user