Skip to content

Commit 3d5306f

Browse files
committed
Updated sortition pool version used by ecdsa contracts
The new version has solidity pragma fixed to 0.8.17.
1 parent f3e130d commit 3d5306f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

solidity/ecdsa/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"dependencies": {
7171
"@keep-network/hardhat-helpers": "^0.6.0-pre.15",
7272
"@keep-network/random-beacon": "development",
73-
"@keep-network/sortition-pools": "^2.0.0-pre.15",
73+
"@keep-network/sortition-pools": "^2.0.0-pre.16",
7474
"@openzeppelin/contracts": "^4.6.0",
7575
"@openzeppelin/contracts-upgradeable": "^4.6.0",
7676
"@threshold-network/solidity-contracts": "development"

solidity/ecdsa/yarn.lock

+8
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,14 @@
705705
"@openzeppelin/contracts" "^4.3.2"
706706
"@thesis/solidity-contracts" "github:thesis/solidity-contracts#4985bcf"
707707

708+
"@keep-network/sortition-pools@^2.0.0-pre.16":
709+
version "2.0.0-pre.16"
710+
resolved "https://registry.yarnpkg.com/@keep-network/sortition-pools/-/sortition-pools-2.0.0-pre.16.tgz#2df738cc06e4062212605d12740127eaa71c2346"
711+
integrity sha512-tEd21AbtZj4gqm46n0l8ujA7p7C7RtdN5DhSw0FWI9FYKg1iL4IoQw8Fe7wsqzMnLf61zQfNeQ7w78jPaqoowA==
712+
dependencies:
713+
"@openzeppelin/contracts" "^4.3.2"
714+
"@thesis/solidity-contracts" "github:thesis/solidity-contracts#4985bcf"
715+
708716
"@metamask/eth-sig-util@^4.0.0":
709717
version "4.0.1"
710718
resolved "https://registry.yarnpkg.com/@metamask/eth-sig-util/-/eth-sig-util-4.0.1.tgz#3ad61f6ea9ad73ba5b19db780d40d9aae5157088"

0 commit comments

Comments
 (0)