Skip to content

Commit 7f58aa3

Browse files
lakshansLakshan Sivananthang1nt0ki
authored
Added SX Bridge TVL (DefiLlama#13355)
Co-authored-by: Lakshan Sivananthan <[email protected]> Co-authored-by: g1nt0ki <[email protected]>
1 parent fb56adc commit 7f58aa3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

projects/sxr-bridge/index.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
const { sumTokens2 } = require("../helper/unwrapLPs");
2+
3+
module.exports = {
4+
ethereum: {
5+
tvl: (api) =>
6+
sumTokens2({
7+
api,
8+
owners: ['0xa104C0426e95a5538e89131DbB4163d230C35f86', '0xB4968C66BECc8fb4f73b50354301c1aDb2Abaa91'],
9+
fetchCoValentTokens: true,
10+
}),
11+
},
12+
};

0 commit comments

Comments
 (0)