Skip to content

Commit 1c8be0e

Browse files
feat: add bsquared to xlink (DefiLlama#12054)
1 parent 694bc5f commit 1c8be0e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

projects/xlink/index.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,14 @@ module.exports = {
6060
],
6161
}),
6262
},
63+
bsquared: {
64+
tvl: sumTokensExport({
65+
owners: [
66+
'0x10eeCCc43172458F0ff9Cc3E9730aB256fAEE32e'
67+
],
68+
tokens: [
69+
ADDRESSES.bsquared.UBTC
70+
]
71+
}),
72+
}
6373
};

0 commit comments

Comments
 (0)