Skip to content

Commit

Permalink
add aave usdc token config
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Jul 26, 2024
1 parent 300ec82 commit af35004
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/liquidity/lend/aave.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,15 @@ export class AddressBookConfigure {
decimals: 6,
isNativeWrapped: false,
},
{
symbol: "usdc",
aToken: "0x724dc807b04555b71ed48a6896b6F41593b8C637",
vToken: "0xf611aEb5013fD2c0511c9CD55c7dc5C1140741A6",
underlyingToken: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
decimals: 6,
isNativeWrapped: false,
},

{
symbol: "eth",
aToken: "0xe50fA9b3c56FfB159cB0FCA61F5c9D750e8128c8",
Expand Down Expand Up @@ -140,6 +149,14 @@ export class AddressBookConfigure {
decimals: 6,
isNativeWrapped: false,
},
{
symbol: "usdc",
aToken: "0x38d693cE1dF5AaDF7bC62595A37D667aD57922e5",
vToken: "0x5D557B07776D12967914379C71a1310e917C7555",
underlyingToken: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85",
decimals: 6,
isNativeWrapped: false,
},
{
symbol: "eth",
aToken: "0xe50fA9b3c56FfB159cB0FCA61F5c9D750e8128c8",
Expand Down Expand Up @@ -212,6 +229,14 @@ export class AddressBookConfigure {
decimals: 6,
isNativeWrapped: false,
},
{
symbol: "usdc",
aToken: "0xA4D94019934D8333Ef880ABFFbF2FDd611C762BD",
vToken: "0xE701126012EC0290822eEA17B794454d1AF8b030",
underlyingToken: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
decimals: 6,
isNativeWrapped: false,
},
{
symbol: "usdt",
aToken: "0x60D55F02A771d515e077c9C2403a1ef324885CeC",
Expand Down

0 comments on commit af35004

Please sign in to comment.