Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions projects/echo-iBTC/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
const bitcoinAddressBook = require('../helper/bitcoin-book/index.js')
const { sumTokensExport } = require("../helper/sumTokens");

module.exports = {
methodology: "Echo is a Bitcoin liquidity aggregation and yield infrastructure layer",
bitcoin: { tvl: sumTokensExport({ owners: bitcoinAddressBook.echoIBTC }) }
};
3 changes: 3 additions & 0 deletions projects/helper/bitcoin-book/echo-iBTC.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = [
'bc1pp34xr00ez97vyap24qv3j23d2ywmt5nen56q256q8h79scd5ycns9yqyx3',
]
2 changes: 2 additions & 0 deletions projects/helper/bitcoin-book/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ const tzbtc = require('./tezos-btc.js')
const tothemoon = require('./tothemoon.js')
const indodax = require('./indodax.js')
const river = require('./river.js')
const echoIBTC = require('./echo-iBTC.js')

const p2pb2b = ['39BFtTzZjj6o2s7eewefFQxqM4617VmhEK']
const teleswap = [
Expand Down Expand Up @@ -260,4 +261,5 @@ module.exports = {
tothemoon,
indodax,
river,
echoIBTC,
}
Loading