You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
now after running npm run check-bitcoin-duplicates in the DefiLlama-Adapters repo, we found some duplicated fbtc addresses and don't know the proper way to remove them.
can you help us to remove the duplicated fbtc addresses, or tell us a proper way to do that?
The text was updated successfully, but these errors were encountered:
hey, I saw the fbtc adapter has been updated to:
https://github.com/lyfmantle/DefiLlama-Adapters/blob/main/projects/fbtc/index.js
and the
bitcoinAddressBook.fbtc()
method points to:https://github.com/lyfmantle/DefiLlama-Adapters/blob/main/projects/helper/bitcoin-book/fetchers.js#L32-L50
it's getting the addresses from an api.
now after running
npm run check-bitcoin-duplicates
in theDefiLlama-Adapters
repo, we found some duplicated fbtc addresses and don't know the proper way to remove them.can you help us to remove the duplicated fbtc addresses, or tell us a proper way to do that?
The text was updated successfully, but these errors were encountered: