Skip to content

Commit

Permalink
build(deps): bump @vechain/vebetterdao-contracts from 2.0.0 to 4.0.0 (#…
Browse files Browse the repository at this point in the history
…1474)

Bumps [@vechain/vebetterdao-contracts](https://github.com/vechain/vebetterdao-contracts) from 2.0.0 to 4.0.0.
- [Changelog](https://github.com/vechain/vebetterdao-contracts/blob/main/CONTRACTS_CHANGELOG.md)
- [Commits](https://github.com/vechain/vebetterdao-contracts/commits)

---
updated-dependencies:
- dependency-name: "@vechain/vebetterdao-contracts"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabio Rigamonti <[email protected]>
  • Loading branch information
dependabot[bot] and fabiorigam authored Nov 6, 2024
1 parent b5ba9b0 commit 195e161
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@vechain/sdk-core": "1.0.0-rc.1",
"@vechain/sdk-errors": "1.0.0-rc.1",
"@vechain/sdk-logging": "1.0.0-rc.1",
"@vechain/vebetterdao-contracts": "^2.0.0",
"@vechain/vebetterdao-contracts": "^4.0.0",
"abitype": "^1.0.6",
"isomorphic-ws": "^5.0.0",
"viem": "^2.21.19",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5098,10 +5098,10 @@
uuid "2.0.1"
xmlhttprequest "1.8.0"

"@vechain/vebetterdao-contracts@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@vechain/vebetterdao-contracts/-/vebetterdao-contracts-2.0.0.tgz#a72e3642e284c4a408653327c5aedb9e5cda35a4"
integrity sha512-2Q/OsRiC8VRZp6+IAel4ZyL/sFK6SEw60dLf8uBd8E4jM5ieYaqamCYgeJg0H7tc9BvDX0PHclQiU1FFb3i3HA==
"@vechain/vebetterdao-contracts@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@vechain/vebetterdao-contracts/-/vebetterdao-contracts-4.0.0.tgz#a4ddd8de1b232002810bcee40b9617a5379d40d0"
integrity sha512-tC4Q1r8v0K1MMpiVc+p0zOL7Me/yW+FEeDh2RXYWrXOEuMZBGk9D7KhTX06XGaKdMCwBPIRb3UtELHCvWfT6tQ==
dependencies:
"@openzeppelin/contracts" "^5.0.2"
"@openzeppelin/contracts-upgradeable" "^5.0.2"
Expand Down

1 comment on commit 195e161

@github-actions
Copy link

Choose a reason for hiding this comment

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

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 99%
99% (4356/4400) 97.71% (1413/1446) 99.11% (895/903)
Title Tests Skipped Failures Errors Time
core 808 0 💤 0 ❌ 0 🔥 2m 14s ⏱️
network 734 0 💤 0 ❌ 0 🔥 4m 53s ⏱️
errors 42 0 💤 0 ❌ 0 🔥 16.923s ⏱️
logging 3 0 💤 0 ❌ 0 🔥 18.306s ⏱️
hardhat-plugin 19 0 💤 0 ❌ 0 🔥 59.422s ⏱️
aws-kms-adapter 23 0 💤 0 ❌ 0 🔥 1m 20s ⏱️
ethers-adapter 5 0 💤 0 ❌ 0 🔥 1m 7s ⏱️
rpc-proxy 37 0 💤 0 ❌ 0 🔥 1m 2s ⏱️

Please sign in to comment.