From 24abdceebde3eb4336778e80342dd4e62842888d Mon Sep 17 00:00:00 2001 From: Pride Funding Date: Tue, 26 Nov 2024 01:05:51 +0000 Subject: [PATCH 1/3] Add PrideToken (PRD) to Celo token list --- celo.tokenlist.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/celo.tokenlist.json b/celo.tokenlist.json index 39da142..818c1cc 100644 --- a/celo.tokenlist.json +++ b/celo.tokenlist.json @@ -624,6 +624,15 @@ "decimals": 18, "chainId": 42220, "logoURI": "https://celo-org.github.io/celo-token-list/assets/minteo_copm.png" + }, + { + "name": "PrideToken", + "address": "0xAE62Ca7e7Bc80C800DADc1c4b9175800033537cd", + "symbol": "PRD", + "decimals": 18, + "chainId": 42220, + "logoURI": "https://pridefunding.org/assets/PrideToken/PrideTokenbg.svg" } ] } + From 83e3fd01805ae3c24fb48063080923c6d3927e1a Mon Sep 17 00:00:00 2001 From: Pride Funding Date: Mon, 2 Dec 2024 22:53:18 +0000 Subject: [PATCH 2/3] Added PrideToken (PRD) to Celo token list with correct JSON structure. --- celo.tokenlist.json | 1 - 1 file changed, 1 deletion(-) diff --git a/celo.tokenlist.json b/celo.tokenlist.json index 818c1cc..03c4cf2 100644 --- a/celo.tokenlist.json +++ b/celo.tokenlist.json @@ -634,5 +634,4 @@ "logoURI": "https://pridefunding.org/assets/PrideToken/PrideTokenbg.svg" } ] -} From e84908007e880d10b65838a8494f0335f2d96b43 Mon Sep 17 00:00:00 2001 From: Aaron DeRuvo Date: Tue, 3 Dec 2024 09:09:21 +0100 Subject: [PATCH 3/3] fix celo.tokenlist.json --- celo.tokenlist.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/celo.tokenlist.json b/celo.tokenlist.json index 03c4cf2..ea08e6b 100644 --- a/celo.tokenlist.json +++ b/celo.tokenlist.json @@ -634,4 +634,4 @@ "logoURI": "https://pridefunding.org/assets/PrideToken/PrideTokenbg.svg" } ] - +}