Skip to content

Commit e1bd11f

Browse files
authored
fix: use localhost config for localhost yarn deploy (#647)
1 parent bc6e119 commit e1bd11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"clean": "rm -rf build/ cache/ dist/",
8282
"compile": "hardhat compile",
8383
"deploy": "yarn build && scripts/predeploy && hardhat migrate",
84-
"deploy-localhost": "yarn deploy --force --network localhost",
84+
"deploy-localhost": "yarn deploy --force --network localhost --graph-config config/graph.localhost.yml",
8585
"deploy-rinkeby": "yarn deploy --force --network rinkeby --graph-config config/graph.rinkeby.yml",
8686
"deploy-goerli": "yarn deploy --force --network goerli --graph-config config/graph.goerli.yml",
8787
"predeploy": "scripts/predeploy",

0 commit comments

Comments
 (0)