Skip to content

Commit c731e16

Browse files
committed
chore: update-deploy-commands
1 parent 455b40c commit c731e16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
"fix-schema.ts": "replace-in-file '/(;\\s*if \\()value === null/mg' '$1value === null || value.kind === ValueKind.NULL' generated/schema.ts --isRegex",
77
"codegen:gnosis": "node render-templates.js gnosis && graph codegen && yarn fix-schema.ts",
88
"build:gnosis": "yarn codegen:gnosis && graph build",
9-
"publish:gnosis": "yarn build:gnosis && graph deploy --product subgraph-studio legacy-curate-gnosis",
9+
"publish:gnosis": "yarn build:gnosis && graph deploy --studio legacy-curate-gnosis",
1010
"codegen:mainnet": "node render-templates.js mainnet && graph codegen && yarn fix-schema.ts",
1111
"build:mainnet": "yarn codegen:mainnet && graph build",
12-
"publish:mainnet": "yarn build:mainnet && graph deploy --product hosted-service kleros/curate",
12+
"publish:mainnet": "yarn build:mainnet && graph deploy --studio legacy-curate-mainnet",
1313
"codegen:goerli": "node render-templates.js goerli && graph codegen && yarn fix-schema.ts",
1414
"build:goerli": "yarn codegen:goerli && graph build",
1515
"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:sepolia && graph deploy --studio kleros/curate-sepolia",
18+
"publish:sepolia": "yarn build:sepolia && graph deploy --studio legacy-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)