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.
1 parent 88c37e5 commit 0bb20c8Copy full SHA for 0bb20c8
projects/solv-btc-lst/index.js
@@ -1,5 +1,6 @@
1
const { sumTokens } = require('../helper/chain/bitcoin');
2
-const bitcoinAddressBook = require('../helper/bitcoin-book/index.js')
+const bitcoinAddressBook = require('../helper/bitcoin-book/index.js');
3
+const { getConfig } = require('../helper/cache.js');
4
5
async function tvl() {
6
return sumTokens({ owners: await bitcoinAddressBook.solvBTC() })
0 commit comments