Skip to content

Commit

Permalink
Merge pull request #326 from Instadapp/f/aave-v3
Browse files Browse the repository at this point in the history
fix: update aave-v3 connector address
  • Loading branch information
shriyatyagii authored Oct 8, 2024
2 parents ad9122a + aecd6c4 commit c852fb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dsa-connect",
"version": "0.7.4",
"version": "0.7.5",
"description": "DSA connect",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down
2 changes: 1 addition & 1 deletion src/addresses/mainnet/connectorsV2_M1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const connectorsV2_M1 = {
'1INCH-V3-A': '0x235fca310ac7be45c7ad45f111203468743e4b7c',
'AAVE-V1-A': '0x612c5CA43230D9F97a0ac87E4420F66b8DF97e9D',
'AAVE-V2-A': '0xdB8e3f36C6F4368CB2C023f41225428E366B0B2a',
'AAVE-V3-A': '0xB1f852cF90B5641EFE20768F4caB73EA4fAC7664',
'AAVE-V3-A': '0x77c09feB84b7A6bAD6c3cd038Cf0F0d737c1C6BF',
'AAVE-V3-LIDO-A': '0x54FC4D7Fc9EB0bf628c87D61E67c7839309561EA',
'AAVE-V3-CLAIM-A': '0xFe0ccFac4B1502259Bb2359e25f6bC732De93c56',
'AAVE-V3-IMPORT-A': '0x1F77b2C10E3236568D1863F00AAfe6c743bBbB71',
Expand Down

0 comments on commit c852fb3

Please sign in to comment.