From b6bcf2e846a9963abd980265633906735cf0f2a2 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 20 Oct 2023 16:51:41 -0400 Subject: [PATCH 1/5] Add contract configuration and valeria logo --- contract-map.json | 9 ++++++++- images/val.svg | 9 +++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 images/val.svg diff --git a/contract-map.json b/contract-map.json index d32f0b584..24187f777 100644 --- a/contract-map.json +++ b/contract-map.json @@ -6,6 +6,13 @@ "symbol": "PAN", "decimals": 8 }, + "0x011e128ec62840186f4a07e85e3ace28858c5606": { + "name": "Valeria", + "logo": "val.svg", + "erc20": true, + "symbol": "VAL", + "decimals": 18 + }, "0x6c3ea9036406852006290770BEdFcAbA0e23A0e8": { "name": "PayPal USD", "logo": "pyusd.svg", @@ -40,7 +47,7 @@ "erc20": true, "symbol": "$PEPEINU", "decimals": 18 - }, + }, "0xCEBA2a8F6Ec221AEB5f3a7bcd15Cbc7e6a387bfb": { "name": "Peter Pan", "logo": "PeterPan.svg", diff --git a/images/val.svg b/images/val.svg new file mode 100644 index 000000000..1a5438ffe --- /dev/null +++ b/images/val.svg @@ -0,0 +1,9 @@ + + val + + + + + + From 9fed6d8d9a9d563cb8796ed6738db8d1393191de Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 20 Oct 2023 16:54:57 -0400 Subject: [PATCH 2/5] Add VAL PoS Polygon token configuration and image --- contract-map.json | 7 +++++++ images/val_polygon.svg | 9 +++++++++ 2 files changed, 16 insertions(+) create mode 100644 images/val_polygon.svg diff --git a/contract-map.json b/contract-map.json index 24187f777..5fd4b3898 100644 --- a/contract-map.json +++ b/contract-map.json @@ -13,6 +13,13 @@ "symbol": "VAL", "decimals": 18 }, + "0x456F931298065B1852647De005dd27227146d8B9": { + "name": "Valeria", + "logo": "val_polygon.svg", + "erc20": true, + "symbol": "VAL", + "decimals": 18 + }, "0x6c3ea9036406852006290770BEdFcAbA0e23A0e8": { "name": "PayPal USD", "logo": "pyusd.svg", diff --git a/images/val_polygon.svg b/images/val_polygon.svg new file mode 100644 index 000000000..960a80448 --- /dev/null +++ b/images/val_polygon.svg @@ -0,0 +1,9 @@ + + VAL Polygon + + + + + + From fc12ba2a18a357d93ebe7a1a035fb3e8c6eef666 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 20 Oct 2023 17:00:56 -0400 Subject: [PATCH 3/5] Revert a space addition --- contract-map.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contract-map.json b/contract-map.json index 5fd4b3898..e7e405be7 100644 --- a/contract-map.json +++ b/contract-map.json @@ -54,7 +54,7 @@ "erc20": true, "symbol": "$PEPEINU", "decimals": 18 - }, + }, "0xCEBA2a8F6Ec221AEB5f3a7bcd15Cbc7e6a387bfb": { "name": "Peter Pan", "logo": "PeterPan.svg", From 7210925d0cf6bd5aec48370fbe3196bcbd927586 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 20 Oct 2023 17:17:26 -0400 Subject: [PATCH 4/5] Remove Polygon as this repo does not support that yet --- contract-map.json | 9 +-------- images/val_polygon.svg | 9 --------- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 images/val_polygon.svg diff --git a/contract-map.json b/contract-map.json index e7e405be7..24187f777 100644 --- a/contract-map.json +++ b/contract-map.json @@ -13,13 +13,6 @@ "symbol": "VAL", "decimals": 18 }, - "0x456F931298065B1852647De005dd27227146d8B9": { - "name": "Valeria", - "logo": "val_polygon.svg", - "erc20": true, - "symbol": "VAL", - "decimals": 18 - }, "0x6c3ea9036406852006290770BEdFcAbA0e23A0e8": { "name": "PayPal USD", "logo": "pyusd.svg", @@ -54,7 +47,7 @@ "erc20": true, "symbol": "$PEPEINU", "decimals": 18 - }, + }, "0xCEBA2a8F6Ec221AEB5f3a7bcd15Cbc7e6a387bfb": { "name": "Peter Pan", "logo": "PeterPan.svg", diff --git a/images/val_polygon.svg b/images/val_polygon.svg deleted file mode 100644 index 960a80448..000000000 --- a/images/val_polygon.svg +++ /dev/null @@ -1,9 +0,0 @@ - - VAL Polygon - - - - - - From fb840fa58cac832613a35ead89797a0d7ebeeb1e Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 20 Oct 2023 17:22:35 -0400 Subject: [PATCH 5/5] Put back space --- contract-map.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contract-map.json b/contract-map.json index 24187f777..065cdf62a 100644 --- a/contract-map.json +++ b/contract-map.json @@ -47,7 +47,7 @@ "erc20": true, "symbol": "$PEPEINU", "decimals": 18 - }, + }, "0xCEBA2a8F6Ec221AEB5f3a7bcd15Cbc7e6a387bfb": { "name": "Peter Pan", "logo": "PeterPan.svg",