Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update threshold network #8791

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 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
4 changes: 2 additions & 2 deletions defi/src/protocols/data2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26716,11 +26716,11 @@ const data2: Protocol[] = [
"tBTC is Threshold's decentralized and permissionless bridge to bring BTC to the Ethereum network. tBTC has been designed to allow bitcoin holders to participate in Ethereum's Decentralized Finance (DeFi) applications. Users wishing to utilize their bitcoin on Ethereum can use the tBTC decentralized bridge to deposit their bitcoin into the system and get a minted tBTC token in their Ethereum wallet",
chain: "Ethereum",
logo: `${baseIconsUrl}/tbtc.png`,
audits: "2",
audits: "4",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 just means that its audited, its not the number of audits

should leave as is

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

audit_note: null,
gecko_id: null,
cmcId: null,
category: "Decentralized BTC",
category: "Bridge",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After internal discussion in Threshold, we ended up agreeing that Bridge category seems to be more precise when determining what tBTC protocol is. Mainly when comparing to other bridge protocol listed in this category (WBTC and others BTC-backed assets): https://defillama.com/protocols/bridge

chains: ["Ethereum"],
module: "tbtc/index.js",
twitter: "TheTNetwork",
Expand Down
2 changes: 1 addition & 1 deletion defi/src/protocols/parentProtocols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4817,7 +4817,7 @@ const parentProtocols: IParentProtocol[] = [
id: "parent#threshold-network",
name: "Threshold Network",
url: "https://threshold.network/",
description: "A decentralized threshold cryptography network",
description: "Threshold Network offers a full suite of decentralized threshold cryptography services designed to address user privacy and control concerns within decentralized applications and Web 3.0 platforms.",
logo: `${baseIconsUrl}/threshold-network.jpg`,
gecko_id: "threshold-network-token",
cmcId: "17751",
Expand Down