some tweaks for blast archive
This commit is contained in:
27
dshackle/config/de-1-erigon.yaml
Normal file
27
dshackle/config/de-1-erigon.yaml
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
upstreams:
|
||||||
|
- id: de-1-erigon
|
||||||
|
chain: ethereum
|
||||||
|
labels:
|
||||||
|
provider: stakesquid-de-1-erigon
|
||||||
|
priority: 100
|
||||||
|
methods:
|
||||||
|
enabled:
|
||||||
|
# Manually Enabled
|
||||||
|
- name: trace_block
|
||||||
|
- name: trace_call
|
||||||
|
- name: trace_callMany
|
||||||
|
- name: trace_filter
|
||||||
|
- name: trace_get
|
||||||
|
- name: trace_transaction
|
||||||
|
disabled:
|
||||||
|
- name: eth_chainId
|
||||||
|
- name: eth_chainID
|
||||||
|
- name: eth_chainid
|
||||||
|
connection:
|
||||||
|
ethereum:
|
||||||
|
rpc:
|
||||||
|
url: "https://rpc-de-1.stakesquid.eu/erigon"
|
||||||
|
ws:
|
||||||
|
frameSize: 20Mb
|
||||||
|
msgSize: 50Mb
|
||||||
|
url: "wss://rpc-de-1.stakesquid.eu/erigon"
|
||||||
44
dshackle/config/de-4-mainnet.yaml
Normal file
44
dshackle/config/de-4-mainnet.yaml
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
upstreams:
|
||||||
|
- id: de-4-mainnet
|
||||||
|
chain: ethereum
|
||||||
|
labels:
|
||||||
|
provider: stakesquid-de-4-mainnet
|
||||||
|
priority: 120
|
||||||
|
methods:
|
||||||
|
enabled:
|
||||||
|
# Manually Enabled
|
||||||
|
- name: eth_chainid
|
||||||
|
- name: eth_chainId
|
||||||
|
- name: eth_chainID
|
||||||
|
disabled:
|
||||||
|
- name: eth_blockNumber
|
||||||
|
- name: eth_call
|
||||||
|
- name: eth_estimateGas
|
||||||
|
- name: eth_feeHistory
|
||||||
|
- name: eth_gasPrice
|
||||||
|
- name: eth_getBalance
|
||||||
|
- name: eth_getBlockByHash
|
||||||
|
- name: eth_getBlockByNumber
|
||||||
|
- name: eth_getBlockTransactionCountByHash
|
||||||
|
- name: eth_getBlockTransactionCountByNumber
|
||||||
|
- name: eth_getCode
|
||||||
|
- name: eth_getLogs
|
||||||
|
- name: eth_getStorageAt
|
||||||
|
- name: eth_getTransactionByBlockHashAndIndex
|
||||||
|
- name: eth_getTransactionByBlockNumberAndIndex
|
||||||
|
- name: eth_getTransactionByHash
|
||||||
|
- name: eth_getTransactionCount
|
||||||
|
- name: eth_getTransactionReceipt
|
||||||
|
- name: eth_getUncleByBlockHashAndIndex
|
||||||
|
- name: eth_getUncleByBlockNumberAndIndex
|
||||||
|
- name: eth_getUncleCountByBlockHash
|
||||||
|
- name: eth_getUncleCountByBlockNumber
|
||||||
|
- name: eth_sendRawTransaction
|
||||||
|
connection:
|
||||||
|
ethereum:
|
||||||
|
rpc:
|
||||||
|
url: "https://rpc-de-4.stakesquid.eu/mainnet"
|
||||||
|
ws:
|
||||||
|
frameSize: 20Mb
|
||||||
|
msgSize: 50Mb
|
||||||
|
url: "wss://rpc-de-4.stakesquid.eu/mainnet"
|
||||||
@@ -37,6 +37,11 @@ proxy:
|
|||||||
- id: eth
|
- id: eth
|
||||||
blockchain: ethereum
|
blockchain: ethereum
|
||||||
|
|
||||||
|
accessLog:
|
||||||
|
enabled: true
|
||||||
|
include-messages: true
|
||||||
|
filename: /logs/access_log.jsonl
|
||||||
|
|
||||||
cluster:
|
cluster:
|
||||||
defaults:
|
defaults:
|
||||||
- chains:
|
- chains:
|
||||||
@@ -49,16 +54,19 @@ cluster:
|
|||||||
#- "geth.yaml"
|
#- "geth.yaml"
|
||||||
#- "nethermind.yaml"
|
#- "nethermind.yaml"
|
||||||
#- "erigon.yaml"
|
#- "erigon.yaml"
|
||||||
|
- "de-1-erigon.yaml"
|
||||||
|
- "fi-1-erigon.yaml"
|
||||||
|
#- "de-4-mainnet.yaml"
|
||||||
# Freemium Nodes
|
# Freemium Nodes
|
||||||
- "alchemy.yaml"
|
#- "alchemy.yaml"
|
||||||
- "anyblock.yaml"
|
#- "anyblock.yaml"
|
||||||
- "chainstack.yaml"
|
#- "chainstack.yaml"
|
||||||
- "coinbase.yaml"
|
#- "coinbase.yaml"
|
||||||
- "infura.yaml"
|
- "infura.yaml"
|
||||||
- "quicknode.yaml"
|
#- "quicknode.yaml"
|
||||||
- "rivet.yaml"
|
#- "rivet.yaml"
|
||||||
# Public Nodes
|
# Public Nodes
|
||||||
- "cloudflare.yaml"
|
#- "cloudflare.yaml"
|
||||||
- "avado.yaml"
|
#- "avado.yaml"
|
||||||
- "ankr.yaml"
|
#- "ankr.yaml"
|
||||||
|
|
||||||
|
|||||||
27
dshackle/config/fi-1-erigon.yaml
Normal file
27
dshackle/config/fi-1-erigon.yaml
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
upstreams:
|
||||||
|
- id: fi-1-erigon
|
||||||
|
chain: ethereum
|
||||||
|
labels:
|
||||||
|
provider: stakesquid-fi-1-erigon
|
||||||
|
priority: 100
|
||||||
|
methods:
|
||||||
|
enabled:
|
||||||
|
# Manually Enabled
|
||||||
|
- name: trace_block
|
||||||
|
- name: trace_call
|
||||||
|
- name: trace_callMany
|
||||||
|
- name: trace_filter
|
||||||
|
- name: trace_get
|
||||||
|
- name: trace_transaction
|
||||||
|
disabled:
|
||||||
|
- name: eth_chainId
|
||||||
|
- name: eth_chainID
|
||||||
|
- name: eth_chainid
|
||||||
|
connection:
|
||||||
|
ethereum:
|
||||||
|
rpc:
|
||||||
|
url: "https://rpc-fi-1.stakesquid.eu/erigon"
|
||||||
|
ws:
|
||||||
|
frameSize: 20Mb
|
||||||
|
msgSize: 50Mb
|
||||||
|
url: "wss://rpc-fi-1.stakesquid.eu/erigon"
|
||||||
Reference in New Issue
Block a user