ittle fixes

This commit is contained in:
squidbear
2025-03-26 04:08:08 +01:00
parent 217ea08c4b
commit 29b522ab3a
2 changed files with 124 additions and 9 deletions

View File

@@ -48,12 +48,12 @@ services:
--rollup.historicalrpc=${OP_GETH_HISTORICAL_RPC:-https://sequencer.alfajores.celo-testnet.org}
labels:
- "traefik.enable=true"
- "traefik.http.middlewares.op-celo-alfajores-stripprefix.stripprefix.prefixes=/op-celo-alfajores"
- "traefik.http.services.op-celo-alfajores.loadbalancer.server.port=8545"
- "traefik.http.routers.op-celo-alfajores.entrypoints=websecure"
- "traefik.http.routers.op-celo-alfajores.tls.certresolver=myresolver"
- "traefik.http.routers.op-celo-alfajores.rule=Host(`$DOMAIN`) && PathPrefix(`/op-celo-alfajores`)"
- "traefik.http.routers.op-celo-alfajores.middlewares=op-celo-alfajores-stripprefix, ipwhitelist"
- "traefik.http.middlewares.celo-mainnet-op-geth-pruned-leveldb-hash-stripprefix.stripprefix.prefixes=/celo-mainnet"
- "traefik.http.services.celo-mainnet-op-geth-pruned-leveldb-hash.loadbalancer.server.port=8545"
- "traefik.http.routers.celo-mainnet-op-geth-pruned-leveldb-hash.entrypoints=websecure"
- "traefik.http.routers.celo-mainnet-op-geth-pruned-leveldb-hash.tls.certresolver=myresolver"
- "traefik.http.routers.celo-mainnet-op-geth-pruned-leveldb-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/celo-mainnet`)"
- "traefik.http.routers.celo-mainnet-op-geth-pruned-leveldb-hash.middlewares=celo-mainnet-op-geth-pruned-leveldb-hash-stripprefix, ipwhitelist"
celo-mainnet-node:
@@ -83,13 +83,13 @@ services:
- OP_NODE_L2_ENGINE_AUTH=/jwtsecret
command: >
op-node
--l1="${OP_CELO_ETHEREUM_MAINNET_RPC:-https://eth.llamarpc.com}"
--l1="${CELO_L1_ETHEREUM_MAINNET_EXECUTION_RPC:-https://eth.llamarpc.com}"
--l2=http://celo-mainnet:8551
--rpc.addr=0.0.0.0
--rpc.port=9545
--l1.trustrpc
--l1.rpckind=basic
--l1.beacon="${OP_CELO_ALFAJORES_HOLESKY_BEACON_REST:-https://ethereum-mainnet-beacon-api.publicnode.com}"
--l1.beacon="${CELO_L1_ETHEREUM_MAINNET_BEACON_REST:-https://ethereum-mainnet-beacon-api.publicnode.com}"
--syncmode=execution-layer
--p2p.priv.path=/chainconfigs/p2p_node_key_txt
--rollup.config=/chainconfigs/rollup.json
@@ -101,7 +101,7 @@ services:
- ./celo/alfajores/:/chainconfigs/
stop_grace_period: 30s
op-celo-alfajores-key-generator:
celo-mainnet-key-generator:
image: ghcr.io/foundry-rs/foundry
volumes:
- "./celo/mainnet:/config"