Skip to content

Commit 22c7521

Browse files
martinpm2Martin PM
andauthored
Added lucky peaches lending protocol (#16919)
Co-authored-by: Martin PM <[email protected]>
1 parent dc0cdb4 commit 22c7521

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

projects/luckypeaches/index.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
const { aaveExports } = require('../helper/aave')
2+
3+
module.exports = {
4+
hemi: aaveExports(
5+
'hemi',
6+
undefined,
7+
undefined,
8+
['0x986b04d0a228b8cB81E236F9Add85e43758F21B2']
9+
),
10+
}

0 commit comments

Comments
 (0)