From ba506432318d73de9c6f716efa9e0770e38a8c3c Mon Sep 17 00:00:00 2001 From: realdealshaman Date: Thu, 23 Jan 2025 05:30:05 +0000 Subject: [PATCH] add new zchf coin --- src/adapters/peggedAssets/index.ts | 4 +++- src/peggedData/peggedData.ts | 29 ++++++++++++++++++++++++----- 2 files changed, 27 insertions(+), 6 deletions(-) diff --git a/src/adapters/peggedAssets/index.ts b/src/adapters/peggedAssets/index.ts index b315e597..958bf970 100644 --- a/src/adapters/peggedAssets/index.ts +++ b/src/adapters/peggedAssets/index.ts @@ -222,6 +222,7 @@ import xusd from "./xusd-babelfish"; import zkusd from "./zkusd"; import dtrinityusd from "./dtrinity-usd"; import zeusd from "./zoth-zeusd"; +import zchf from "./frankencoin"; export default { tether, @@ -448,5 +449,6 @@ export default { usdtb, // same as coingeckoID, "tren-debt-token" : xy, "dtrinity-usd": dtrinityusd, - "zoth-zeusd": zeusd + "zoth-zeusd": zeusd, + "frankencoin": zchf }; diff --git a/src/peggedData/peggedData.ts b/src/peggedData/peggedData.ts index 43092975..8d2dc909 100644 --- a/src/peggedData/peggedData.ts +++ b/src/peggedData/peggedData.ts @@ -4452,7 +4452,7 @@ export default [ cmcId: null, pegType: "peggedUSD", pegMechanism: "fiat-backed", - auditLinks: "https://docs.usdtb.money/audits", + auditLinks: ["https://docs.usdtb.money/audits"], priceSource: "defillama", twitter: "https://x.com/ethena_labs", wiki: "https://docs.usdtb.money/" @@ -4472,7 +4472,7 @@ export default [ cmcId: null, pegType: "peggedUSD", pegMechanism: "crypto-backed", - auditLinks: "https://docs.usdtb.money/audits", + auditLinks: ["https://docs.usdtb.money/audits"], priceSource: "defillama", twitter: "https://x.com/ParallelMoney", wiki: "https://docs.mimo.capital/parallel-protocol/parallel-protocol/par-1" @@ -4492,7 +4492,7 @@ export default [ cmcId: "16013", pegType: "peggedUSD", pegMechanism: "crypto-backed", - auditLinks: "https://github.com/zokyo-sec/audit-reports/blob/main/Tren%20Finance/Tren%20Finance_Zokyo_audit_report_Nov19th_2024.pdf", + auditLinks: ["https://github.com/zokyo-sec/audit-reports/blob/main/Tren%20Finance/Tren%20Finance_Zokyo_audit_report_Nov19th_2024.pdf"], priceSource: "defillama", twitter: "https://x.com/TrenFinance", wiki: "https://docs.tren.finance/tokens/xy" @@ -4511,7 +4511,7 @@ export default [ cmcId: null, pegType: "peggedUSD", pegMechanism: "crypto-backed", - auditLinks: "https://docs.dtrinity.org/developer/audits-and-security", + auditLinks: ["https://docs.dtrinity.org/developer/audits-and-security"], priceSource: "coingecko", twitter: "https://x.com/dtrinity_defi", wiki: "https://docs.dtrinity.org" @@ -4530,9 +4530,28 @@ export default [ cmcId: null, pegType: "peggedUSD", pegMechanism: "fiat-backed", - auditLinks: "https://docs.zoth.io/zoth/resources/audits", + auditLinks: ["https://docs.zoth.io/zoth/resources/audits"], priceSource: "defillama", twitter: "https://x.com/zothdotio", wiki: "https://docs.zoth.io/zoth/products/zeusd-an-omni-chain-and-composable-stable-token" + }, + { + id: "226", + name: "Frankencoin", + address: "0xb58e61c3098d85632df34eecfb899a1ed80921cb", + symbol: "ZCHF", + url: "https://app.frankencoin.com/", + description: + `Frankencoin ZCHF is a collateralized, oracle-free stablecoin that tracks the value of the Swiss franc`, + mintRedeemDescription: "To mint ZCHF, propose a new position with a 1,000 ZCHF fee or clone an existing position, with reserves and interest deducted upfront, secured by a challenge-and-auction system to maintain collateral integrity", + onCoinGecko: "true", + gecko_id: "frankencoin", + cmcId: "31379", + pegType: "peggedCHF", + pegMechanism: "crypto-backed", + auditLinks: null, + priceSource: "defillama", + twitter: "https://x.com/frankencoinzchf", + wiki: "https://docs.frankencoin.com/#frankencoin-zchf-and-frankencoin-pool-shares-fps" } ] as PeggedAsset[];