Skip to content

Commit

Permalink
fix: update v3 dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kartojal committed Nov 22, 2021
1 parent f0c8787 commit 9cb6a47
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 16 deletions.
28 changes: 14 additions & 14 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 @@ -26,8 +26,8 @@
"prepublish": "npm run compile"
},
"devDependencies": {
"@aave/deploy-v3": "^1.0.3",
"@aave/periphery-v3": "^1.4.2",
"@aave/deploy-v3": "^1.5.0",
"@aave/periphery-v3": "^1.6.1",
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.11",
"@openzeppelin/contracts": "4.2.0",
"@tenderly/hardhat-tenderly": "^1.1.0-beta.5",
Expand Down
3 changes: 3 additions & 0 deletions setup-test-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ cp -r node_modules/@aave/periphery-v3/artifacts/contracts/* temp-artifacts/perip
mkdir -p temp-artifacts/deploy
cp -r node_modules/@aave/deploy-v3/artifacts/contracts/* temp-artifacts/deploy

# Export MARKET_NAME variable to use Aave market as testnet deployment setup
export MARKET_NAME="Aave"

echo "[BASH] Testnet enviroment ready"

0 comments on commit 9cb6a47

Please sign in to comment.