Skip to content

Commit

Permalink
Merge pull request #185 from Define101/master
Browse files Browse the repository at this point in the history
listing Verified USD
  • Loading branch information
Define101 authored Nov 27, 2023
2 parents ec833da + 27be7f3 commit 296f827
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/adapters/peggedAssets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ import aegbp from "./aryze-egbp";
//import aesgd from "./aryze-esgd";
import aeusd from "./aryze-eusd";
import hydt from './hydt'
import usdv from './usdv'

export default {
tether,
Expand Down Expand Up @@ -284,4 +285,5 @@ export default {
"aryze-egbp": aegbp, //if does not work, will test without aegbp, using only coingecko but since its the terminal not sure, will keep an eye
//"aryze-esgd": aesgd,
"hydt-protocol-hydt": hydt,
"verified-usd-foundation-usdv": usdv
};
20 changes: 18 additions & 2 deletions src/peggedData/peggedData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2847,6 +2847,22 @@ export default [
twitter: "https://twitter.com/HydtProtocol",
wiki: "https://hydtprotocol.com/#faqs",
},


{
id: "143",
name: "Verified USD",
address: "0x0e573ce2736dd9637a0b21058352e1667925c7a8",
symbol: "USDV",
url: "https://usdv.money",
description:"Verified USD (USDV) is a tokenized real world asset (RWA) backed stablecoin built for modern finance.",
mintRedeemDescription:"USDV can be minted by approved entities called Minters through agreements with the issuing entity. Once purchased by Minters, USDV can circulate freely to anyone. There are no restrictions on who can hold or use USDV. For example, a user could swap ETH for USDV on a DEX",
onCoinGecko: "true",
gecko_id: "verified-usd-foundation-usdv",
cmcId: "28443",
pegType: "peggedUSD",
pegMechanism: "fiat-backed",
priceSource: "coingecko",
auditLinks: null,
twitter: "https://twitter.com/usdv_money",
wiki: "https://docs.usdv.money/docs/what-is-usdv/faq",
},
] as PeggedAsset[];

0 comments on commit 296f827

Please sign in to comment.