-
Notifications
You must be signed in to change notification settings - Fork 839
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
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 commentThe 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 commentThe 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", | ||
|
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