hi taiko hekla

This commit is contained in:
Sebastian
2024-06-06 07:32:41 +02:00
parent 8081e7215e
commit b199af7242
3 changed files with 91 additions and 9 deletions

View File

@@ -38,12 +38,12 @@ services:
--maxpendpeers 0
labels:
- "traefik.enable=true"
- "traefik.http.middlewares.taiko-holesky-stripprefix.stripprefix.prefixes=/taiko-holesky"
- "traefik.http.services.taiko-holesky.loadbalancer.server.port=8545"
- "traefik.http.routers.taiko-holesky.entrypoints=websecure"
- "traefik.http.routers.taiko-holesky.tls.certresolver=myresolver"
- "traefik.http.routers.taiko-holesky.rule=Host(`$DOMAIN`) && PathPrefix(`/taiko-holesky`)"
- "traefik.http.routers.taiko-holesky.middlewares=taiko-holesky-stripprefix, ipwhitelist"
- "traefik.http.middlewares.taiko-mainnet-stripprefix.stripprefix.prefixes=/taiko-mainnet"
- "traefik.http.services.taiko-mainnet.loadbalancer.server.port=8545"
- "traefik.http.routers.taiko-mainnet.entrypoints=websecure"
- "traefik.http.routers.taiko-mainnet.tls.certresolver=myresolver"
- "traefik.http.routers.taiko-mainnet.rule=Host(`$DOMAIN`) && PathPrefix(`/taiko-mainnet`)"
- "traefik.http.routers.taiko-mainnet.middlewares=taiko-mainnet-stripprefix, ipwhitelist"
networks:
- chains
@@ -57,9 +57,9 @@ services:
- "TAIKO_TOKEN_L1_ADDRESS=0x10dea67478c5F8C5E2D90e5E9B26dBe60c54d800"
- "ASSIGNMENT_HOOK_L1_ADDRESS=0x537a2f0D3a5879b41BCb5A2afE2EA5c4961796F6"
- "TAIKO_L2_ADDRESS=0x1670000000000000000000000000000000010001"
- "L1_ENDPOINT_HTTP=${TAIKO_HOLESKY_EXECUTION_RPC}"
- "L1_ENDPOINT_WS=${TAIKO_HOLESKY_EXECUTION_WS}"
- "L1_BEACON_HTTP=${TAIKO_HOLESKY_BEACON_REST}"
- "L1_ENDPOINT_HTTP=${TAIKO_MAINNET_EXECUTION_RPC}"
- "L1_ENDPOINT_WS=${TAIKO_MAINNET_EXECUTION_WS}"
- "L1_BEACON_HTTP=${TAIKO_MAINNET_BEACON_REST}"
- "L2_CHECKPOINT_SYNC_RPC=https://rpc.mainnet.taiko.xyz"
volumes:
- taiko:/data/taiko-geth