Skip to content

Commit 97218fb

Browse files
authored
feat: yield bearing assets for rings (DefiLlama#12915)
2 parents 644d94f + d67570a commit 97218fb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

projects/rings/index.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,17 @@ const config = {
1414
],
1515
supportedAssets: [
1616
'0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48', // USDC
17+
'0x98C23E9d8f34FEFb1B7BD6a91B7FF122F4e16F5c', // AAVEUSDC
1718
'0xdAC17F958D2ee523a2206206994597C13D831ec7', // USDT
19+
'0x23878914EFE38d27C4D67Ab83ed1b93A74D4086a', // AAVEUSDT
1820
'0x40D16FC0246aD3160Ccc09B8D0D3A2cD28aE6C2f', // GHO
21+
'0x1a88Df1cFe15Af22B3c4c783D4e6F7F9e0C1885d', // STKGHO
1922
'0x6B175474E89094C44Da98b954EedeAC495271d0F', // DAI
23+
'0x83F20F44975D03b1b09e64809B757c47f942BEeA', // SDAI
2024
'0xdC035D45d973E3EC169d2276DDab16f1e407384F', // USDS
25+
'0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD', // SUSDS
2126
'0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2', // WETH
27+
'0x4d5F47FA6A74757f35C14fD3a6Ef8E3C9BC514E8', // AAVEWETH
2228
'0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0', // WSTETH
2329
'0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee', // WEETH
2430
]
@@ -30,7 +36,7 @@ const config = {
3036
],
3137
supportedAssets: [
3238
'0x29219dd400f2Bf60E5a23d13Be72B486D4038894', // USDC
33-
'0x309C92261178fA0CF748A855e90Ae73FDb79EBc7', // WETH
39+
'0x50c42dEAcD8Fc9773493ED674b675bE577f2634b', // WETH
3440
]
3541
},
3642
}

0 commit comments

Comments
 (0)