We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6e119 commit e1bd11fCopy full SHA for e1bd11f
package.json
@@ -81,7 +81,7 @@
81
"clean": "rm -rf build/ cache/ dist/",
82
"compile": "hardhat compile",
83
"deploy": "yarn build && scripts/predeploy && hardhat migrate",
84
- "deploy-localhost": "yarn deploy --force --network localhost",
+ "deploy-localhost": "yarn deploy --force --network localhost --graph-config config/graph.localhost.yml",
85
"deploy-rinkeby": "yarn deploy --force --network rinkeby --graph-config config/graph.rinkeby.yml",
86
"deploy-goerli": "yarn deploy --force --network goerli --graph-config config/graph.goerli.yml",
87
"predeploy": "scripts/predeploy",
0 commit comments