Skip to content

Commit

Permalink
Fix for grouped market thing
Browse files Browse the repository at this point in the history
  • Loading branch information
pgebheim committed Oct 4, 2021
1 parent d2002fa commit a8c2dcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"deploy:matic": "graph deploy --debug --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ augurproject/augur-turbo-matic",
"deploy:staging": "graph deploy --debug --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ augurproject/augur-turbo-matic-staging",
"deploy:local": "graph deploy --debug --ipfs http://localhost:5001 --node http://127.0.0.1:8020 augurproject/augur-turbo-kovan",
"prepare:abis": "rsync -v ../smart/abi/contracts/**/**/*.json abis/ && sed -i '' -e 's/\\[\\]\\[\\]/[]/g' 'abis/GroupedMarketFactoryV3.json'",
"prepare:abis": "rsync -v ../smart/abi/contracts/**/**/*.json abis/ && yarn prepare:grouped",
"prepare:grouped": "sed -i '' -e 's/\\[\\]\\[\\]/[]/g' 'abis/GroupedMarketFactoryV3.json' || exit 0",
"prepare:mumbai": "mustache ../smart/environments/mumbai.json subgraph.template.yaml > subgraph.yaml",
"prepare:matic": "mustache ../smart/environments/matic.json subgraph.template.yaml > subgraph.yaml"
},
Expand Down

0 comments on commit a8c2dcf

Please sign in to comment.