Skip to content

Commit

Permalink
remove deprecated subgraph reference
Browse files Browse the repository at this point in the history
  • Loading branch information
schmackofant committed Oct 12, 2023
1 parent 74ecf68 commit 836e7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"prepare:local": "mustache config/local.js subgraph.template.yaml > subgraph.yaml",
"prepare:goerli": "mustache config/goerli.js subgraph.template.yaml > subgraph.yaml",
"prepare:mainnet": "mustache config/mainnet.js subgraph.template.yaml > subgraph.yaml",
"deploy:goerli": "graph deploy --product hosted-service elmariachi111/schrotti-galoppi-schmacko-1",
"deploy:goerli": "graph deploy --product hosted-service moleculeprotocol/ip-nft-goerli",
"deploy": "graph deploy --product hosted-service moleculeprotocol/ip-nft-mainnet",
"create:local": "graph create --node http://localhost:8020/ moleculeprotocol/ipnft-subgraph",
"remove:local": "graph remove --node http://localhost:8020/ moleculeprotocol/ipnft-subgraph",
Expand Down

0 comments on commit 836e7a2

Please sign in to comment.