Skip to content

Commit 251c3e8

Browse files
add usdr and eurr listings
1 parent 0f42d5c commit 251c3e8

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

src/peggedData/peggedData.ts

+40
Original file line numberDiff line numberDiff line change
@@ -4798,4 +4798,44 @@ export default [
47984798
twitter: "https://x.com/Rings_Protocol",
47994799
wiki: "https://docs.rings.money/tutorials/introduction",
48004800
},
4801+
{
4802+
id: "239",
4803+
name: "StablR Euro",
4804+
address: "0x50753CfAf86c094925Bf976f218D043f8791e408",
4805+
symbol: "EURR",
4806+
url: "https://stablr.com",
4807+
description:
4808+
"StablR Euro (EURR) is a Euro-pegged MiCAR compliant stablecoin designed to maintain a 1:1 value with the Euro. EURR combines the reliability of fiat currency with the efficiency of blockchain. EURR is issued by StablR Ltd., an electronic money institution supervised by the MFSA",
4809+
mintRedeemDescription:
4810+
"StablR customers who have undergone a verification process can exchange EUR for EURR and redeem EURR for EUR",
4811+
onCoinGecko: "true",
4812+
gecko_id: "stablr-euro",
4813+
cmcId: null,
4814+
pegType: "peggedUSD",
4815+
pegMechanism: "fiat-backed",
4816+
priceSource: "defillama",
4817+
auditLinks: [],
4818+
twitter: "https://x.com/stablrusd/",
4819+
wiki: "https://stablr.com/eurr",
4820+
},
4821+
{
4822+
id: "240",
4823+
name: "StablR USD",
4824+
address: "0x7B43E3875440B44613DC3bC08E7763e6Da63C8f8",
4825+
symbol: "USDR",
4826+
url: "https://stablr.com",
4827+
description:
4828+
"StablR USD (USDR) is a USD-pegged MiCAR compliant stablecoin designed to maintain a 1:1 value with the United States Dollar. USDR combines the reliability of fiat currency with the efficiency of blockchain. USDR is issued by StablR Ltd., an electronic money institution supervised by the MFSA",
4829+
mintRedeemDescription:
4830+
"StablR customers who have undergone a verification process can exchange USD for USDR and redeem USDR for USD",
4831+
onCoinGecko: "true",
4832+
gecko_id: "stablr-usd",
4833+
cmcId: null,
4834+
pegType: "peggedUSD",
4835+
pegMechanism: "crypto-backed",
4836+
priceSource: "defillama",
4837+
auditLinks: [],
4838+
twitter: "https://x.com/stablrusd/",
4839+
wiki: "https://stablr.com/usdr",
4840+
},
48014841
] as PeggedAsset[];

0 commit comments

Comments
 (0)