Skip to content

Commit 2af9577

Browse files
authored
Merge pull request #248 from Define101/master
listing ultra
2 parents 360dd7e + 85d21c7 commit 2af9577

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/peggedData/peggedData.ts

+20
Original file line numberDiff line numberDiff line change
@@ -3262,5 +3262,25 @@ export default [
32623262
auditLinks: null,
32633263
twitter: "https://twitter.com/SovrynBTC",
32643264
wiki: null
3265+
},
3266+
{
3267+
id: "163",
3268+
name: "ULTRA",
3269+
address: "0x35282d87011f87508D457F08252Bc5bFa52E10A0",
3270+
symbol: "ULTRA",
3271+
url: "https://prismafinance.com/",
3272+
description:
3273+
"ULTRA is a new stablecoin issued by PrismaLRT, a new borrowing protocol developed by Prisma focused on unlocking liquidity for Liquid Restaking Tokens (LRTs).",
3274+
mintRedeemDescription:
3275+
"As a decentralized stablecoin on the Ethereum Mainnet, $ULTRA is minted by users (borrowers). As with all borrowing on Prisma, a user must supply collateral (at a specific collateral ratio) to be able to mint $ULTRA. Correspondingly, when a user repays a debt position (or is liquidated), PrismaLRT protocol burns that user’s $ULTRA.",
3276+
onCoinGecko: false,
3277+
gecko_id: "ultra", //fake coingecko
3278+
cmcId: null,
3279+
pegType: "peggedUSD",
3280+
pegMechanism: "crypto-backed",
3281+
priceSource: "defillama",
3282+
auditLinks: null,
3283+
twitter: "https://twitter.com/PrismaFi",
3284+
wiki: null
32653285
}
32663286
] as PeggedAsset[];

0 commit comments

Comments
 (0)