Skip to content

Commit 0b80868

Browse files
authored
feat: adding enosys liquity v2 (#17389)
1 parent 3ba0124 commit 0b80868

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

projects/enosys-loans/index.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
const { getLiquityV2Tvl } = require('../helper/liquity')
2+
3+
const config = {
4+
flare: '0x9474206bc035D03d142264fd9913d1D51246d3AC',
5+
}
6+
7+
Object.keys(config).forEach(chain => {
8+
module.exports[chain] = {
9+
tvl: getLiquityV2Tvl(config[chain])
10+
}
11+
})

0 commit comments

Comments
 (0)