Skip to content

Commit 9be9ee7

Browse files
committed
fix: correct subgraph name
1 parent 0d8b5da commit 9be9ee7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"publish:mainnet": "yarn build:mainnet && graph deploy --product hosted-service kleros/curate",
1313
"codegen:goerli": "node render-templates.js goerli && graph codegen && yarn fix-schema.ts",
1414
"build:goerli": "yarn codegen:goerli && graph build",
15-
"publish:goerli": "yarn build:goerli && graph deploy --product hosted-service kleros/curate",
15+
"publish:goerli": "yarn build:goerli && graph deploy --product hosted-service kleros/curate-goerli",
1616
"codegen:sepolia": "node render-templates.js sepolia && graph codegen && yarn fix-schema.ts",
1717
"build:sepolia": "yarn codegen:sepolia && graph build",
18-
"publish:sepolia": "yarn build:goerli && graph deploy --studio kleros/curate",
18+
"publish:sepolia": "yarn build:goerli && graph deploy --studio kleros/curate-sepolia",
1919
"lint:eslint": "eslint . --ext .ts,.tsx",
2020
"lint:prettier": "prettier --config .prettierrc 'src/**/*.ts' --check",
2121
"lint": "yarn lint:eslint && yarn lint:prettier && yarn lint:secrets",

0 commit comments

Comments
 (0)