Skip to content

Commit

Permalink
fix: update veascan subgraph commands from goerli to sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
divyangchauhan committed Mar 9, 2024
1 parent d4b2e31 commit bbd5ae2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions veascan-subgraph-outbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@
"update:chiado": "./scripts/update.sh chiado chiado ArbToGnosisDevnet",
"codegen": "graph codegen",
"build": "graph build",
"deploy": "graph deploy --studio veascan-outbox-arb-sep-devnet",
"build:goerli": "yarn update:goerli && graph build",
"deploy:sepolia": "yarn build:sepolia && yarn graph deploy --studio veascan-outbox-arb-sep-devnet",
"build:chiado": "yarn update:chiado && graph build",
"deploy:goerli": "yarn build:goerli && yarn graph deploy --node https://api.thegraph.com/deploy/ kleros/veascan-outbox-goerli",
"deploy:chiado": "yarn build:chiado && goldsky subgraph deploy kleros-veascan-outbox-chiado/latest",
"create-local": "graph create --node http://localhost:8020/ kleros/veascan-outbox",
"remove-local": "graph remove --node http://localhost:8020/ kleros/veascan-outbox",
Expand Down

0 comments on commit bbd5ae2

Please sign in to comment.