Skip to content

Commit cb15afc

Browse files
add JPYm
1 parent c3b26a0 commit cb15afc

File tree

2 files changed

+36
-5
lines changed

2 files changed

+36
-5
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import type { ChainContracts } from "../peggedAsset.type";
2+
3+
const chainContracts: ChainContracts = {
4+
celo: {
5+
issued: ["0xc45ecf20f3cd864b32d9794d6f76814ae8892e20"],
6+
},
7+
};
8+
9+
import { addChainExports } from "../helper/getSupply";
10+
const adapter = addChainExports(chainContracts, undefined, { pegType: "peggedJPY", });
11+
export default adapter;

src/peggedData/peggedData.ts

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7328,7 +7328,7 @@ export default [
73287328
description:
73297329
"GBPm is a GBP-pegged synthetic stablecoin on Celo, part of the Mento Protocol. It is minted via Liquity v2-style CDPs: users deposit USDm as collateral and borrow GBPm against it.",
73307330
mintRedeemDescription:
7331-
"GBPm is minted by depositing USDm as collateral into a Mento CDP (trove) and borrowing GBPm against it. Repaying the borrowed GBPm closes or reduces the trove and releases the USDm collateral.",
7331+
"GBPm is minted by depositing collateral into a Mento CDP (trove) and borrowing GBPm against it. Repaying the borrowed GBPm closes or reduces the trove and releases the USDm collateral.",
73327332
onCoinGecko: "true",
73337333
gecko_id: "mento-british-pound",
73347334
cmcId: null,
@@ -7348,7 +7348,7 @@ export default [
73487348
description:
73497349
"PHPm is a PHP-pegged synthetic stablecoin on Celo, part of the Mento Protocol. It is minted via Liquity v2-style CDPs: users deposit USDm as collateral and borrow PHPm against it.",
73507350
mintRedeemDescription:
7351-
"PHPm is minted by depositing USDm as collateral into a Mento CDP (trove) and borrowing PHPm against it. Repaying the borrowed PHPm closes or reduces the trove and releases the USDm collateral.",
7351+
"PHPm is minted by depositing collateral into a Mento CDP (trove) and borrowing PHPm against it. Repaying the borrowed PHPm closes or reduces the trove and releases the USDm collateral.",
73527352
onCoinGecko: "true",
73537353
gecko_id: "puso",
73547354
cmcId: null,
@@ -7368,7 +7368,7 @@ export default [
73687368
description:
73697369
"CADm is a CAD-pegged synthetic stablecoin on Celo, part of the Mento Protocol. It is minted via Liquity v2-style CDPs: users deposit USDm as collateral and borrow CADm against it.",
73707370
mintRedeemDescription:
7371-
"CADm is minted by depositing USDm as collateral into a Mento CDP (trove) and borrowing CADm against it. Repaying the borrowed CADm closes or reduces the trove and releases the USDm collateral.",
7371+
"CADm is minted by depositing collateral into a Mento CDP (trove) and borrowing CADm against it. Repaying the borrowed CADm closes or reduces the trove and releases the USDm collateral.",
73727372
onCoinGecko: "true",
73737373
gecko_id: "celo-canadian-dollar",
73747374
cmcId: null,
@@ -7388,7 +7388,7 @@ export default [
73887388
description:
73897389
"AUDm is a AUD-pegged synthetic stablecoin on Celo, part of the Mento Protocol. It is minted via Liquity v2-style CDPs: users deposit USDm as collateral and borrow AUDm against it.",
73907390
mintRedeemDescription:
7391-
"AUDm is minted by depositing USDm as collateral into a Mento CDP (trove) and borrowing AUDm against it. Repaying the borrowed AUDm closes or reduces the trove and releases the USDm collateral.",
7391+
"AUDm is minted by depositing collateral into a Mento CDP (trove) and borrowing AUDm against it. Repaying the borrowed AUDm closes or reduces the trove and releases the USDm collateral.",
73927392
onCoinGecko: "true",
73937393
gecko_id: "celo-australian-dollar",
73947394
cmcId: null,
@@ -7408,7 +7408,7 @@ export default [
74087408
description:
74097409
"COPm is a COP-pegged synthetic stablecoin on Celo, part of the Mento Protocol. It is minted via Liquity v2-style CDPs: users deposit USDm as collateral and borrow COPm against it.",
74107410
mintRedeemDescription:
7411-
"COPm is minted by depositing USDm as collateral into a Mento CDP (trove) and borrowing COPm against it. Repaying the borrowed COPm closes or reduces the trove and releases the USDm collateral.",
7411+
"COPm is minted by depositing collateral into a Mento CDP (trove) and borrowing COPm against it. Repaying the borrowed COPm closes or reduces the trove and releases the USDm collateral.",
74127412
onCoinGecko: "true",
74137413
gecko_id: "ccop",
74147414
cmcId: null,
@@ -7419,4 +7419,24 @@ export default [
74197419
twitter: "https://twitter.com/MentoLabs",
74207420
module: "mento-colombian-peso"
74217421
},
7422+
{
7423+
id: "363",
7424+
name: "Mento Japanese Yen",
7425+
address: "celo:0xc45ecf20f3cd864b32d9794d6f76814ae8892e20",
7426+
symbol: "JPYm",
7427+
url: "https://app.mento.org/",
7428+
description:
7429+
"JPYm is a JPY-pegged synthetic stablecoin on Celo, part of the Mento Protocol. It is minted via Liquity v2-style CDPs: users deposit USDm as collateral and borrow JPYm against it.",
7430+
mintRedeemDescription:
7431+
"JPYm is minted by depositing collateral into a Mento CDP (trove) and borrowing JPYm against it. Repaying the borrowed JPYm closes or reduces the trove and releases the USDm collateral.",
7432+
onCoinGecko: "true",
7433+
gecko_id: "celo-japanese-yen",
7434+
cmcId: null,
7435+
pegType: "peggedJPY",
7436+
pegMechanism: "crypto-backed",
7437+
priceSource: "defillama",
7438+
auditLinks: ["https://docs.mento.org/mento-v3/dive-deeper/security/audit-reports"],
7439+
twitter: "https://twitter.com/MentoLabs",
7440+
module: "mento-japanese-yen"
7441+
},
74227442
] as PeggedAsset[];

0 commit comments

Comments
 (0)