We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25159ac commit 1e946d7Copy full SHA for 1e946d7
projects/privacypools/index.js
@@ -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