Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cinnabarhorse committed Nov 29, 2024
1 parent 3083050 commit 6fa8f02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"codegen:testnet": "graph codegen subgraph.testnet.yaml",
"build:testnet": "graph build subgraph.testnet.yaml",
"deploy": "graph deploy --node https://api.studio.thegraph.com/deploy/ aavegotchi-svgs-subgraph",
"prepare:polygon": "mustache config/polygon.json subgraph.template.yaml > subgraph.yaml",
"prepare:polygon": "mustache config/matic.json subgraph.template.yaml > subgraph.yaml",
"prepare:baseSepolia": "mustache config/baseSepolia.json subgraph.template.yaml > subgraph.yaml",
"prepare:prod": "mustache config/polygon.json subgraph.template.yaml > subgraph.yaml",
"prepare:prod": "mustache config/matic.json subgraph.template.yaml > subgraph.yaml",
"prepare:polter": "mustache config/polter.json subgraph.template.yaml > subgraph.yaml",
"create-local": "graph create --node http://localhost:8020/ aavegotchi-svgs-subgraph",
"remove-local": "graph remove --node http://localhost:8020/ aavegotchi-svgs-subgraph",
Expand Down

0 comments on commit 6fa8f02

Please sign in to comment.