-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
const { sumTokensExport, nullAddress } = require("../helper/sumTokens"); | ||
// To whom it may concern, | ||
|
||
module.exports = { | ||
bsquared: { tvl: sumTokensExport({ owner: '0xd5B5f1CA0fa5636ac54b0a0007BA374A1513346e', tokens: [nullAddress] }) }, | ||
} | ||
// We would like to request the delisting of the Hive Protocol on DefiLlama. Currently, on the Bsquared statistics page at https://defillama.com/chain/BSquared, Hive Protocol has the highest TVL, but since it is categorized under the staking pool section, the data is grayed out. | ||
|
||
// We understand and support DefiLlama's decision to gray out the data of projects in the staking pool category to avoid double counting. However, this has led to community users constantly asking whether Hive Protocol is experiencing any issues or has security vulnerabilities. | ||
|
||
// To better serve the Bsquared community, we have decided to delist the Hive Protocol on DefiLlama. In fact, we have also observed that the Ethereum community has not included staking protocol in the overall TVL display, which further convinces us that delisting Hive Protocol is a better decision for the community. | ||
|
||
// Thank you for your understanding and possible support. |