Skip to content

Commit 6f82053

Browse files
add EURAU adapter and listing
1 parent ac44ed6 commit 6f82053

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
const chainContracts = {
2+
ethereum: {
3+
issued: "0x4933a85b5b5466fbaf179f72d3de273c287ec2c2",
4+
},
5+
polygon: {
6+
issued: "0x4933a85b5b5466fbaf179f72d3de273c287ec2c2",
7+
},
8+
base: {
9+
issued: "0x4933a85b5b5466fbaf179f72d3de273c287ec2c2",
10+
},
11+
optimism: {
12+
issued: "0x4933a85b5b5466fbaf179f72d3de273c287ec2c2",
13+
},
14+
};
15+
16+
import { addChainExports } from "../helper/getSupply";
17+
const adapter = addChainExports(chainContracts, undefined, { pegType: 'peggedEUR' });
18+
export default adapter;

src/peggedData/peggedData.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6519,4 +6519,23 @@ export default [
65196519
module: "lit-usd",
65206520
doublecounted: true
65216521
},
6522+
{
6523+
id: "319",
6524+
name: "AllUnity EUR",
6525+
address: "0x4933a85b5b5466fbaf179f72d3de273c287ec2c2",
6526+
symbol: "EURAU",
6527+
url: "https://allunity.com/",
6528+
description: "EURAU is a MiCAR-compliant, fully backed euro stablecoin that delivers speed, stability, and security in one.",
6529+
mintRedeemDescription: "EURAU Euro stablecoin can be seamlessly minted and redeemed by Verified Institutions - fully reserved, built for regulatory compliance, speed, and stability. Always redeemable at par value.",
6530+
onCoinGecko: "true",
6531+
gecko_id: "allunity-eur",
6532+
cmcId: null,
6533+
pegType: "peggedEUR",
6534+
pegMechanism: "fiat-backed",
6535+
priceSource: "defillama",
6536+
auditLinks: [],
6537+
twitter: "https://x.com/AllUnityStable",
6538+
wiki: "https://allunity.com/eurau/",
6539+
doublecounted: true
6540+
},
65226541
] as PeggedAsset[];

0 commit comments

Comments
 (0)