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 42cd68b commit f25b737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"deploy": "graph deploy --node https://api.studio.thegraph.com/deploy/ aavegotchi-svgs-subgraph",
"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/matic.json subgraph.template.yaml > subgraph.yaml",
"prepare:matic": "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 f25b737

Please sign in to comment.