From 21d359c118f848e6d7bcdb96dd58d0f9e18f31bd Mon Sep 17 00:00:00 2001 From: Daksh Miglani Date: Tue, 25 May 2021 02:37:49 +0530 Subject: [PATCH] =?UTF-8?q?refactor:=20=F0=9F=92=A1=20the=20graph=20deploy?= =?UTF-8?q?=20username/reponame?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1e309e2..3021bdf 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,11 @@ "scripts": { "codegen": "graph codegen", "build": "graph build", - "deploy": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ protofire/instadapp-defi-smart-accounts", - "deploy-dev": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ protofire/instadapp-defi-smart-accounts", - "create-local": "graph create --node http://localhost:8020/ protofire/instadapp-defi-smart-accounts", - "remove-local": "graph remove --node http://localhost:8020/ protofire/instadapp-defi-smart-accounts", - "deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 protofire/instadapp-defi-smart-accounts", + "deploy": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ Instadapp/instadapp-dsa-subgraph", + "deploy-dev": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ Instadapp/instadapp-dsa-subgraph", + "create-local": "graph create --node http://localhost:8020/ Instadapp/instadapp-dsa-subgraph", + "remove-local": "graph remove --node http://localhost:8020/ Instadapp/instadapp-dsa-subgraph", + "deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 Instadapp/instadapp-dsa-subgraph", "prepare:mainnet": "mustache config/mainnet.json subgraph.template.yaml > subgraph.yaml && mustache config/mainnet.json src/utils/helpers/instaIndex.template.ts src/utils/helpers/instaIndex.ts", "prepare:matic": "mustache config/matic.json subgraph.template.yaml > subgraph.yaml && mustache config/matic.json src/utils/helpers/instaIndex.template.ts src/utils/helpers/instaIndex.ts" },