Skip to content

Commit

Permalink
Micro Credit Project (#11900)
Browse files Browse the repository at this point in the history
Co-authored-by: g1nt0ki <[email protected]>
  • Loading branch information
sarp07 and g1nt0ki authored Oct 14, 2024
1 parent 74ae0c1 commit c953098
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions projects/microcreditproject/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
const { sumTokensExport } = require('../helper/unwrapLPs')

const TOKENS = [
'0x80b5a32E4F032B2a058b4F29EC95EEfEEB87aDcd',
]

const INVESTMENT_CONTRACT = '0x951d1571C75C519Cc3D09b6B71595C6aCe1c06dB'
const PROFIT_SHARE_CONTRACT = '0x165D74d2DEFe37794371eB63c63999ab5620DBfB'

module.exports = {
islm: {
tvl: sumTokensExport({
owners: [INVESTMENT_CONTRACT, PROFIT_SHARE_CONTRACT],
tokens: TOKENS
}),
},
}

0 comments on commit c953098

Please sign in to comment.