Skip to content

Commit

Permalink
fix: use topos core proxy address for executor service (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan authored Jun 22, 2023
1 parent 9248360 commit 8dcef09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions executor-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ services:
- contracts:/contracts
command: bash -c "
source /contracts/.env &&
export TOPOS_CORE_CONTRACT_ADDRESS=$(printenv TOPOS_CORE_PROXY_CONTRACT_ADDRESS) &&
npm run start:prod"
environment:
- PRIVATE_KEY=${PRIVATE_KEY}
Expand Down

0 comments on commit 8dcef09

Please sign in to comment.