Skip to content

Commit f1544ce

Browse files
rellyxxrellyxxx
andauthored
add moveflow (DefiLlama#13414)
Co-authored-by: relly <[email protected]>
1 parent 4950a09 commit f1544ce

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

projects/moveflow/index.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
3+
const { sumTokensExport } = require('./../helper/unwrapLPs')
4+
5+
module.exports = {
6+
occ: {
7+
tvl: sumTokensExport({
8+
owners: ['0x408BDA1fe3Ed15Dc6b06a00055a2894e5D79369E'],
9+
tokens: [ '0xd02E8c38a8E3db71f8b2ae30B8186d7874934e12'],
10+
}),
11+
},
12+
13+
};

0 commit comments

Comments
 (0)