Skip to content

Commit

Permalink
add listing
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Oct 15, 2024
1 parent 2f0fa1c commit a79e07d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/adapters/peggedAssets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,8 @@ import dyad from "./dyad";
import dckusd from "./dackie-usd";
import skydollar from "./usds";
import deusd from "./elixir-deusd";
import thusd from "./threshold-usd"
import m from "./m0-m"
import thusd from "./threshold-usd";
import m from "./m-by-m^0";
import mod from "./move-dollar"

export default {
Expand Down Expand Up @@ -425,6 +424,6 @@ export default {
"usds": skydollar,
"elixir-deusd": deusd,
"threshold-usd": thusd,
"m0-m": m
"m-by-m^0": m,
"move-dollar": mod
};
File renamed without changes.
20 changes: 20 additions & 0 deletions src/peggedData/peggedData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4273,4 +4273,24 @@ export default [
twitter: "https://x.com/ThalaLabs",
wiki: "https://docs.thala.fi/overview/move-dollar-mod/stablecoin"
},
{
id: "213",
name: "M By M^0",
address: "0x866A2BF4E572CbcF37D5071A7a58503Bfb36be1b",
symbol: "M",
url: "https://www.m0.org/",
description:
`M^0 democratizes access to money issuance infrastructure. Based on a decentralized architecture and best-in-class collateral design, M^0 allows institutions to issue fungible cryptodollars`,
mintRedeemDescription:
"In order to generate M, Minters must have a sufficient off-chain balance of Eligible Collateral which is represented on-chain by a frequently updated and validated number, known as the on-chain Collateral Value",
onCoinGecko: "false",
gecko_id: "m-by-m^0",
cmcId: null,
pegType: "peggedUSD",
pegMechanism: "fiat-backed",
auditLinks: null,
priceSource: "defillama",
twitter: "https://x.com/m0foundation",
wiki: "https://docs.m0.org/portal/overview/whitepaper/i.-introduction"
},
] as PeggedAsset[];

0 comments on commit a79e07d

Please sign in to comment.