Skip to content

Commit 4c1fc45

Browse files
authored
Add BitUSD adapters (DefiLlama#12897)
2 parents 1cbe583 + 1906b9f commit 4c1fc45

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

projects/bitusd/index.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
const { sumTokensExport, nullAddress } = require('../helper/unwrapLPs')
2+
3+
module.exports = {
4+
start: '2024-11-30',
5+
sapphire: {
6+
tvl: sumTokensExport({ owner: '0x9be6f065aFC34ca99e82af0f0BfB9a01E3f919eE', tokens: [nullAddress] },
7+
{ owner: '0xa16ed0B92a27E8F7fFf1aB513c607115636cb63f', tokens: [nullAddress] }),
8+
},
9+
}
10+

0 commit comments

Comments
 (0)