-
Notifications
You must be signed in to change notification settings - Fork 813
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
base: master
Are you sure you want to change the base?
Update threshold network #8791
Conversation
defi/src/protocols/data2.ts
Outdated
@@ -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", |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed in fix: update tbtc audits value
audit_note: null, | ||
gecko_id: null, | ||
cmcId: null, | ||
category: "Decentralized BTC", | ||
category: "Bridge", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why?
There was a problem hiding this comment.
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
Description
Updates tBTC and it's parent protocol Threshold Network
[X] - refactor: update tbtc protocol
[X] - refactor: update threshold parent protocol
Notice