File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -134,11 +134,6 @@ const config: HardhatUserConfig = {
134
134
} ,
135
135
hardfork : 'london' ,
136
136
} ,
137
- local : {
138
- chainId : 1337 ,
139
- url : 'http://127.0.0.1:8545' ,
140
- gasPrice : 300000000000 , // 300 gwei
141
- } ,
142
137
} ,
143
138
etherscan : {
144
139
apiKey : process . env . ETHERSCAN_API_KEY ,
Original file line number Diff line number Diff line change 81
81
"clean" : " rm -rf build/ cache/ dist/" ,
82
82
"compile" : " hardhat compile" ,
83
83
"deploy" : " yarn build && scripts/predeploy && hardhat migrate" ,
84
- "deploy-local " : " yarn deploy --force --network local " ,
84
+ "deploy-localhost " : " yarn deploy --force --network localhost " ,
85
85
"deploy-rinkeby" : " yarn deploy --force --network rinkeby --graph-config config/graph.rinkeby.yml" ,
86
86
"deploy-goerli" : " yarn deploy --force --network goerli --graph-config config/graph.goerli.yml" ,
87
87
"predeploy" : " scripts/predeploy" ,
You can’t perform that action at this time.
0 commit comments