Skip to content

Commit 6aae1cd

Browse files
committed
track breadchain.xyz
1 parent 7f29f51 commit 6aae1cd

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

projects/breadchain/index.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
const { sumTokensExport } = require('../helper/unwrapLPs')
2+
const ADDRESSES = require('../helper/coreAssets.json')
3+
4+
module.exports = {
5+
xdai: {
6+
tvl: sumTokensExport({ owner: '0xa555d5344f6fb6c65da19e403cb4c1ec4a1a5ee3', tokens: [ADDRESSES.xdai.DAI, '0xaf204776c7245bf4147c2612bf6e5972ee483701']})
7+
},
8+
}

projects/mage/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
const { methodology, compoundExports2 } = require("../helper/compound");
2+
3+
module.exports = {
4+
merlin: compoundExports2({ comptroller: '0xCE3bcCd2b0A457782f79000Be1b534C04B3F5aDD', cether: '0xe3b51f15dc086fba15426b8d42b4cd6feb46968e' }),
5+
methodology,
6+
}

0 commit comments

Comments
 (0)