Skip to content

Commit

Permalink
Merge pull request #111 from Define101/master
Browse files Browse the repository at this point in the history
listing gyen
  • Loading branch information
Define101 authored Aug 10, 2023
2 parents 7bf10cd + 9429bb1 commit ecce89b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/adapters/peggedAssets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ import ethosreservenote from './ethos-reserve-note';
import gho from './gho';
import fdusd from './first-digital-usd';
import pyusd from './paypal-usd';
import psy from './psy'
import psy from './psy';
import gyen from './gyen'

export default {
tether,
Expand Down Expand Up @@ -241,5 +242,6 @@ export default {
gho,
"first-digital-usd": fdusd,
'paypal-usd': pyusd,
psy
psy,
gyen
};
20 changes: 20 additions & 0 deletions src/peggedData/peggedData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2436,4 +2436,24 @@ export default [
twitter: "https://twitter.com/PSY_stablecoin",
wiki: null,
},
{
id: "122",
name: "GYEN",
address: "0xc08512927d12348f6620a698105e1baac6ecd911",
symbol: "GYEN",
url: "https://www.psy.money",
description:
"The First Regulated Digital JPY",
mintRedeemDescription:
"You need to make an account (Institutional or Individual) in order to redeem GYEN for JPY",
onCoinGecko: "true",
gecko_id: "gyen",
cmcId: "8771",
pegType: "peggedJPY",
pegMechanism: "fiat-backed",
priceSource: "coingecko",
auditLinks: null,
twitter: "https://twitter.com/GMOTrust",
wiki: null,
},
] as PeggedAsset[];

0 comments on commit ecce89b

Please sign in to comment.