diff --git a/arc/arc/arc-testnet-arc-full.yml b/arc/arc/arc-testnet-arc-full.yml index 15aa6b61..acfd675f 100644 --- a/arc/arc/arc-testnet-arc-full.yml +++ b/arc/arc/arc-testnet-arc-full.yml @@ -136,7 +136,7 @@ services: - ${NO_SSL:+traefik.http.routers.arc-testnet-arc-full.rule=Path(`/arc-testnet`) || Path(`/arc-testnet/`)} - traefik.http.routers.arc-testnet-arc-full.middlewares=arc-testnet-arc-full-stripprefix, ipallowlist - arc-testnet-consensus: + arc-testnet-node: image: ${ARC_CONSENSUS_IMAGE:-docker.cloudsmith.io/circle/arc-network/arc-consensus}:${ARC_TESTNET_CONSENSUS_VERSION:-0.7.2} user: 0:0 expose: diff --git a/compose_registry.json b/compose_registry.json index 777753bb..814649f8 100644 --- a/compose_registry.json +++ b/compose_registry.json @@ -797,7 +797,7 @@ "compose_file": "arc/arc/arc-testnet-arc-full", "features": [], "network": "arc", - "node": null, + "node": "malachite", "relay": null, "stack": null, "type": "full",