diff --git a/setup/aggregator/docker-compose.yml b/setup/aggregator/docker-compose.yml index 2ccafb44..a759efe4 100644 --- a/setup/aggregator/docker-compose.yml +++ b/setup/aggregator/docker-compose.yml @@ -6,7 +6,7 @@ networks: services: near-sffl-aggregator: - image: ghcr.io/nethermindeth/near-sffl/aggregator:${SFFL_RELEASE} + image: ghcr.io/nuffle-labs/near-sffl/aggregator:${SFFL_RELEASE} container_name: near-sffl-aggregator volumes: - ./:/near-sffl/ diff --git a/setup/operator/docker-compose.yml b/setup/operator/docker-compose.yml index d6aa115a..0d493f81 100644 --- a/setup/operator/docker-compose.yml +++ b/setup/operator/docker-compose.yml @@ -26,7 +26,7 @@ services: near-sffl-indexer: profiles: [indexer] - image: ghcr.io/nethermindeth/near-sffl/indexer:${SFFL_RELEASE} + image: ghcr.io/nuffle-labs/near-sffl/indexer:${SFFL_RELEASE} container_name: near-sffl-indexer depends_on: rmq: @@ -55,7 +55,7 @@ services: near-sffl-operator: profiles: [operator] - image: ghcr.io/nethermindeth/near-sffl/operator:${SFFL_RELEASE} + image: ghcr.io/nuffle-labs/near-sffl/operator:${SFFL_RELEASE} container_name: near-sffl-operator depends_on: rmq: diff --git a/setup/plugin/register.sh b/setup/plugin/register.sh index 55bb632c..f37d2767 100755 --- a/setup/plugin/register.sh +++ b/setup/plugin/register.sh @@ -11,4 +11,4 @@ docker run --rm \ -v $(pwd):/near-sffl/ \ --env-file .env \ --pull=always \ - ghcr.io/nethermindeth/near-sffl/operator-plugin:latest --config /near-sffl/config/operator.yaml --operation-type opt-in + ghcr.io/nuffle-labs/near-sffl/operator-plugin:latest --config /near-sffl/config/operator.yaml --operation-type opt-in diff --git a/setup/relayer/docker-compose.yml b/setup/relayer/docker-compose.yml index b0a881e1..4daf6af3 100644 --- a/setup/relayer/docker-compose.yml +++ b/setup/relayer/docker-compose.yml @@ -6,7 +6,7 @@ networks: services: relayer_421614: - image: ghcr.io/nethermindeth/near-sffl/relayer:${SFFL_RELEASE} + image: ghcr.io/nuffle-labs/near-sffl/relayer:${SFFL_RELEASE} container_name: near-sffl-relayer-421614 volumes: - ${NEAR_KEYS_DIR}:/root/.near-credentials @@ -35,7 +35,7 @@ services: compress: "true" relayer_11155420: - image: ghcr.io/nethermindeth/near-sffl/relayer:${SFFL_RELEASE} + image: ghcr.io/nuffle-labs/near-sffl/relayer:${SFFL_RELEASE} container_name: near-sffl-relayer-11155420 volumes: - ${NEAR_KEYS_DIR}:/root/.near-credentials