We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cbe583 + 1906b9f commit 4c1fc45Copy full SHA for 4c1fc45
projects/bitusd/index.js
@@ -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