Skip to content

Commit 0bb20c8

Browse files
committed
bugfix
1 parent 88c37e5 commit 0bb20c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/solv-btc-lst/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
const { sumTokens } = require('../helper/chain/bitcoin');
2-
const bitcoinAddressBook = require('../helper/bitcoin-book/index.js')
2+
const bitcoinAddressBook = require('../helper/bitcoin-book/index.js');
3+
const { getConfig } = require('../helper/cache.js');
34

45
async function tvl() {
56
return sumTokens({ owners: await bitcoinAddressBook.solvBTC() })

0 commit comments

Comments
 (0)