enable more chains

This commit is contained in:
Bryan Stitt 2022-10-21 19:49:59 +00:00
parent 2adbfddf6f
commit cd2873305f

@ -77,17 +77,17 @@ services:
published: 7703 published: 7703
target: 8544 target: 8544
# fantom: fantom:
# extends: extends:
# file: docker-compose.common.yml file: docker-compose.common.yml
# service: web3-proxy service: web3-proxy
# volumes: volumes:
# - ./config/production-fantom.toml:/config.toml - ./config/production-fantom.toml:/config.toml
# ports: ports:
# - mode: host - mode: host
# protocol: tcp protocol: tcp
# published: 7704 published: 7704
# target: 8544 target: 8544
gnosis: gnosis:
extends: extends:
@ -124,14 +124,15 @@ services:
protocol: tcp protocol: tcp
published: 7707 published: 7707
target: 8544 target: 8544
# polygon:
# extends: polygon:
# file: docker-compose.common.yml extends:
# service: web3-proxy file: docker-compose.common.yml
# volumes: service: web3-proxy
# - ./config/production-polygon.toml:/config.toml volumes:
# ports: - ./config/production-polygon.toml:/config.toml
# - mode: host ports:
# protocol: tcp - mode: host
# published: 7708 protocol: tcp
# target: 8544 published: 7708
target: 8544