From d4f2128d37bbf0d2f1966e7021e935df88ebd951 Mon Sep 17 00:00:00 2001 From: Aristides Staffieri Date: Thu, 3 Apr 2025 14:09:22 -0600 Subject: [PATCH 1/3] adds USDL from paxos to token list --- tokenList.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tokenList.json b/tokenList.json index 723fd9e..e7a544a 100644 --- a/tokenList.json +++ b/tokenList.json @@ -635,6 +635,16 @@ "domain": "stellarport.io", "icon": "https://ipfs.io/ipfs/bafkreidiycqxm3ffga2xrdzkaty4bqdpq5d2mm7ylckya4vsa3tstyp66a", "decimals": 7 + }, + { + "code": "USDL", + "issuer": "GDT6KO5UFR4EYONX2KGTCPQCZ2TYAYPQEPZIND24XPDBPDEZG7K5FCTC", + "contract": "CB4PO24UJF7KFNUNQJISIRPO2KSULUWIOP4JT3S3KYW5UFXRQPZD34E4", + "name": "USDL", + "org": "Paxos", + "domain": "https://www.paxos.com", + "icon": "https://424565.fs1.hubspotusercontent-na1.net/hubfs/424565/USDL-Logo-T32x32.png", + "decimals": 18 } ] } \ No newline at end of file From f312565c54a618e62506a6a27de96ffc117a7eea Mon Sep 17 00:00:00 2001 From: Aristides Staffieri Date: Thu, 3 Apr 2025 14:12:37 -0600 Subject: [PATCH 2/3] updates USDL name --- tokenList.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokenList.json b/tokenList.json index e7a544a..190c8a1 100644 --- a/tokenList.json +++ b/tokenList.json @@ -640,7 +640,7 @@ "code": "USDL", "issuer": "GDT6KO5UFR4EYONX2KGTCPQCZ2TYAYPQEPZIND24XPDBPDEZG7K5FCTC", "contract": "CB4PO24UJF7KFNUNQJISIRPO2KSULUWIOP4JT3S3KYW5UFXRQPZD34E4", - "name": "USDL", + "name": "Lift Dollar", "org": "Paxos", "domain": "https://www.paxos.com", "icon": "https://424565.fs1.hubspotusercontent-na1.net/hubfs/424565/USDL-Logo-T32x32.png", From 9e4f6a22782738e1c07820c7b59d0489509ac011 Mon Sep 17 00:00:00 2001 From: Aristides Staffieri Date: Mon, 14 Apr 2025 10:02:51 -0600 Subject: [PATCH 3/3] removes issuer field from USDL entry --- tokenList.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokenList.json b/tokenList.json index 190c8a1..a103181 100644 --- a/tokenList.json +++ b/tokenList.json @@ -638,7 +638,7 @@ }, { "code": "USDL", - "issuer": "GDT6KO5UFR4EYONX2KGTCPQCZ2TYAYPQEPZIND24XPDBPDEZG7K5FCTC", + "issuer": "", "contract": "CB4PO24UJF7KFNUNQJISIRPO2KSULUWIOP4JT3S3KYW5UFXRQPZD34E4", "name": "Lift Dollar", "org": "Paxos",