Skip to content

Commit b8a2c50

Browse files
Compound v3. Change ARB USDT market address to correct one (DefiLlama#11486)
1 parent 4d9d263 commit b8a2c50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/compound-v3/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ module.exports = compoundV3Exports({
1313
'0xA5EDBDD9646f8dFF606d7448e414884C7d905dCA', // USDC.e Market
1414
'0x9c4ec768c28520B50860ea7a15bd7213a9fF58bf', // USDC Market
1515
'0x6f7D514bbD4aFf3BcD1140B7344b32f063dEe486', // WETH Market
16-
'0x5C58d4479A1E9b2d19EE052143FA73F0ee79A36e', // USDT Market
16+
'0xd98Be00b5D27fc98112BdE293e487f8D4cA57d07', // USDT Market
1717
],
1818
},
1919
polygon: {
2020
markets: [
2121
'0xF25212E676D1F7F89Cd72fFEe66158f541246445', // USDC.e Market
2222
'0xaeB318360f27748Acb200CE616E389A6C9409a07', // USDT Market
23-
],
23+
],
2424
},
2525
base: {
2626
markets: [

0 commit comments

Comments
 (0)