This commit is contained in:
Sebastian
2024-06-04 10:41:45 +02:00
parent 5f06ad9453
commit 507196e185
2 changed files with 9 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ services:
ports:
- "55774:55774"
user: root
command: haqqd start --p2p.laddr "tcp://0.0.0.0:55774" --rpc.laddr "tcp://0.0.0.0:26657"
command: haqqd start --p2p.laddr "tcp://0.0.0.0:55774"
networks:
- chains
volumes:
@@ -20,7 +20,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.middlewares.haqq-stripprefix.stripprefix.prefixes=/haqq"
- "traefik.http.services.haqq.loadbalancer.server.port=26657"
- "traefik.http.services.haqq.loadbalancer.server.port=8545"
- "traefik.http.routers.haqq.entrypoints=websecure"
- "traefik.http.routers.haqq.tls.certresolver=myresolver"
- "traefik.http.routers.haqq.rule=Host(`$DOMAIN`) && PathPrefix(`/haqq`)"

View File

@@ -24,6 +24,13 @@
],
"default": ["metis"]
},
"haqq": {
"id": 11235,
"urls": [
"https://evm.haqq.sh"
],
"default": ["haqq"]
},
"ethereum": {
"id": 1,
"urls": [