Skip to content

Commit e5f9518

Browse files
Add ZetaChain (DefiLlama#12017)
1 parent 3434f23 commit e5f9518

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

projects/shoebillFinance-v2/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
const { compoundExports2 } = require("../helper/compound");
22
const { mergeExports } = require("../helper/utils");
3+
const { aaveExports } = require("../helper/aave");
34

45
module.exports = mergeExports([
56
{
@@ -87,4 +88,8 @@ module.exports = mergeExports([
8788
cether: "0x4dA697a89ea1D166881362b56E6863294820eC97",
8889
}),
8990
},
91+
{
92+
zeta: aaveExports(undefined, undefined, undefined, ['0x2B6647f63f6Fab5c73e96FBf974f4ed2AB8a4308'], { v3: true })
93+
}
94+
9095
]);

0 commit comments

Comments
 (0)