Skip to content

Commit

Permalink
fix: Fix version of aave-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmtzinf committed Oct 20, 2022
1 parent 79c2377 commit e946268
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 21 deletions.
39 changes: 21 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aave/periphery-v3",
"version": "1.19.2",
"version": "1.19.2-beta.0",
"description": "Aave Protocol V3 periphery smart contracts",
"files": [
"contracts",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"license": "AGPLv3",
"devDependencies": {
"@aave/deploy-v3": "1.27.0",
"@aave/deploy-v3": "1.27.0-beta.1",
"@ethersproject/abi": "^5.1.0",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.2",
"@nomiclabs/hardhat-ethers": "^2.1.0",
Expand Down Expand Up @@ -89,6 +89,6 @@
"url": "git://github.com/aave/aave-v3-periphery"
},
"dependencies": {
"@aave/core-v3": "^1.14.3-beta.0"
"@aave/core-v3": "1.16.2"
}
}

0 comments on commit e946268

Please sign in to comment.