Skip to content

Commit 3d488fd

Browse files
add listing and enable hermetica usdh
1 parent fdcb3ee commit 3d488fd

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

src/adapters/peggedAssets/index.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,8 @@ import syusd from "./syusd"
236236
import stablrusd from "./stablr-usd"
237237
import stablreuro from "./stablr-euro";
238238
import scusd from "./rings-scusd";
239-
import usdo from "./openeden-open-dollar"
239+
import usdo from "./openeden-open-dollar";
240+
import hermeticausdh from "./hermetica-usdh";
240241

241242
export default {
242243
tether,
@@ -478,5 +479,6 @@ export default {
478479
"stablr-euro": stablreuro,
479480
"stablr-usd": stablrusd,
480481
"rings-scusd": scusd,
481-
"openeden-open-dollar": usdo
482+
"openeden-open-dollar": usdo,
483+
"hermetica-usdh": hermeticausdh
482484
};

src/peggedData/peggedData.ts

+20
Original file line numberDiff line numberDiff line change
@@ -4858,4 +4858,24 @@ export default [
48584858
twitter: "https://x.com/OpenEden_X",
48594859
wiki: "https://docs.openeden.com/usdo/introduction",
48604860
},
4861+
{
4862+
id: "242",
4863+
name: "Hermetica USDh",
4864+
address: "SPN5AKG35QZSK2M8GAMR4AFX45659RJHDW353HSG.usdh-token-v1",
4865+
symbol: "USDH",
4866+
url: "https://app.hermetica.fi/stake",
4867+
description:
4868+
"Bitcoin-backed, yield-bearing synthetic dollar on Bitcoin L1 and L2s",
4869+
mintRedeemDescription:
4870+
"USDh is minted through Hermetica by approved users who complete KYC/AML and deposit Bitcoin, with issuance on Bitcoin Layer 1 via Runes and Layer 2 via Stacks.",
4871+
onCoinGecko: "true",
4872+
gecko_id: "hermetica-usdh",
4873+
cmcId: null,
4874+
pegType: "peggedUSD",
4875+
pegMechanism: "fiat-backed",
4876+
priceSource: "defillama",
4877+
auditLinks: [],
4878+
twitter: "https://x.com/HermeticaFi",
4879+
wiki: "https://docs.hermetica.fi/usdh/usdh-and-susdh",
4880+
},
48614881
] as PeggedAsset[];

0 commit comments

Comments
 (0)