prevent the bug
This commit is contained in:
33
erigon-gnosis-fullnode.cfg
Normal file
33
erigon-gnosis-fullnode.cfg
Normal file
@@ -0,0 +1,33 @@
|
||||
upstreams:
|
||||
- id: ${ID}
|
||||
chain: ${CHAIN}
|
||||
labels:
|
||||
provider: ${PROVIDER}
|
||||
archive: false
|
||||
client_type: erigon
|
||||
method-groups:
|
||||
enable:
|
||||
- trace
|
||||
- debug
|
||||
methods:
|
||||
enabled:
|
||||
- name: erigon_forks
|
||||
- name: erigon_getBalanceChangesInBlock
|
||||
- name: erigon_getBlockByTimestamp
|
||||
- name: erigon_getHeaderByHash
|
||||
- name: erigon_getHeaderByNumber
|
||||
- name: erigon_getLogs
|
||||
- name: erigon_getLogsByHash
|
||||
- name: erigon_issuance
|
||||
disabled:
|
||||
- name: eth_getLogs
|
||||
- name: eth_getTransactionReceipt
|
||||
connection:
|
||||
ethereum-pos:
|
||||
execution:
|
||||
rpc:
|
||||
url: "${RPC_URL}"
|
||||
ws:
|
||||
frameSize: 20Mb
|
||||
msgSize: 50Mb
|
||||
url: "${WS_URL}"
|
||||
Reference in New Issue
Block a user