Skip to content

Commit 503bff1

Browse files
authored
Merge pull request #249 from Define101/master
add changes to prisma lrt
2 parents 13a219f + 5ba9f4f commit 503bff1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/adapters/peggedAssets/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ import usdrif from "./usd-rif";
160160
import dllr from "./sovryn-dollar"
161161
import eurd from "./quantoz-eurd";
162162
import xusd from "./xusd-babelfish";
163-
import ultra from "./ultra"
163+
import ultra from "./prismalrt-ultra"
164164

165165
export default {
166166
tether,
@@ -325,5 +325,5 @@ export default {
325325
"sovryn-dollar": dllr,
326326
"quantoz-eurd": eurd,
327327
"xusd-babelfish": xusd,
328-
"ultra": ultra
328+
"prismalrt-ultra": ultra
329329
};

src/peggedData/peggedData.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -3265,7 +3265,7 @@ export default [
32653265
},
32663266
{
32673267
id: "163",
3268-
name: "ULTRA",
3268+
name: "PrismaLRT Ultra",
32693269
address: "0x35282d87011f87508D457F08252Bc5bFa52E10A0",
32703270
symbol: "ULTRA",
32713271
url: "https://prismafinance.com/",
@@ -3274,7 +3274,7 @@ export default [
32743274
mintRedeemDescription:
32753275
"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.",
32763276
onCoinGecko: false,
3277-
gecko_id: "ultra", //fake coingecko
3277+
gecko_id: "prismalrt-ultra", // its a fake coingeckoID , add real one once live there
32783278
cmcId: null,
32793279
pegType: "peggedUSD",
32803280
pegMechanism: "crypto-backed",

0 commit comments

Comments
 (0)