Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup/aggregator/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
4 changes: 2 additions & 2 deletions setup/operator/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup/plugin/register.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions setup/relayer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down