Skip to content

Commit

Permalink
Update factory
Browse files Browse the repository at this point in the history
  • Loading branch information
rmeissner committed Nov 17, 2021
1 parent e122fbc commit 767ef36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"test": "hardhat test",
"coverage": "hardhat coverage",
"benchmark": "yarn test benchmark/*.ts",
"deploy-custom": "rm -rf deployments/custom && yarn deploy-all custom",
"deploy-all": "hardhat deploy-contracts --network",
"deploy": "hardhat deploy --network",
"lint": "yarn lint:sol && yarn lint:ts",
Expand All @@ -44,7 +45,7 @@
},
"devDependencies": {
"@gnosis.pm/mock-contract": "^4.0.0",
"@gnosis.pm/safe-singleton-factory": "^1.0.0",
"@gnosis.pm/safe-singleton-factory": "^1.0.3",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^2.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -887,10 +887,10 @@
resolved "https://registry.yarnpkg.com/@gnosis.pm/mock-contract/-/mock-contract-4.0.0.tgz#eaf500fddcab81b5f6c22280a7b22ff891dd6f87"
integrity sha512-SkRq2KwPx6vo0LAjSc8JhgQstrQFXRyn2yqquIfub7r2WHi5nUbF8beeSSXsd36hvBcQxQfmOIYNYRpj9JOhrQ==

"@gnosis.pm/safe-singleton-factory@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@gnosis.pm/safe-singleton-factory/-/safe-singleton-factory-1.0.0.tgz#2c87e53114a204ae929c25bc92b574d608d23c9b"
integrity sha512-7VC76h5Pi+IRnSu7BMo+dy3KpYr/RenzGzclkx8Rpbx64mw19bkBIV67o/TP8OZb4GYVTJde5JAXfkDwf0Xfdg==
"@gnosis.pm/safe-singleton-factory@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@gnosis.pm/safe-singleton-factory/-/safe-singleton-factory-1.0.3.tgz#be47df6b75fe61450c5493d9ffc2e66fb82c39a7"
integrity sha512-zmTWCs/FonuN7OiIinLja2PgkmP6Wvx14bmTb9Rf22qylKxA4VTzsaCjilL2vjvKc62YyHN5CW4B2V9VLXPSHQ==
dependencies:
"@types/yargs" "^15.0.10"
argv "^0.0.2"
Expand Down

1 comment on commit 767ef36

@Emmanuelruina
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug report permission to remove

Please sign in to comment.