File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 "test" : " test"
1010 },
1111 "scripts" : {
12- "deploy-prod" : " hardhat run --network mainnet scripts/deploy.ts" ,
13- "deploy-test" : " hardhat run --network goerli scripts/deploy.ts" ,
12+ "deploy-prod" : " hardhat run scripts/deploy.ts --network " ,
13+ "deploy-test" : " hardhat run scripts/deploy.ts --network " ,
1414 "test" : " hardhat test" ,
1515 "coverage" : " hardhat coverage" ,
1616 "solhint" : " ./node_modules/.bin/solhint --fix 'contracts/**/*.sol'" ,
4242 },
4343 "devDependencies" : {
4444 "@nomiclabs/hardhat-ethers" : " ^2.0.4" ,
45- "@nomiclabs/hardhat-etherscan" : " ^2 .1.8 " ,
45+ "@nomiclabs/hardhat-etherscan" : " ^3 .1.0 " ,
4646 "@nomiclabs/hardhat-truffle5" : " ^2.0.3" ,
4747 "@nomiclabs/hardhat-waffle" : " ^2.0.2" ,
4848 "@nomiclabs/hardhat-web3" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments