Skip to content

Commit 92f7a22

Browse files
author
Hexaswap
authored
Add Hexaswap on Telos (DefiLlama#8657)
1 parent bac181d commit 92f7a22

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

projects/hexaswap/index.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
const { getUniTVL } = require('../helper/unknownTokens')
2+
3+
module.exports = {
4+
misrepresentedTokens: true,
5+
telos: {
6+
tvl: getUniTVL({
7+
fetchBalances: true,
8+
useDefaultCoreAssets: true,
9+
factory: '0x7853cDd20592aaff59D6e89B59bF67499564C525',
10+
})
11+
}
12+
}

0 commit comments

Comments
 (0)