diff --git a/projects/kraken-btc/index.js b/projects/kraken-btc/index.js new file mode 100644 index 0000000000..2a28405498 --- /dev/null +++ b/projects/kraken-btc/index.js @@ -0,0 +1,6 @@ +const { sumTokensExport } = require('../helper/sumTokens') + +// https://www.kraken.com/kbtc +module.exports = { + bitcoin: { tvl: sumTokensExport({ owners: ['bc1qqwf6hexnnswmj6yuhz5xyj20frtp8exv7mclck'] }) } +} \ No newline at end of file