diff --git a/ethereum/geth/ethereum-holesky-geth-pruned-pebble-path.yml b/ethereum/geth/ethereum-holesky-geth-pruned-pebble-path.yml index 9044e769..3acd9b64 100644 --- a/ethereum/geth/ethereum-holesky-geth-pruned-pebble-path.yml +++ b/ethereum/geth/ethereum-holesky-geth-pruned-pebble-path.yml @@ -79,4 +79,27 @@ services: volumes: ethereum-holesky-geth-pruned-pebble-path: - ethereum-holesky-geth-pruned-pebble-path_prysm: \ No newline at end of file + 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}" + \ No newline at end of file diff --git a/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml b/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml index 05c96672..8aef663e 100644 --- a/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml +++ b/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml @@ -79,4 +79,27 @@ services: volumes: ethereum-mainnet-geth-pruned-pebble-path: - ethereum-mainnet-geth-pruned-pebble-path_prysm: \ No newline at end of file + 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}" + \ No newline at end of file diff --git a/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml b/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml index a69bccb8..9cc4199a 100644 --- a/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml +++ b/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml @@ -79,4 +79,27 @@ services: volumes: ethereum-sepolia-geth-pruned-pebble-path: - ethereum-sepolia-geth-pruned-pebble-path_prysm: \ No newline at end of file + 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}" + \ No newline at end of file diff --git a/fraxtal/op-geth/fraxtal-mainnet-op-geth-archive-leveldb-hash.yml b/fraxtal/op-geth/fraxtal-mainnet-op-geth-archive-leveldb-hash.yml index 4e28a41f..a62c0e36 100644 --- a/fraxtal/op-geth/fraxtal-mainnet-op-geth-archive-leveldb-hash.yml +++ b/fraxtal/op-geth/fraxtal-mainnet-op-geth-archive-leveldb-hash.yml @@ -106,4 +106,26 @@ services: - chains volumes: - fraxtal-mainnet-op-geth-archive-leveldb-hash: \ No newline at end of file + fraxtal-mainnet-op-geth-archive-leveldb-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/fraxtal/op-geth/fraxtal-mainnet-op-geth-pruned-pebble-path.yml b/fraxtal/op-geth/fraxtal-mainnet-op-geth-pruned-pebble-path.yml index 05117fe3..3444d4cb 100644 --- a/fraxtal/op-geth/fraxtal-mainnet-op-geth-pruned-pebble-path.yml +++ b/fraxtal/op-geth/fraxtal-mainnet-op-geth-pruned-pebble-path.yml @@ -106,4 +106,26 @@ services: - chains volumes: - fraxtal-mainnet-op-geth-pruned-pebble-path: \ No newline at end of file + fraxtal-mainnet-op-geth-pruned-pebble-path: + +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}" + \ No newline at end of file diff --git a/fraxtal/op-geth/fraxtal-testnet-op-geth-archive-leveldb-hash.yml b/fraxtal/op-geth/fraxtal-testnet-op-geth-archive-leveldb-hash.yml index 0f5be3eb..4dcf8c9f 100644 --- a/fraxtal/op-geth/fraxtal-testnet-op-geth-archive-leveldb-hash.yml +++ b/fraxtal/op-geth/fraxtal-testnet-op-geth-archive-leveldb-hash.yml @@ -106,4 +106,26 @@ services: - chains volumes: - fraxtal-testnet-op-geth-archive-leveldb-hash: \ No newline at end of file + fraxtal-testnet-op-geth-archive-leveldb-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/fraxtal/op-geth/fraxtal-testnet-op-geth-pruned-pebble-path.yml b/fraxtal/op-geth/fraxtal-testnet-op-geth-pruned-pebble-path.yml index 3e1a18da..83b9b7e6 100644 --- a/fraxtal/op-geth/fraxtal-testnet-op-geth-pruned-pebble-path.yml +++ b/fraxtal/op-geth/fraxtal-testnet-op-geth-pruned-pebble-path.yml @@ -106,4 +106,26 @@ services: - chains volumes: - fraxtal-testnet-op-geth-pruned-pebble-path: \ No newline at end of file + fraxtal-testnet-op-geth-pruned-pebble-path: + +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}" + \ No newline at end of file diff --git a/op/geth/base-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/base-mainnet-op-geth-archive-leveldb-hash.yml index d51d7369..3038555d 100644 --- a/op/geth/base-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/base-mainnet-op-geth-archive-leveldb-hash.yml @@ -105,4 +105,26 @@ services: - chains volumes: - base-mainnet-op-geth-archive-leveldb-hash: \ No newline at end of file + base-mainnet-op-geth-archive-leveldb-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/op/geth/base-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/base-mainnet-op-geth-pruned-pebble-path.yml index 8ac16a5b..f2e8f19d 100644 --- a/op/geth/base-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/base-mainnet-op-geth-pruned-pebble-path.yml @@ -105,4 +105,26 @@ services: - chains volumes: - base-mainnet-op-geth-pruned-pebble-path: \ No newline at end of file + base-mainnet-op-geth-pruned-pebble-path: + +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}" + \ No newline at end of file diff --git a/op/geth/base-sepolia-op-geth-archive-leveldb-hash.yml b/op/geth/base-sepolia-op-geth-archive-leveldb-hash.yml index 0a31c3f2..4356d479 100644 --- a/op/geth/base-sepolia-op-geth-archive-leveldb-hash.yml +++ b/op/geth/base-sepolia-op-geth-archive-leveldb-hash.yml @@ -105,4 +105,26 @@ services: - chains volumes: - base-sepolia-op-geth-archive-leveldb-hash: \ No newline at end of file + base-sepolia-op-geth-archive-leveldb-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/op/geth/base-sepolia-op-geth-pruned-pebble-path.yml b/op/geth/base-sepolia-op-geth-pruned-pebble-path.yml index bb9128b0..1f5eb29c 100644 --- a/op/geth/base-sepolia-op-geth-pruned-pebble-path.yml +++ b/op/geth/base-sepolia-op-geth-pruned-pebble-path.yml @@ -105,4 +105,26 @@ services: - chains volumes: - base-sepolia-op-geth-pruned-pebble-path: \ No newline at end of file + base-sepolia-op-geth-pruned-pebble-path: + +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}" + \ No newline at end of file diff --git a/op/geth/blast-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/blast-mainnet-op-geth-archive-leveldb-hash.yml index 5ecad6fa..e7975dc8 100644 --- a/op/geth/blast-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/blast-mainnet-op-geth-archive-leveldb-hash.yml @@ -106,4 +106,26 @@ services: - chains volumes: - blast-mainnet-op-geth-archive-leveldb-hash: \ No newline at end of file + blast-mainnet-op-geth-archive-leveldb-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/op/geth/blast-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/blast-mainnet-op-geth-pruned-pebble-path.yml index 01bfa90d..74221f17 100644 --- a/op/geth/blast-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/blast-mainnet-op-geth-pruned-pebble-path.yml @@ -106,4 +106,26 @@ services: - chains volumes: - blast-mainnet-op-geth-pruned-pebble-path: \ No newline at end of file + blast-mainnet-op-geth-pruned-pebble-path: + +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}" + \ No newline at end of file diff --git a/op/geth/blast-sepolia-op-geth-pruned-pebble-hash.yml b/op/geth/blast-sepolia-op-geth-pruned-pebble-hash.yml index e98e73eb..13b6968b 100644 --- a/op/geth/blast-sepolia-op-geth-pruned-pebble-hash.yml +++ b/op/geth/blast-sepolia-op-geth-pruned-pebble-hash.yml @@ -106,4 +106,26 @@ services: - chains volumes: - blast-sepolia-op-geth-pruned-pebble-hash: \ No newline at end of file + blast-sepolia-op-geth-pruned-pebble-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/op/geth/bob-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/bob-mainnet-op-geth-archive-leveldb-hash.yml index f93b07fa..2d56ea80 100644 --- a/op/geth/bob-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/bob-mainnet-op-geth-archive-leveldb-hash.yml @@ -105,4 +105,26 @@ services: - chains volumes: - bob-mainnet-op-geth-archive-leveldb-hash: \ No newline at end of file + bob-mainnet-op-geth-archive-leveldb-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/op/geth/bob-mainnet-op-geth-archive-pebble-hash.yml b/op/geth/bob-mainnet-op-geth-archive-pebble-hash.yml index 99863d96..44620120 100644 --- a/op/geth/bob-mainnet-op-geth-archive-pebble-hash.yml +++ b/op/geth/bob-mainnet-op-geth-archive-pebble-hash.yml @@ -105,4 +105,26 @@ services: - chains volumes: - bob-mainnet-op-geth-archive-pebble-hash: \ No newline at end of file + bob-mainnet-op-geth-archive-pebble-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/op/geth/bob-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/bob-mainnet-op-geth-pruned-pebble-path.yml index 00df8c67..f5d91e30 100644 --- a/op/geth/bob-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/bob-mainnet-op-geth-pruned-pebble-path.yml @@ -105,4 +105,26 @@ services: - chains volumes: - bob-mainnet-op-geth-pruned-pebble-path: \ No newline at end of file + bob-mainnet-op-geth-pruned-pebble-path: + +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}" + \ No newline at end of file diff --git a/op/geth/boba-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/boba-mainnet-op-geth-pruned-pebble-path.yml index 7abb51cb..745259c5 100644 --- a/op/geth/boba-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/boba-mainnet-op-geth-pruned-pebble-path.yml @@ -105,4 +105,26 @@ services: - chains volumes: - boba-mainnet-op-geth-pruned-pebble-path: \ No newline at end of file + boba-mainnet-op-geth-pruned-pebble-path: + +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}" + \ No newline at end of file diff --git a/op/geth/boba-sepolia-op-geth-pruned-pebble-path.yml b/op/geth/boba-sepolia-op-geth-pruned-pebble-path.yml index 026bce79..b6b5cb1a 100644 --- a/op/geth/boba-sepolia-op-geth-pruned-pebble-path.yml +++ b/op/geth/boba-sepolia-op-geth-pruned-pebble-path.yml @@ -105,4 +105,26 @@ services: - chains volumes: - boba-sepolia-op-geth-pruned-pebble-path: \ No newline at end of file + boba-sepolia-op-geth-pruned-pebble-path: + +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}" + \ No newline at end of file diff --git a/op/geth/hashkeychain-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/hashkeychain-mainnet-op-geth-archive-leveldb-hash.yml index 80e8064e..71abb0a8 100644 --- a/op/geth/hashkeychain-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/hashkeychain-mainnet-op-geth-archive-leveldb-hash.yml @@ -105,4 +105,26 @@ services: - chains volumes: - hashkeychain-mainnet-op-geth-archive-leveldb-hash: \ No newline at end of file + hashkeychain-mainnet-op-geth-archive-leveldb-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/op/geth/hashkeychain-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/hashkeychain-mainnet-op-geth-pruned-pebble-path.yml index 045d30dd..e03e96a0 100644 --- a/op/geth/hashkeychain-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/hashkeychain-mainnet-op-geth-pruned-pebble-path.yml @@ -105,4 +105,26 @@ services: - chains volumes: - hashkeychain-mainnet-op-geth-pruned-pebble-path: \ No newline at end of file + hashkeychain-mainnet-op-geth-pruned-pebble-path: + +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}" + \ No newline at end of file diff --git a/op/geth/ink-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/ink-mainnet-op-geth-archive-leveldb-hash.yml index c5df1c77..7424bd29 100644 --- a/op/geth/ink-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/ink-mainnet-op-geth-archive-leveldb-hash.yml @@ -105,4 +105,26 @@ services: - chains volumes: - ink-mainnet-op-geth-archive-leveldb-hash: \ No newline at end of file + ink-mainnet-op-geth-archive-leveldb-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/op/geth/ink-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/ink-mainnet-op-geth-pruned-pebble-path.yml index c69b3afe..832e604d 100644 --- a/op/geth/ink-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/ink-mainnet-op-geth-pruned-pebble-path.yml @@ -105,4 +105,26 @@ services: - chains volumes: - ink-mainnet-op-geth-pruned-pebble-path: \ No newline at end of file + ink-mainnet-op-geth-pruned-pebble-path: + +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}" + \ No newline at end of file diff --git a/op/geth/ink-sepolia-op-geth-archive-leveldb-hash.yml b/op/geth/ink-sepolia-op-geth-archive-leveldb-hash.yml index 0d7f2149..bacbb0c4 100644 --- a/op/geth/ink-sepolia-op-geth-archive-leveldb-hash.yml +++ b/op/geth/ink-sepolia-op-geth-archive-leveldb-hash.yml @@ -105,4 +105,26 @@ services: - chains volumes: - ink-sepolia-op-geth-archive-leveldb-hash: \ No newline at end of file + ink-sepolia-op-geth-archive-leveldb-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/op/geth/ink-sepolia-op-geth-pruned-pebble-path.yml b/op/geth/ink-sepolia-op-geth-pruned-pebble-path.yml index 1b68973f..41bf1abd 100644 --- a/op/geth/ink-sepolia-op-geth-pruned-pebble-path.yml +++ b/op/geth/ink-sepolia-op-geth-pruned-pebble-path.yml @@ -105,4 +105,26 @@ services: - chains volumes: - ink-sepolia-op-geth-pruned-pebble-path: \ No newline at end of file + ink-sepolia-op-geth-pruned-pebble-path: + +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}" + \ No newline at end of file diff --git a/op/geth/lisk-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/lisk-mainnet-op-geth-archive-leveldb-hash.yml index dbc889d8..90642b9c 100644 --- a/op/geth/lisk-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/lisk-mainnet-op-geth-archive-leveldb-hash.yml @@ -105,4 +105,26 @@ services: - chains volumes: - lisk-mainnet-op-geth-archive-leveldb-hash: \ No newline at end of file + lisk-mainnet-op-geth-archive-leveldb-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/op/geth/lisk-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/lisk-mainnet-op-geth-pruned-pebble-path.yml index 960c9b3f..677d8b71 100644 --- a/op/geth/lisk-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/lisk-mainnet-op-geth-pruned-pebble-path.yml @@ -105,4 +105,26 @@ services: - chains volumes: - lisk-mainnet-op-geth-pruned-pebble-path: \ No newline at end of file + lisk-mainnet-op-geth-pruned-pebble-path: + +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}" + \ No newline at end of file diff --git a/op/geth/lisk-sepolia-op-geth-archive-leveldb-hash.yml b/op/geth/lisk-sepolia-op-geth-archive-leveldb-hash.yml index 33a03175..3d423b8f 100644 --- a/op/geth/lisk-sepolia-op-geth-archive-leveldb-hash.yml +++ b/op/geth/lisk-sepolia-op-geth-archive-leveldb-hash.yml @@ -105,4 +105,26 @@ services: - chains volumes: - lisk-sepolia-op-geth-archive-leveldb-hash: \ No newline at end of file + lisk-sepolia-op-geth-archive-leveldb-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/op/geth/lisk-sepolia-op-geth-pruned-pebble-path.yml b/op/geth/lisk-sepolia-op-geth-pruned-pebble-path.yml index 11cfb263..877bfb23 100644 --- a/op/geth/lisk-sepolia-op-geth-pruned-pebble-path.yml +++ b/op/geth/lisk-sepolia-op-geth-pruned-pebble-path.yml @@ -105,4 +105,26 @@ services: - chains volumes: - lisk-sepolia-op-geth-pruned-pebble-path: \ No newline at end of file + lisk-sepolia-op-geth-pruned-pebble-path: + +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}" + \ No newline at end of file diff --git a/op/geth/mantle-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/mantle-mainnet-op-geth-archive-leveldb-hash.yml index e78d1cf6..77c28596 100644 --- a/op/geth/mantle-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/mantle-mainnet-op-geth-archive-leveldb-hash.yml @@ -106,4 +106,26 @@ services: - chains volumes: - mantle-mainnet-op-geth-archive-leveldb-hash: \ No newline at end of file + mantle-mainnet-op-geth-archive-leveldb-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/op/geth/mantle-mainnet-op-geth-pruned-leveldb-hash.yml b/op/geth/mantle-mainnet-op-geth-pruned-leveldb-hash.yml index 21495878..350dfab6 100644 --- a/op/geth/mantle-mainnet-op-geth-pruned-leveldb-hash.yml +++ b/op/geth/mantle-mainnet-op-geth-pruned-leveldb-hash.yml @@ -106,4 +106,26 @@ services: - chains volumes: - mantle-mainnet-op-geth-pruned-leveldb-hash: \ No newline at end of file + mantle-mainnet-op-geth-pruned-leveldb-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/op/geth/metal-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/metal-mainnet-op-geth-archive-leveldb-hash.yml index 6400c515..7f689c75 100644 --- a/op/geth/metal-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/metal-mainnet-op-geth-archive-leveldb-hash.yml @@ -105,4 +105,26 @@ services: - chains volumes: - metal-mainnet-op-geth-archive-leveldb-hash: \ No newline at end of file + metal-mainnet-op-geth-archive-leveldb-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/op/geth/metal-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/metal-mainnet-op-geth-pruned-pebble-path.yml index 26f85d52..25eb0b96 100644 --- a/op/geth/metal-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/metal-mainnet-op-geth-pruned-pebble-path.yml @@ -105,4 +105,26 @@ services: - chains volumes: - metal-mainnet-op-geth-pruned-pebble-path: \ No newline at end of file + metal-mainnet-op-geth-pruned-pebble-path: + +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}" + \ No newline at end of file diff --git a/op/geth/metal-sepolia-op-geth-archive-leveldb-hash.yml b/op/geth/metal-sepolia-op-geth-archive-leveldb-hash.yml index ab5cd35d..b7431291 100644 --- a/op/geth/metal-sepolia-op-geth-archive-leveldb-hash.yml +++ b/op/geth/metal-sepolia-op-geth-archive-leveldb-hash.yml @@ -105,4 +105,26 @@ services: - chains volumes: - metal-sepolia-op-geth-archive-leveldb-hash: \ No newline at end of file + metal-sepolia-op-geth-archive-leveldb-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/op/geth/metal-sepolia-op-geth-pruned-pebble-path.yml b/op/geth/metal-sepolia-op-geth-pruned-pebble-path.yml index 59227d05..640e8e31 100644 --- a/op/geth/metal-sepolia-op-geth-pruned-pebble-path.yml +++ b/op/geth/metal-sepolia-op-geth-pruned-pebble-path.yml @@ -105,4 +105,26 @@ services: - chains volumes: - metal-sepolia-op-geth-pruned-pebble-path: \ No newline at end of file + metal-sepolia-op-geth-pruned-pebble-path: + +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}" + \ No newline at end of file diff --git a/op/geth/mode-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/mode-mainnet-op-geth-archive-leveldb-hash.yml index dc1c7961..ec8653b4 100644 --- a/op/geth/mode-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/mode-mainnet-op-geth-archive-leveldb-hash.yml @@ -105,4 +105,26 @@ services: - chains volumes: - mode-mainnet-op-geth-archive-leveldb-hash: \ No newline at end of file + mode-mainnet-op-geth-archive-leveldb-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/op/geth/mode-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/mode-mainnet-op-geth-pruned-pebble-path.yml index d63896e6..e825deee 100644 --- a/op/geth/mode-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/mode-mainnet-op-geth-pruned-pebble-path.yml @@ -105,4 +105,26 @@ services: - chains volumes: - mode-mainnet-op-geth-pruned-pebble-path: \ No newline at end of file + mode-mainnet-op-geth-pruned-pebble-path: + +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}" + \ No newline at end of file diff --git a/op/geth/mode-sepolia-op-geth-archive-leveldb-hash.yml b/op/geth/mode-sepolia-op-geth-archive-leveldb-hash.yml index 6c32c68f..69dd02ef 100644 --- a/op/geth/mode-sepolia-op-geth-archive-leveldb-hash.yml +++ b/op/geth/mode-sepolia-op-geth-archive-leveldb-hash.yml @@ -105,4 +105,26 @@ services: - chains volumes: - mode-sepolia-op-geth-archive-leveldb-hash: \ No newline at end of file + mode-sepolia-op-geth-archive-leveldb-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/op/geth/mode-sepolia-op-geth-pruned-pebble-path.yml b/op/geth/mode-sepolia-op-geth-pruned-pebble-path.yml index 5312c50a..f137f703 100644 --- a/op/geth/mode-sepolia-op-geth-pruned-pebble-path.yml +++ b/op/geth/mode-sepolia-op-geth-pruned-pebble-path.yml @@ -105,4 +105,26 @@ services: - chains volumes: - mode-sepolia-op-geth-pruned-pebble-path: \ No newline at end of file + mode-sepolia-op-geth-pruned-pebble-path: + +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}" + \ No newline at end of file diff --git a/op/geth/op-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/op-mainnet-op-geth-archive-leveldb-hash.yml index f41be00b..8cfecd16 100644 --- a/op/geth/op-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/op-mainnet-op-geth-archive-leveldb-hash.yml @@ -105,4 +105,26 @@ services: - chains volumes: - op-mainnet-op-geth-archive-leveldb-hash: \ No newline at end of file + op-mainnet-op-geth-archive-leveldb-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/op/geth/op-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/op-mainnet-op-geth-pruned-pebble-path.yml index 3e127b81..3e20cdb7 100644 --- a/op/geth/op-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/op-mainnet-op-geth-pruned-pebble-path.yml @@ -105,4 +105,26 @@ services: - chains volumes: - op-mainnet-op-geth-pruned-pebble-path: \ No newline at end of file + op-mainnet-op-geth-pruned-pebble-path: + +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}" + \ No newline at end of file diff --git a/op/geth/op-sepolia-op-geth-archive-leveldb-hash.yml b/op/geth/op-sepolia-op-geth-archive-leveldb-hash.yml index 81a80f4c..aa2417be 100644 --- a/op/geth/op-sepolia-op-geth-archive-leveldb-hash.yml +++ b/op/geth/op-sepolia-op-geth-archive-leveldb-hash.yml @@ -105,4 +105,26 @@ services: - chains volumes: - op-sepolia-op-geth-archive-leveldb-hash: \ No newline at end of file + op-sepolia-op-geth-archive-leveldb-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/op/geth/op-sepolia-op-geth-pruned-pebble-path.yml b/op/geth/op-sepolia-op-geth-pruned-pebble-path.yml index 06c6726c..66688e5e 100644 --- a/op/geth/op-sepolia-op-geth-pruned-pebble-path.yml +++ b/op/geth/op-sepolia-op-geth-pruned-pebble-path.yml @@ -105,4 +105,26 @@ services: - chains volumes: - op-sepolia-op-geth-pruned-pebble-path: \ No newline at end of file + op-sepolia-op-geth-pruned-pebble-path: + +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}" + \ No newline at end of file diff --git a/op/geth/snax-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/snax-mainnet-op-geth-archive-leveldb-hash.yml index 14606e7f..ae89e657 100644 --- a/op/geth/snax-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/snax-mainnet-op-geth-archive-leveldb-hash.yml @@ -105,4 +105,26 @@ services: - chains volumes: - snax-mainnet-op-geth-archive-leveldb-hash: \ No newline at end of file + snax-mainnet-op-geth-archive-leveldb-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/op/geth/snax-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/snax-mainnet-op-geth-pruned-pebble-path.yml index cfa462af..668a9edb 100644 --- a/op/geth/snax-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/snax-mainnet-op-geth-pruned-pebble-path.yml @@ -105,4 +105,26 @@ services: - chains volumes: - snax-mainnet-op-geth-pruned-pebble-path: \ No newline at end of file + snax-mainnet-op-geth-pruned-pebble-path: + +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}" + \ No newline at end of file diff --git a/op/geth/soneium-miniato-sepolia-op-geth-archive-leveldb-hash.yml b/op/geth/soneium-miniato-sepolia-op-geth-archive-leveldb-hash.yml index 6da66cb2..dba3ca6a 100644 --- a/op/geth/soneium-miniato-sepolia-op-geth-archive-leveldb-hash.yml +++ b/op/geth/soneium-miniato-sepolia-op-geth-archive-leveldb-hash.yml @@ -105,4 +105,26 @@ services: - chains volumes: - soneium-miniato-sepolia-op-geth-archive-leveldb-hash: \ No newline at end of file + soneium-miniato-sepolia-op-geth-archive-leveldb-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/op/geth/soneium-miniato-sepolia-op-geth-pruned-pebble-path.yml b/op/geth/soneium-miniato-sepolia-op-geth-pruned-pebble-path.yml index 80301e74..41185431 100644 --- a/op/geth/soneium-miniato-sepolia-op-geth-pruned-pebble-path.yml +++ b/op/geth/soneium-miniato-sepolia-op-geth-pruned-pebble-path.yml @@ -105,4 +105,26 @@ services: - chains volumes: - soneium-miniato-sepolia-op-geth-pruned-pebble-path: \ No newline at end of file + soneium-miniato-sepolia-op-geth-pruned-pebble-path: + +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}" + \ No newline at end of file diff --git a/op/geth/swell-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/swell-mainnet-op-geth-archive-leveldb-hash.yml index 52bd3bd7..648a6152 100644 --- a/op/geth/swell-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/swell-mainnet-op-geth-archive-leveldb-hash.yml @@ -105,4 +105,26 @@ services: - chains volumes: - swell-mainnet-op-geth-archive-leveldb-hash: \ No newline at end of file + swell-mainnet-op-geth-archive-leveldb-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/op/geth/swell-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/swell-mainnet-op-geth-pruned-pebble-path.yml index 8dac5f59..1c62e323 100644 --- a/op/geth/swell-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/swell-mainnet-op-geth-pruned-pebble-path.yml @@ -105,4 +105,26 @@ services: - chains volumes: - swell-mainnet-op-geth-pruned-pebble-path: \ No newline at end of file + swell-mainnet-op-geth-pruned-pebble-path: + +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}" + \ No newline at end of file diff --git a/op/geth/unichain-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/unichain-mainnet-op-geth-archive-leveldb-hash.yml index 02ecc6fc..8fee2ad3 100644 --- a/op/geth/unichain-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/unichain-mainnet-op-geth-archive-leveldb-hash.yml @@ -105,4 +105,26 @@ services: - chains volumes: - unichain-mainnet-op-geth-archive-leveldb-hash: \ No newline at end of file + unichain-mainnet-op-geth-archive-leveldb-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/op/geth/unichain-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/unichain-mainnet-op-geth-pruned-pebble-path.yml index 34c0e2d0..83670917 100644 --- a/op/geth/unichain-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/unichain-mainnet-op-geth-pruned-pebble-path.yml @@ -105,4 +105,26 @@ services: - chains volumes: - unichain-mainnet-op-geth-pruned-pebble-path: \ No newline at end of file + unichain-mainnet-op-geth-pruned-pebble-path: + +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}" + \ No newline at end of file diff --git a/op/geth/unichain-sepolia-op-geth-archive-leveldb-hash.yml b/op/geth/unichain-sepolia-op-geth-archive-leveldb-hash.yml index a9506815..2ceab886 100644 --- a/op/geth/unichain-sepolia-op-geth-archive-leveldb-hash.yml +++ b/op/geth/unichain-sepolia-op-geth-archive-leveldb-hash.yml @@ -105,4 +105,26 @@ services: - chains volumes: - unichain-sepolia-op-geth-archive-leveldb-hash: \ No newline at end of file + unichain-sepolia-op-geth-archive-leveldb-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/op/geth/unichain-sepolia-op-geth-pruned-pebble-path.yml b/op/geth/unichain-sepolia-op-geth-pruned-pebble-path.yml index ce4a25b0..60e1b54b 100644 --- a/op/geth/unichain-sepolia-op-geth-pruned-pebble-path.yml +++ b/op/geth/unichain-sepolia-op-geth-pruned-pebble-path.yml @@ -105,4 +105,26 @@ services: - chains volumes: - unichain-sepolia-op-geth-pruned-pebble-path: \ No newline at end of file + unichain-sepolia-op-geth-pruned-pebble-path: + +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}" + \ No newline at end of file diff --git a/op/geth/worldchain-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/worldchain-mainnet-op-geth-archive-leveldb-hash.yml index 3a5925d7..8d84b9c4 100644 --- a/op/geth/worldchain-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/worldchain-mainnet-op-geth-archive-leveldb-hash.yml @@ -105,4 +105,26 @@ services: - chains volumes: - worldchain-mainnet-op-geth-archive-leveldb-hash: \ No newline at end of file + worldchain-mainnet-op-geth-archive-leveldb-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/op/geth/worldchain-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/worldchain-mainnet-op-geth-pruned-pebble-path.yml index 476a48dc..a854a5c6 100644 --- a/op/geth/worldchain-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/worldchain-mainnet-op-geth-pruned-pebble-path.yml @@ -105,4 +105,26 @@ services: - chains volumes: - worldchain-mainnet-op-geth-pruned-pebble-path: \ No newline at end of file + worldchain-mainnet-op-geth-pruned-pebble-path: + +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}" + \ No newline at end of file diff --git a/op/geth/worldchain-sepolia-op-geth-archive-leveldb-hash.yml b/op/geth/worldchain-sepolia-op-geth-archive-leveldb-hash.yml index 967f7903..6edcae57 100644 --- a/op/geth/worldchain-sepolia-op-geth-archive-leveldb-hash.yml +++ b/op/geth/worldchain-sepolia-op-geth-archive-leveldb-hash.yml @@ -105,4 +105,26 @@ services: - chains volumes: - worldchain-sepolia-op-geth-archive-leveldb-hash: \ No newline at end of file + worldchain-sepolia-op-geth-archive-leveldb-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/op/geth/worldchain-sepolia-op-geth-pruned-pebble-path.yml b/op/geth/worldchain-sepolia-op-geth-pruned-pebble-path.yml index db5fdb35..a932b844 100644 --- a/op/geth/worldchain-sepolia-op-geth-pruned-pebble-path.yml +++ b/op/geth/worldchain-sepolia-op-geth-pruned-pebble-path.yml @@ -105,4 +105,26 @@ services: - chains volumes: - worldchain-sepolia-op-geth-pruned-pebble-path: \ No newline at end of file + worldchain-sepolia-op-geth-pruned-pebble-path: + +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}" + \ No newline at end of file diff --git a/op/geth/zora-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/zora-mainnet-op-geth-archive-leveldb-hash.yml index e9411f52..fec46d6c 100644 --- a/op/geth/zora-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/zora-mainnet-op-geth-archive-leveldb-hash.yml @@ -105,4 +105,26 @@ services: - chains volumes: - zora-mainnet-op-geth-archive-leveldb-hash: \ No newline at end of file + zora-mainnet-op-geth-archive-leveldb-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/op/geth/zora-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/zora-mainnet-op-geth-pruned-pebble-path.yml index 91589b05..3def133e 100644 --- a/op/geth/zora-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/zora-mainnet-op-geth-pruned-pebble-path.yml @@ -105,4 +105,26 @@ services: - chains volumes: - zora-mainnet-op-geth-pruned-pebble-path: \ No newline at end of file + zora-mainnet-op-geth-pruned-pebble-path: + +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}" + \ No newline at end of file diff --git a/op/geth/zora-sepolia-op-geth-archive-leveldb-hash.yml b/op/geth/zora-sepolia-op-geth-archive-leveldb-hash.yml index 87b8d05a..22bc3001 100644 --- a/op/geth/zora-sepolia-op-geth-archive-leveldb-hash.yml +++ b/op/geth/zora-sepolia-op-geth-archive-leveldb-hash.yml @@ -105,4 +105,26 @@ services: - chains volumes: - zora-sepolia-op-geth-archive-leveldb-hash: \ No newline at end of file + zora-sepolia-op-geth-archive-leveldb-hash: + +upstreams: + - id: ${ID} + chain: ${CHAIN} + labels: + provider: ${PROVIDER} + method-groups: + enabled: + - debug + - filter + methods: + disabled: + + connection: + generic: + rpc: + url: "${RPC_URL}" + ws: + frameSize: 20Mb + msgSize: 50Mb + url: "${WS_URL}" + \ No newline at end of file diff --git a/op/geth/zora-sepolia-op-geth-pruned-pebble-path.yml b/op/geth/zora-sepolia-op-geth-pruned-pebble-path.yml index c4e926cc..b5fed5c1 100644 --- a/op/geth/zora-sepolia-op-geth-pruned-pebble-path.yml +++ b/op/geth/zora-sepolia-op-geth-pruned-pebble-path.yml @@ -105,4 +105,26 @@ services: - chains volumes: - zora-sepolia-op-geth-pruned-pebble-path: \ No newline at end of file + zora-sepolia-op-geth-pruned-pebble-path: + +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}" + \ No newline at end of file