Skip to content

Commit 5cee999

Browse files
author
Jasmin@AvalonLabs
authored
feat: USDaLend: Corn, Sei, Sonic (DefiLlama#12961)
1 parent 0fcc469 commit 5cee999

File tree

1 file changed

+4
-0
lines changed
  • projects/avalon-finance-usdalend

1 file changed

+4
-0
lines changed

projects/avalon-finance-usdalend/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ const { mergeExports } = require('../helper/utils')
55

66
//@note Main & Innovative Markets
77
const getExports = address => aaveExports(address, '', undefined, [address], { v3: true })
8+
89
const mainMarket = {
910
iotex: getExports('0xDB52DD393e3a5e95d3B7C7e1C42cC06bb807A369'),
1011
taiko: getExports('0x5EcDC2432ED77cD8E2cE6183712c5cc712c40ec0'),
1112
zircuit: getExports('0x5EcDC2432ED77cD8E2cE6183712c5cc712c40ec0'),
13+
corn: getExports('0xa15c0c3D6Ad3FeE623BEd68391923c9Ff79a50c3'),
14+
sei: getExports('0x5EcDC2432ED77cD8E2cE6183712c5cc712c40ec0'),
15+
sonic: getExports('0x1C6E9510055B71429022B997E6602FbaEEb0481F'),
1216
}
1317

1418
module.exports = mergeExports(

0 commit comments

Comments
 (0)