Skip to content

Commit

Permalink
Added Aave-v2 import connector
Browse files Browse the repository at this point in the history
  • Loading branch information
thrilok209 committed May 7, 2021
1 parent 0cff126 commit 506a7fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/addresses/polygon/connectorsV2_M1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ export const connectorsV2_M1 = {
"BASIC-A": "0x1cAF5EC802ca602E98139AD96A8f2B7BC524264E",
"AAVE-CLAIM-A": "0xC7Cb1dE2721BFC0E0DA1b9D526bCdC54eF1C0eFC",
"INSTAPOOL-A": "0x8f1e38c53af7bD2b2bE01b9580911b7Cca504F1b",
"PARASWAP-A": "0xFb3a1D56eD56F046721B9aCa749895100754578b"
"PARASWAP-A": "0xFb3a1D56eD56F046721B9aCa749895100754578b",
"AAVE-V2-IMPORT-A": "0xcCAa4b1b3931749b8b6EF19C6b0B2c496703321b",
}
2 changes: 1 addition & 1 deletion src/data/connectorsV2_M1_mapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default {
"aave_claim": "AAVE-CLAIM-A",
"aave_stake": "AAVE-STAKE-A",
"aave_v1_import": "AAVE-V1-IMPORT-A",
"aave_v2_import": "AAVE-V1-IMPORT-A",
"aave_v2_import": "AAVE-V2-IMPORT-A",
"compoundImport_v2": "COMPOUND-IMPORT-A",
"instapool_v2": "INSTAPOOL-A",
}

0 comments on commit 506a7fc

Please sign in to comment.