Skip to content

Commit

Permalink
Merge branch '3.1.0' into fix-version
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmrodri committed Oct 24, 2023
2 parents 9983d77 + c1e9f04 commit 3d68e51
Show file tree
Hide file tree
Showing 147 changed files with 2,728 additions and 1,087 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- run: yarn devchain &
env:
MAINNET_RPC_URL: https://mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161
FORK_BLOCK: 18114118
FORK_NETWORK: mainnet
- run: yarn deploy:run --network localhost
env:
Expand Down Expand Up @@ -65,7 +64,7 @@ jobs:
TS_NODE_SKIP_IGNORE: true
MAINNET_RPC_URL: https://eth-mainnet.alchemyapi.io/v2/${{ secrets.ALCHEMY_MAINNET_KEY }}
FORK_NETWORK: mainnet

plugin-tests-base:
name: 'Plugin Tests (Base)'
runs-on: ubuntu-latest
Expand All @@ -84,7 +83,7 @@ jobs:
restore-keys: |
hardhat-network-fork-${{ runner.os }}-
hardhat-network-fork-
- run: npx hardhat test ./test/plugins/individual-collateral/cbeth/*.test.ts
- run: npx hardhat test ./test/plugins/individual-collateral/{cbeth,aave-v3,compoundv3,stargate}/*.test.ts
env:
NODE_OPTIONS: '--max-old-space-size=8192'
TS_NODE_SKIP_IGNORE: true
Expand Down
Loading

0 comments on commit 3d68e51

Please sign in to comment.