Skip to content

Commit

Permalink
track kraken btc
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Oct 17, 2024
1 parent 390ed70 commit 875ac9b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions projects/kraken-btc/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
const { sumTokensExport } = require('../helper/sumTokens')

// https://www.kraken.com/kbtc
module.exports = {
bitcoin: { tvl: sumTokensExport({ owners: ['bc1qqwf6hexnnswmj6yuhz5xyj20frtp8exv7mclck'] }) }
}

0 comments on commit 875ac9b

Please sign in to comment.