From 6494aa9aa93e6b04f11b534741396051c8dcbdd5 Mon Sep 17 00:00:00 2001 From: jaybuidl Date: Fri, 27 Oct 2023 17:31:38 +0100 Subject: [PATCH] fix: correct subgraph name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a4f4c3..8f69a69 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "publish:goerli": "yarn build:goerli && graph deploy --product hosted-service kleros/curate-goerli", "codegen:sepolia": "node render-templates.js sepolia && graph codegen && yarn fix-schema.ts", "build:sepolia": "yarn codegen:sepolia && graph build", - "publish:sepolia": "yarn build:goerli && graph deploy --studio kleros/curate-sepolia", + "publish:sepolia": "yarn build:sepolia && graph deploy --studio kleros/curate-sepolia", "lint:eslint": "eslint . --ext .ts,.tsx", "lint:prettier": "prettier --config .prettierrc 'src/**/*.ts' --check", "lint": "yarn lint:eslint && yarn lint:prettier && yarn lint:secrets",