Skip to content

Commit 1e946d7

Browse files
committed
track privacypools.com
1 parent 25159ac commit 1e946d7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

projects/privacypools/index.js

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
const { sumTokensExport, nullAddress } = require('../helper/unwrapLPs')
2+
3+
const config = {
4+
ethereum: { owners: ['0xf241d57c6debae225c0f2e6ea1529373c9a9c9fb'], tokens: [nullAddress] },
5+
}
6+
7+
Object.keys(config).forEach(chain => {
8+
module.exports[chain] = {
9+
tvl: sumTokensExport(config[chain],)
10+
}
11+
})

0 commit comments

Comments
 (0)