optimize for calls

This commit is contained in:
Para Dox
2025-04-27 21:03:37 +07:00
parent d18aa9ca72
commit ab10340dca

View File

@@ -80,6 +80,7 @@ services:
ports: ports:
- 19286:19286 - 19286:19286
- 19286:19286/udp - 19286:19286/udp
entrypoint: [blsync]
command: command:
- --beacon.api=https://mainnet.beaconstate.info - --beacon.api=https://mainnet.beaconstate.info
- --beacon.checkpoint=${ETHEREUM_MAINNET_BEACON_CHECKPOINT} - --beacon.checkpoint=${ETHEREUM_MAINNET_BEACON_CHECKPOINT}
@@ -93,15 +94,6 @@ services:
- chains - chains
volumes: volumes:
- .jwtsecret:/jwtsecret:ro - .jwtsecret:/jwtsecret:ro
labels:
- traefik.enable=true
- traefik.http.middlewares.ethereum-mainnet-reth-minimal-trace-node-stripprefix.stripprefix.prefixes=/ethereum-mainnet-minimal
- traefik.http.services.ethereum-mainnet-reth-minimal-trace-node.loadbalancer.server.port=3500
- ${NO_SSL:-traefik.http.routers.ethereum-mainnet-reth-minimal-trace-node.entrypoints=websecure}
- ${NO_SSL:-traefik.http.routers.ethereum-mainnet-reth-minimal-trace-node.tls.certresolver=myresolver}
- ${NO_SSL:-traefik.http.routers.ethereum-mainnet-reth-minimal-trace-node.rule=Host(`$DOMAIN`) && PathPrefix(`/ethereum-mainnet-minimal/eth`)}
- ${NO_SSL:+traefik.http.routers.ethereum-mainnet-reth-minimal-trace-node.rule=PathPrefix(`/ethereum-mainnet-minimal/eth`)}
- traefik.http.routers.ethereum-mainnet-reth-minimal-trace-node.middlewares=ethereum-mainnet-reth-minimal-trace-node-stripprefix, ipallowlist
ethereum-mainnet-minimal-pruner: ethereum-mainnet-minimal-pruner:
image: debian:latest image: debian:latest
@@ -140,12 +132,4 @@ x-upstreams:
- name: eth_getLogs - name: eth_getLogs
enabled: enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes - name: txpool_content # TODO: should be disabled for rollup nodes
- id: $${ID}-beacon-chain
chain: eth-beacon-chain
labels:
provider: $${PROVIDER}-beacon-chain
connection:
generic:
rpc:
url: $${RPC_URL}
... ...