Skip to content

Commit

Permalink
Merge pull request #6767 from Define101/master
Browse files Browse the repository at this point in the history
Listing XRGB and dlcBTC
  • Loading branch information
Define101 authored Apr 30, 2024
2 parents 5a611d5 + 32955d9 commit 0bd94f7
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
Binary file added defi/icons/dlc-btc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added defi/icons/xrgb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions defi/src/protocols/data3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41203,6 +41203,52 @@ const data3: Protocol[] = [
twitter: "pen_pad",
listedAt: 1714481042
},
{
id: "4545",
name: "XRGB",
address: "0x5cc5E64AB764A0f1E97F23984E20fD4528356a6a",
symbol: "XRGB",
url: "https://xrgb.xyz",
description: "XRGB Labs pioneers on the RGB network, aiming to revolutionize digital assets by integrating Bitcoin into Layer 2 solutions for enhanced scalability, speed, and cost-efficiency.",
chain: "Bitcoin",
logo: `${baseIconsUrl}/xrgb.jpg`,
audits: "2",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Bridge",
chains: ["Bitcoin"],
oracles: [],
forkedFrom: [],
module: "xrgb/index.js",
twitter: "XRGB404",
audit_links: ["https://github.com/XRGB/xrgb-contracts-v1/blob/main/audit-report/Certik_XRGB_Audit_Report-v1.0.pdf"],
listedAt: 1714483369
},
{
id: "4546",
name: "dlcBTC",
address: null,
symbol: "-",
assetToken: "dlcBTC",
url: "https://www.dlc.link",
description: "dlcBTC is a non-custodial representation of Bitcoin on Ethereum, enabling Bitcoin holders to participate in DeFi protocols while retaining full ownership of their assets.",
chain: "Bitcoin",
logo: `${baseIconsUrl}/dlc-btc.png`,
audits: "2",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Bridge",
chains: ["Bitcoin"],
oracles: [],
forkedFrom: [],
module: "dlc-link/index.js",
twitter: "DLC_Link",
audit_links: ["https://818995421-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1d1QXmk0rpzxLZAKPlLL%2Fuploads%2FJ1UxlnMfp11FQEu7fqMr%2FDLC-Link%20Audit-Final.pdf?alt=media&token=a7a4fe86-8593-47dd-82c9-9ffcbcb779e0"],
github: ["DLC-link"],
listedAt: 1714484369
},
]

export default data3

0 comments on commit 0bd94f7

Please sign in to comment.