Skip to content

Commit

Permalink
chore: bump contract dependencies (#54)
Browse files Browse the repository at this point in the history
* chore: bump contract dependencies

* fix: Deprecate ethereum fork tests

---------

Co-authored-by: miguelmtzinf <[email protected]>
  • Loading branch information
defispartan and miguelmtzinf authored Feb 23, 2024
1 parent c76e314 commit 5c95642
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 806 deletions.
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

0 comments on commit 5c95642

Please sign in to comment.