Skip to content

Commit

Permalink
fix: fixes the last bits for passing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jpantos committed Aug 16, 2024
1 parent 9b77578 commit ddc8458
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
entrypoint: sh -c 'set -a; . /etc/pantos/eth-data/ETHEREUM.env && . /etc/pantos/bnb-data/BNB.env; set +a; exec /usr/bin/pantos-service-node-server'
environment:
PANTOS_ENV_FILE: /etc/pantos/service-node-config.env
APP_URL: http://service-node-${STACK_IDENTIFIER}-${INSTANCE-1}:8080
APP_URL: http://localhost:808${INSTANCE-1}
BNB_PRIVATE_KEY: /etc/pantos/bnb-data/keystore
ETHEREUM_PRIVATE_KEY: /etc/pantos/eth-data/keystore
volumes:
Expand Down Expand Up @@ -40,7 +40,7 @@ services:
entrypoint: sh -c 'set -a; . /etc/pantos/eth-data/ETHEREUM.env && . /etc/pantos/bnb-data/BNB.env; set +a; exec /usr/bin/pantos-service-node-celery'
environment:
PANTOS_ENV_FILE: /etc/pantos/service-node-config.env
APP_URL: http://service-node-${STACK_IDENTIFIER}-${INSTANCE-1}:8080
APP_URL: http://localhost:808${INSTANCE-1}
BNB_PRIVATE_KEY: /etc/pantos/bnb-data/keystore
ETHEREUM_PRIVATE_KEY: /etc/pantos/eth-data/keystore
PANTOS_STATUS_MONITOR: 1
Expand Down
4 changes: 2 additions & 2 deletions service-node-config.docker.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ BNB_PRIVATE_KEY_PASSWORD=''
BNB_PROVIDER=http://bnb:8545
BNB_CHAIN_ID=31338
BNB_FALLBACK_PROVIDER=' '
BNB_CONFIRMATIONS=2
BNB_CONFIRMATIONS=0
BNB_BLOCKS_UNTIL_RESUBMISSION=10

# Celo
Expand All @@ -26,7 +26,7 @@ CRONOS_ACTIVE=false
ETHEREUM_PRIVATE_KEY_PASSWORD=''
ETHEREUM_PROVIDER=http://eth:8545
ETHEREUM_CHAIN_ID=31337
ETHEREUM_CONFIRMATIONS=2
ETHEREUM_CONFIRMATIONS=0
ETHEREUM_BLOCKS_UNTIL_RESUBMISSION=10

# Fantom
Expand Down

0 comments on commit ddc8458

Please sign in to comment.