fix
This commit is contained in:
@@ -109,10 +109,10 @@ volumes:
|
||||
base-sepolia-op-geth-pruned-pebble-path:
|
||||
|
||||
upstreams:
|
||||
- id: ${ID}
|
||||
chain: ${CHAIN}
|
||||
- id: $${ID}
|
||||
chain: $${CHAIN}
|
||||
labels:
|
||||
provider: ${PROVIDER}
|
||||
provider: $${PROVIDER}
|
||||
method-groups:
|
||||
enabled:
|
||||
- debug
|
||||
@@ -123,9 +123,9 @@ upstreams:
|
||||
connection:
|
||||
generic:
|
||||
rpc:
|
||||
url: "${RPC_URL}"
|
||||
url: "$${RPC_URL}"
|
||||
ws:
|
||||
frameSize: 20Mb
|
||||
msgSize: 50Mb
|
||||
url: "${WS_URL}"
|
||||
url: "$${WS_URL}"
|
||||
|
||||
Reference in New Issue
Block a user