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

fix(aaveV3): adapt to pool data provider upgrade #111

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from 5 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
14 changes: 0 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,7 @@ jobs:
- name: Install dependencies
run: yarn --frozen-lockfile


- name: Load cache
uses: dawidd6/action-download-artifact@v2.27.0
with:
name: hardhat-cache
path: cache
if_no_artifact_found: ignore

- name: Run e2e test suite
run: yarn test:e2e
env:
RPC_URL: ${{ secrets.RPC_URL }}

- name: Save cache
uses: actions/upload-artifact@v2
with:
name: hardhat-cache
path: cache
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config: HardhatUserConfig = {
chainId: 1,
forking: {
url: rpcUrl,
blockNumber: 17514213,
blockNumber: 20984127,
enabled: true,
},
},
Expand Down
Loading
Loading