Skip to content

Commit

Permalink
Update contract deps
Browse files Browse the repository at this point in the history
Set `dapp-development-goerli` tag for `@threshold-network/solidity-contracts`.
We need dapp-friendly contracts here.
  • Loading branch information
michalinacienciala committed Sep 1, 2022
1 parent ed91130 commit c83d6f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion solidity/random-beacon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@keep-network/sortition-pools": "^2.0.0-pre.13",
"@openzeppelin/contracts": "^4.6.0",
"@thesis/solidity-contracts": "github:thesis/solidity-contracts#4985bcf",
"@threshold-network/solidity-contracts": "development"
"@threshold-network/solidity-contracts": "dapp-development-goerli"
},
"devDependencies": {
"@defi-wonderland/smock": "^2.0.7",
Expand Down
18 changes: 9 additions & 9 deletions solidity/random-beacon/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -970,10 +970,10 @@
deepmerge "^4.2.2"
untildify "^4.0.0"

"@keep-network/keep-core@>1.8.1-dev <1.8.1-goerli":
version "1.8.1-dev.0"
resolved "https://registry.yarnpkg.com/@keep-network/keep-core/-/keep-core-1.8.1-dev.0.tgz#d95864b25800214de43d8840376a68336cb12055"
integrity sha512-gFXkgN4PYOYCZ14AskL7fZHEFW5mu3BDd+TJKBuKZc1q9CgRMOK+dxpJnSctxmSH1tV+Ln9v9yqlSkfPCoiBHw==
"@keep-network/keep-core@^1.8.1-goerli.0":
version "1.8.1-goerli.0"
resolved "https://registry.yarnpkg.com/@keep-network/keep-core/-/keep-core-1.8.1-goerli.0.tgz#238485aab51902021d42357bf59695225002f0ab"
integrity sha512-h3La/RqbyEZjBBPg8V+pcRFo3UpWZUF4CxWfXHZnUR4PnkZKnIDrTNFQPhpV2uYFZwrbJxTR9mzOq/DOAiXPwA==
dependencies:
"@openzeppelin/upgrades" "^2.7.2"
openzeppelin-solidity "2.4.0"
Expand Down Expand Up @@ -1382,12 +1382,12 @@
dependencies:
"@openzeppelin/contracts" "^4.1.0"

"@threshold-network/solidity-contracts@development":
version "1.2.0-dev.17"
resolved "https://registry.yarnpkg.com/@threshold-network/solidity-contracts/-/solidity-contracts-1.2.0-dev.17.tgz#c12157f199bb1ef95ca3748654286abb08ed8f7b"
integrity sha512-YJE4fgwjBha+61iVo4TiUN/F5eND835U8rWxHy1uBU4e/CZGG99Vv1n33NMDvTNHw6pi2HKLKYqWSyc01/5/PA==
"@threshold-network/solidity-contracts@dapp-development-goerli":
version "1.2.0-dapp-dev-goerli.0"
resolved "https://registry.yarnpkg.com/@threshold-network/solidity-contracts/-/solidity-contracts-1.2.0-dapp-dev-goerli.0.tgz#93d2e6c1c2dc9c076d21cd40166159c551b91791"
integrity sha512-L2hcprPQQwkp/3hq+aN+huxhrY6KDtUtI8EWyv8WASGC5rybvbnnVg2YMGydSPvcCNBDJ08zSHQ5gYBHJZ6RCg==
dependencies:
"@keep-network/keep-core" ">1.8.1-dev <1.8.1-goerli"
"@keep-network/keep-core" "^1.8.1-goerli.0"
"@openzeppelin/contracts" "~4.5.0"
"@openzeppelin/contracts-upgradeable" "~4.5.2"
"@thesis/solidity-contracts" "github:thesis/solidity-contracts#4985bcf"
Expand Down

0 comments on commit c83d6f1

Please sign in to comment.