Skip to content

Commit

Permalink
fix: use topos core proxy address for sequencers (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan authored Jun 16, 2023
1 parent fd28a2f commit 9248360
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ REDIS_PORT=6379

# Stack version
TOPOS_EDGE_VERSION=develop
TOPOS_MESSAGING_PROTOCOL_CONTRACTS_VERSION=pr-88
TOPOS_MESSAGING_PROTOCOL_CONTRACTS_VERSION=1.1.2
TOPOS_VERSION=main-tce
EXECUTOR_SERVICE_VERSION=0.1.0-alpha
EXECUTOR_SERVICE_VERSION=0.1.0
2 changes: 1 addition & 1 deletion subnet-edena.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ services:
entrypoint: ""
command: bash -c "
source /contracts/.env &&
export SUBNET_CONTRACT_ADDRESS=$(printenv TOPOS_CORE_CONTRACT_ADDRESS) &&
export SUBNET_CONTRACT_ADDRESS=$(printenv TOPOS_CORE_PROXY_CONTRACT_ADDRESS) &&
init.sh boot sequencer run"
environment:
- RUST_LOG=info,topos=debug
Expand Down
2 changes: 1 addition & 1 deletion subnet-incal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ services:
entrypoint: ""
command: bash -c "
source /contracts/.env &&
export SUBNET_CONTRACT_ADDRESS=$(printenv TOPOS_CORE_CONTRACT_ADDRESS) &&
export SUBNET_CONTRACT_ADDRESS=$(printenv TOPOS_CORE_PROXY_CONTRACT_ADDRESS) &&
init.sh boot sequencer run"
environment:
- RUST_LOG=info,topos=debug
Expand Down
2 changes: 1 addition & 1 deletion subnet-topos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ services:
entrypoint: ""
command: bash -c "
source /contracts/.env &&
export SUBNET_CONTRACT_ADDRESS=$(printenv TOPOS_CORE_CONTRACT_ADDRESS) &&
export SUBNET_CONTRACT_ADDRESS=$(printenv TOPOS_CORE_PROXY_CONTRACT_ADDRESS) &&
init.sh boot sequencer run"
environment:
- RUST_LOG=info,topos=debug
Expand Down

0 comments on commit 9248360

Please sign in to comment.