Skip to content

Commit

Permalink
Release solidity/v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-zimnoch committed Jan 18, 2024
1 parent 5bae545 commit ee66164
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions solidity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keep-network/tbtc-v2",
"version": "1.5.1",
"version": "1.5.2",
"license": "GPL-3.0-only",
"files": [
"artifacts/",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@keep-network/bitcoin-spv-sol": "3.4.0-solc-0.8",
"@keep-network/ecdsa": "2.0.0",
"@keep-network/ecdsa": "2.0.1",
"@keep-network/random-beacon": "2.0.0",
"@keep-network/tbtc": "1.1.0",
"@openzeppelin/contracts": "^4.8.1",
Expand Down
8 changes: 4 additions & 4 deletions solidity/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1484,10 +1484,10 @@
resolved "https://registry.yarnpkg.com/@keep-network/bitcoin-spv-sol/-/bitcoin-spv-sol-3.4.0-solc-0.8.tgz#8b44c246ffab8ea993efe196f6bf385b1a3b84dc"
integrity sha512-KlpY9BbasyLvYXSS7dsJktgRChu/yjdFLOX8ldGA/pltLicCm/l0F4oqxL8wSws9XD12vq9x0B5qzPygVLB2TQ==

"@keep-network/ecdsa@2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@keep-network/ecdsa/-/ecdsa-2.0.0.tgz#96d301cd272e61334bec173b5c4945758fc80853"
integrity sha512-KXSUOkZIKHR3I4H99CpgkPtuneI9AxgGo8+DmqGR56QB28kJCEXm7GC/yTInWS1lb7LzDwkjIm9VYAIGdLrsZw==
"@keep-network/ecdsa@2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@keep-network/ecdsa/-/ecdsa-2.0.1.tgz#f9de5e4ae68c48493b8a46d1d956c8bc157b1145"
integrity sha512-51Ef0FGak9dzuTF4e80ed1G2+3v+kQYPieYa3hX7eKg3XG0/C/xOtMSpIOxU7IMdYBHeeH+hRIqDiL5AuOidOg==
dependencies:
"@keep-network/random-beacon" "2.0.0"
"@keep-network/sortition-pools" "2.0.0"
Expand Down

0 comments on commit ee66164

Please sign in to comment.