diff --git a/Makefile b/Makefile index 56992a38..1c91f005 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,8 @@ docker-push: docker push "brandonjroberts/art-peace-backend:$(APP_VERSION)-$(COMMIT_SHA)" @echo "Pushing consumer..." docker push "brandonjroberts/art-peace-consumer:$(APP_VERSION)-$(COMMIT_SHA)" + @echo "Pushing websocket..." + docker push "brandonjroberts/art-peace-websocket:$(APP_VERSION)-$(COMMIT_SHA)" @echo "Pushing indexer..." docker push "brandonjroberts/art-peace-indexer:$(APP_VERSION)-$(COMMIT_SHA)" diff --git a/configs/prod-backend.config.json b/configs/prod-backend.config.json index af771404..7e00c063 100644 --- a/configs/prod-backend.config.json +++ b/configs/prod-backend.config.json @@ -2,7 +2,7 @@ "host": "backend.art-peace-sepolia.svc.cluster.local", "port": 8080, "consumer_port": 8081, - "ws_host": "websockets.art-peace-sepolia.svc.cluster.local", + "ws_host": "websocket.art-peace-sepolia.svc.cluster.local", "ws_port": 8082, "scripts": { "place_pixel_devnet": "/scripts/place_pixel.sh", diff --git a/indexer/prod-script.js b/indexer/prod-script.js index 8f550fea..3ad1f17f 100644 --- a/indexer/prod-script.js +++ b/indexer/prod-script.js @@ -1,6 +1,6 @@ export const config = { streamUrl: Deno.env.get("APIBARA_STREAM_URL"), - startingBlock: 600_000, + startingBlock: 720_000, network: "starknet", finality: "DATA_STATUS_PENDING", filter: {