Skip to content

Commit

Permalink
feat: Added beta deploy package. Fix test that hangs due multiple dep…
Browse files Browse the repository at this point in the history
…loyments.
  • Loading branch information
kartojal committed Mar 4, 2022
1 parent a3fcaff commit 444139a
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 60 deletions.
106 changes: 49 additions & 57 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"license": "AGPLv3",
"devDependencies": {
"@aave/deploy-v3": "^1.19.0",
"@aave/deploy-v3": "^1.21.1-beta.4",
"@ethersproject/abi": "^5.1.0",
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.11",
"@nomiclabs/hardhat-etherscan": "^2.1.1",
Expand Down Expand Up @@ -88,6 +88,6 @@
"url": "git://github.com/aave/aave-v3-periphery"
},
"dependencies": {
"@aave/core-v3": "^1.14.2"
"@aave/core-v3": "^1.14.3-beta.0"
}
}
3 changes: 2 additions & 1 deletion test/rewards/strategies/base-strategy.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ makeSuite('Base Transfer Strategy', (testEnv: TestEnv) => {
const incentivesController = RANDOM_ADDRESSES[0];
const rewardsAdmin = RANDOM_ADDRESSES[1];

const artifact = await hre.deployments.deploy('PullRewardsTransferStrategy', {
const artifact = await hre.deployments.deploy('PullRewardsTransferStrategy-Tests', {
contract: 'PullRewardsTransferStrategy',
from: deployer.address,
args: [incentivesController, rewardsAdmin, ZERO_ADDRESS],
});
Expand Down

0 comments on commit 444139a

Please sign in to comment.