Skip to content

Commit

Permalink
relayer: update organisation name to sprinter
Browse files Browse the repository at this point in the history
  • Loading branch information
eedygreen committed Jan 14, 2025
1 parent 2685ed8 commit a7bfa5a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ x-logging:

services:
mempool-stub:
image: ghcr.io/sygmaprotocol/beacon-api-stub
image: ghcr.io/sprintertech/beacon-api-stub
container_name: mempool-stub
labels:
logging: "promtail"
Expand All @@ -26,7 +26,7 @@ services:

bitcoin:
# image: ruimarinho/bitcoin-core:latest
image: ghcr.io/sygmaprotocol/bitcoin
image: ghcr.io/sprintertech/bitcoin
container_name: bitcoin
labels:
logging: "promtail"
Expand All @@ -46,7 +46,7 @@ services:
logging: *default-logging

evm1-1:
image: ghcr.io/sygmaprotocol/sygma-solidity:evm1-v2.10.1
image: ghcr.io/sprintertech/sygma-solidity:evm1-v2.10.1
container_name: evm1-1
command: --chain.chainId 1337 --db data/ --blockTime 2 --m 'black toward wish jar twin produce remember fluid always confirm bacon slush' > /dev/null
labels:
Expand All @@ -57,7 +57,7 @@ services:
- "8545:8545"

evm2-1:
image: ghcr.io/sygmaprotocol/sygma-solidity:evm2-v2.10.1
image: ghcr.io/sprintertech/sygma-solidity:evm2-v2.10.1
command: --chain.chainId 1338 --db data/ --blockTime 2 --m 'black toward wish jar twin produce remember fluid always confirm bacon slush' > /dev/null
container_name: evm2-1
labels:
Expand All @@ -68,7 +68,7 @@ services:
- "8547:8545"

substrate-pallet:
image: "ghcr.io/sygmaprotocol/sygma-substrate-pallets:e2e-v0.3.1"
image: "ghcr.io/sprintertech/sygma-substrate-pallets:e2e-v0.3.1"
container_name: substrate-pallet
labels:
logging: "promtail"
Expand Down

0 comments on commit a7bfa5a

Please sign in to comment.