Skip to content

Commit

Permalink
Merge pull request #393 from Define101/master
Browse files Browse the repository at this point in the history
listing threshold-usd
  • Loading branch information
Define101 authored Sep 26, 2024
2 parents f76a4bc + 8f3ae75 commit bc23550
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/adapters/peggedAssets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ import opuscash from "./opus-cash";
import dyad from "./dyad";
import dckusd from "./dackie-usd";
import skydollar from "./usds";
import deusd from "./elixir-deusd"
import deusd from "./elixir-deusd";
import thusd from "./threshold-usd"


export default {
Expand Down Expand Up @@ -420,5 +421,6 @@ export default {
"dyad": dyad,
"dackie-usd": dckusd,
"usds": skydollar,
"elixir-deusd": deusd
"elixir-deusd": deusd,
"threshold-usd": thusd
};
20 changes: 20 additions & 0 deletions src/peggedData/peggedData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4233,4 +4233,24 @@ export default [
twitter: "https://x.com/elixir",
wiki: "https://docs.elixir.xyz/deusd",
},
{
id: "211",
name: "Threshold USD",
address: "0xcfc5bd99915aaa815401c5a41a927ab7a38d29cf",
symbol: "THUSD",
url: "https://app.thresholdusd.org",
description:
'Threshold USD (thUSD) is a stablecoin soft-pegged against USD and backed by ETH and tBTC as collateral, with a minimum collateral ratio of 110%.',
mintRedeemDescription:
"A redemption is the process of exchanging thUSD for tBTC at face value, as if 1 thUSD is exactly worth $1. That is, for x thUSD you get x Dollars worth of tBTC in return. Users can redeem their thUSD for tBTC at any time without limitations. However, a redemption fee might be charged on the redeemed amount",
onCoinGecko: "true",
gecko_id: "threshold-usd",
cmcId: null,
pegType: "peggedUSD",
pegMechanism: "crypto-backed",
auditLinks: null,
priceSource: "defillama",
twitter: "https://x.com/ThresholdUSD",
wiki: "https://docs.threshold.network/applications/threshold-usd"
},
] as PeggedAsset[];

0 comments on commit bc23550

Please sign in to comment.