Skip to content

Commit

Permalink
Merge pull request #251 from morpho-dao/refactor/aave-v3
Browse files Browse the repository at this point in the history
Remove aave-v3
  • Loading branch information
Rubilmax authored Apr 25, 2023
2 parents d7eb082 + 209cc0f commit 648bc6f
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 1,790 deletions.
50 changes: 0 additions & 50 deletions .github/workflows/ci-foundry-aave-v3.yml

This file was deleted.

8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,12 @@ endif
ifeq (${NETWORK}, polygon-mainnet)
FOUNDRY_CHAIN_ID=137
FOUNDRY_FORK_BLOCK_NUMBER=22116728

ifeq (${PROTOCOL}, aave-v3)
FOUNDRY_FORK_BLOCK_NUMBER=29116728
endif
endif

ifeq (${NETWORK}, avalanche-mainnet)
FOUNDRY_CHAIN_ID=43114
FOUNDRY_ETH_RPC_URL=https://api.avax.network/ext/bc/C/rpc
FOUNDRY_FORK_BLOCK_NUMBER=12675271

ifeq (${PROTOCOL}, aave-v3)
FOUNDRY_FORK_BLOCK_NUMBER=15675271
endif
endif


Expand Down
2 changes: 0 additions & 2 deletions remappings.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@aave/core-v3/=lib/morpho-contracts/lib/aave-v3-core/
@aave/periphery-v3/=lib/morpho-contracts/lib/aave-v3-periphery/
@rari-capital/solmate/=lib/morpho-contracts/lib/solmate/
@morpho-labs/morpho-utils/=lib/morpho-contracts/lib/morpho-utils/src/

Expand Down
287 changes: 0 additions & 287 deletions src/aave-v3/SupplyVault.sol

This file was deleted.

Loading

0 comments on commit 648bc6f

Please sign in to comment.