Skip to content

Commit

Permalink
Update api3 major updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 26, 2024
1 parent 0b625fe commit fc61f49
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"update-proxy": "hardhat run scripts/update-proxy.js --network $NETWORK"
},
"devDependencies": {
"@api3/chains": "^4.17.1",
"@api3/contracts": "^2.5.0",
"@api3/chains": "^5.2.2",
"@api3/contracts": "^3.2.1",
"@nodary/utilities": "^2.4.0",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
Expand Down
16 changes: 12 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,18 @@
viem "^2.9.6"
zod "^3.22.4"

"@api3/contracts@^2.5.0":
version "2.5.0"
resolved "https://registry.yarnpkg.com/@api3/contracts/-/contracts-2.5.0.tgz#2958077499d134e8dbafc3cf971dd8b99a2623bc"
integrity sha512-tPrzkF2oA98wYT07fvJ1eu6LwJuXcUVI0Sljs4G17vXQopClkMyKcVUMcI9b6aI3ygwbqgy6XC1RONMSA3xFbA==
"@api3/chains@^5.2.2":
version "5.2.2"
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-5.2.2.tgz#cbd48a3f24477215abe7a510d19c7a708defc8a3"
integrity sha512-VAl7LYnpe14h+f398we1fUyokH5Lb3l/Z9CZ/vZKlpM8uaQ38ySQyK6en1YSUAf1u4svQsBRPQGmdP8szKNfig==
dependencies:
viem "^2.9.6"
zod "^3.22.4"

"@api3/contracts@^3.2.1":
version "3.2.1"
resolved "https://registry.yarnpkg.com/@api3/contracts/-/contracts-3.2.1.tgz#4a4a7a6950d31f93111eb225fc5ad813b9d07f8c"
integrity sha512-qV9vMlt9/RQmIyF0YO3X9AZEDUwwM8kfx2biHYAx+8zDK7w77gEGG2K0g4yGZSvuIA3JZVdTk9tUuQBYibZCkg==
dependencies:
ethers "^6.11.1"

Expand Down

0 comments on commit fc61f49

Please sign in to comment.