Skip to content

Commit 4ec720d

Browse files
update stablecoin name
1 parent 3c8bd3b commit 4ec720d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/adapters/peggedAssets/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ import uusd from "./youves-uusd";
7777
import usdi from "./interest-protocol";
7878
import lugh from "./lugh";
7979
import note from "./note";
80-
import hay from "./helio-protocol-hay";
80+
import lisusd from "./helio-protocol-hay";
8181
//import usd2 from "./usd2";
8282
import usk from "./usk";
8383
import arusd from "./arable-usd";
@@ -238,7 +238,7 @@ export default {
238238
"interest-protocol": usdi,
239239
lugh,
240240
note,
241-
"helio-protocol-hay": hay,
241+
"helio-protocol-hay": lisusd,
242242
//usd2,
243243
usk,
244244
"arable-usd": arusd,

src/peggedData/peggedData.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1576,9 +1576,9 @@ export default [
15761576
},
15771577
{
15781578
id: "79",
1579-
name: "HAY",
1579+
name: "Lista USD",
15801580
address: "bsc:0x0782b6d8c4551b9760e74c0545a9bcd90bdc41e5",
1581-
symbol: "HAY",
1581+
symbol: "LISUSD",
15821582
url: "https://helio.money/",
15831583
description:
15841584
"HAY is a decentralized, unbiased, collateral-backed destablecoin soft-pegged to the US Dollar.",

0 commit comments

Comments
 (0)