File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1919 "test" : " hardhat test" ,
2020 "coverage" : " hardhat coverage" ,
2121 "benchmark" : " yarn test benchmark/*.ts" ,
22+ "deploy-custom" : " rm -rf deployments/custom && yarn deploy-all custom" ,
2223 "deploy-all" : " hardhat deploy-contracts --network" ,
2324 "deploy" : " hardhat deploy --network" ,
2425 "lint" : " yarn lint:sol && yarn lint:ts" ,
4445 },
4546 "devDependencies" : {
4647 "@gnosis.pm/mock-contract" : " ^4.0.0" ,
47- "@gnosis.pm/safe-singleton-factory" : " ^1.0.0 " ,
48+ "@gnosis.pm/safe-singleton-factory" : " ^1.0.3 " ,
4849 "@nomiclabs/hardhat-ethers" : " ^2.0.0" ,
4950 "@nomiclabs/hardhat-etherscan" : " ^2.1.0" ,
5051 "@nomiclabs/hardhat-waffle" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 887887 resolved "https://registry.yarnpkg.com/@gnosis.pm/mock-contract/-/mock-contract-4.0.0.tgz#eaf500fddcab81b5f6c22280a7b22ff891dd6f87"
888888 integrity sha512-SkRq2KwPx6vo0LAjSc8JhgQstrQFXRyn2yqquIfub7r2WHi5nUbF8beeSSXsd36hvBcQxQfmOIYNYRpj9JOhrQ==
889889
890- " @gnosis.pm/safe-singleton-factory@^1.0.0 " :
891- version "1.0.0 "
892- resolved "https://registry.yarnpkg.com/@gnosis.pm/safe-singleton-factory/-/safe-singleton-factory-1.0.0 .tgz#2c87e53114a204ae929c25bc92b574d608d23c9b "
893- integrity sha512-7VC76h5Pi+IRnSu7BMo+dy3KpYr/RenzGzclkx8Rpbx64mw19bkBIV67o/TP8OZb4GYVTJde5JAXfkDwf0Xfdg ==
890+ " @gnosis.pm/safe-singleton-factory@^1.0.3 " :
891+ version "1.0.3 "
892+ resolved "https://registry.yarnpkg.com/@gnosis.pm/safe-singleton-factory/-/safe-singleton-factory-1.0.3 .tgz#be47df6b75fe61450c5493d9ffc2e66fb82c39a7 "
893+ integrity sha512-zmTWCs/FonuN7OiIinLja2PgkmP6Wvx14bmTb9Rf22qylKxA4VTzsaCjilL2vjvKc62YyHN5CW4B2V9VLXPSHQ ==
894894 dependencies :
895895 " @types/yargs" " ^15.0.10"
896896 argv "^0.0.2"
You can’t perform that action at this time.
0 commit comments