From 03bda9ddba108600d596bf0c896d4c838dff0b1b Mon Sep 17 00:00:00 2001 From: ktarun1419 Date: Fri, 19 Jul 2024 01:28:38 +0530 Subject: [PATCH] pegged data --- src/peggedData/peggedData.ts | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/peggedData/peggedData.ts b/src/peggedData/peggedData.ts index 3d9f650..d8e7138 100644 --- a/src/peggedData/peggedData.ts +++ b/src/peggedData/peggedData.ts @@ -4073,5 +4073,22 @@ export default [ twitter: "https://x.com/AnzenFinance", wiki: "https://docs.anzen.finance/", }, - + { + id:'203', + name: "Chad USD", + address: "scroll:0x3cfe56cacf4042057645da9472f6cd51fcb05684", + symbol: "cUSD", + url: "https://chadfinance.xyz", + description: "cUSD is the first Scroll-native, decentralized, overcollateralized stablecoin, pegged by concentrated LPs and tracking the US dollar.", + mintRedeemDescription: "Chad USD, developed by Chad Finance, can be minted by collateralizing your Uni-V3 positions, thereby creating deeper liquidity on Scroll.", + onCoinGecko: "false", + gecko_id: null, + cmcId: null, + pegType: "peggedUSD", + pegMechanism: "crypto-backed", + auditLinks: "https://github.com/ch4dfinance/Chad-Finance/blob/main/ChadFinanceAudit.pdf", + twitter: "https://twitter.com/chadfinancexyz", + wiki: "https://docs.chadfinance.xyz", + } + ] as PeggedAsset[];