Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Stonepapa authored Jul 30, 2024
1 parent 7ff111f commit 16bb936
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions projects/hive-protocol/index.js
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.

0 comments on commit 16bb936

Please sign in to comment.