Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump contract dependencies #54

Merged
merged 4 commits into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,3 @@ jobs:
run: npm run test
env:
ALCHEMY_KEY: ${{ secrets.ALCHEMY_KEY }}
- name: Test ethereum checklist
run: npm run test:ethereum:fork
env:
ALCHEMY_KEY: ${{ secrets.ALCHEMY_KEY }}
14 changes: 7 additions & 7 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@aave/aave-token": "^1.0.4",
"@aave/core-v3": "^1.19.0",
"@aave/periphery-v3": "^2.4.1",
"@aave/periphery-v3": "^2.5.0",
"@aave/safety-module": "^1.0.3",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.5",
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
Expand Down Expand Up @@ -64,7 +64,6 @@
"deploy": "if [ \"$SKIP_COMPILE\" = 'true' ]; then echo '[Warning] Skipping compilation'; else npm run compile; fi && npx hardhat deploy --no-compile",
"test": "npm run compile && npm run test:fork",
"test:fork": "MARKET_NAME=Aave FORK=main npx hardhat test ./tests/__setup.spec.ts ./tests/fork/check-list.spec.ts",
"test:ethereum:fork": "TRANSFER_OWNERSHIP=true FORK=main MARKET_NAME=Ethereum npx hardhat test ./tests/ethereum/ethereum.*.spec.ts",
"deploy:market:aave:fork": "FORK=main MARKET_NAME=Aave npm run deploy",
"deploy:market:eth:empty:fork": "FORK=main MARKET_NAME=Ethereum npm run deploy"
},
Expand Down
218 changes: 0 additions & 218 deletions tests/ethereum/ethereum.gov.spec.ts

This file was deleted.

Loading
Loading