Skip to content

Commit e946268

Browse files
committed
fix: Fix version of aave-deploy
1 parent 79c2377 commit e946268

File tree

2 files changed

+24
-21
lines changed

2 files changed

+24
-21
lines changed

package-lock.json

Lines changed: 21 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aave/periphery-v3",
3-
"version": "1.19.2",
3+
"version": "1.19.2-beta.0",
44
"description": "Aave Protocol V3 periphery smart contracts",
55
"files": [
66
"contracts",
@@ -32,7 +32,7 @@
3232
},
3333
"license": "AGPLv3",
3434
"devDependencies": {
35-
"@aave/deploy-v3": "1.27.0",
35+
"@aave/deploy-v3": "1.27.0-beta.1",
3636
"@ethersproject/abi": "^5.1.0",
3737
"@nomicfoundation/hardhat-chai-matchers": "^1.0.2",
3838
"@nomiclabs/hardhat-ethers": "^2.1.0",
@@ -89,6 +89,6 @@
8989
"url": "git://github.com/aave/aave-v3-periphery"
9090
},
9191
"dependencies": {
92-
"@aave/core-v3": "^1.14.3-beta.0"
92+
"@aave/core-v3": "1.16.2"
9393
}
9494
}

0 commit comments

Comments
 (0)