Skip to content

Commit

Permalink
Merge branch 'main' into feat/paraswap-adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmtzinf committed Feb 27, 2024
2 parents a8a95af + 5c95642 commit edcc78e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 602 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 }}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
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.

163 changes: 0 additions & 163 deletions tests/ethereum/ethereum.implementations.spec.ts

This file was deleted.

Loading

0 comments on commit edcc78e

Please sign in to comment.