Skip to content

Commit 767ef36

Browse files
committed
Update factory
1 parent e122fbc commit 767ef36

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
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",
@@ -44,7 +45,7 @@
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",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -887,10 +887,10 @@
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"

0 commit comments

Comments
 (0)