From a7bfa5a3dc0dd39d5ec32318e73cf7f89aecca8b Mon Sep 17 00:00:00 2001 From: Isah Idris <58168886+eedygreen@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:46:24 +0100 Subject: [PATCH] relayer: update organisation name to sprinter --- example/docker-compose.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/example/docker-compose.yml b/example/docker-compose.yml index 3a2dda73..c62a585a 100644 --- a/example/docker-compose.yml +++ b/example/docker-compose.yml @@ -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" @@ -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" @@ -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: @@ -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: @@ -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"