Skip to content

Commit

Permalink
add avalanche bitcoin
Browse files Browse the repository at this point in the history
  • Loading branch information
Define101 committed Aug 10, 2024
1 parent 3d72d85 commit 98cd1a6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions projects/avalance-btc/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
const sdk = require('@defillama/sdk');
const { sumTokensExport } = require('../helper/sumTokens');

//https://support.avax.network/en/articles/6349640-how-does-the-avalanche-bridge-work
const owners = [
'bc1q2f0tczgrukdxjrhhadpft2fehzpcrwrz549u90', // https://prnt.sc/unrBvLvw3z1t
]

module.exports = {
methodology: 'BTC wallets on bc1q2f0tczgrukdxjrhhadpft2fehzpcrwrz549u90',
bitcoin: {
tvl: sdk.util.sumChainTvls([
sumTokensExport({ owners }),
]),
},
};

0 comments on commit 98cd1a6

Please sign in to comment.