From 15ed8b7c7c94ad699a00fa5d7ea2359c374742bf Mon Sep 17 00:00:00 2001 From: Marcin Rabenda Date: Mon, 27 Jan 2025 08:54:28 +0100 Subject: [PATCH 1/2] Add FEG --- images/FEG.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 images/FEG.svg diff --git a/images/FEG.svg b/images/FEG.svg new file mode 100644 index 000000000..d94e35473 --- /dev/null +++ b/images/FEG.svg @@ -0,0 +1 @@ + \ No newline at end of file From 5527942eacd5fc368a7054e1c1a72522bfb2b113 Mon Sep 17 00:00:00 2001 From: Marcin Rabenda Date: Mon, 27 Jan 2025 08:56:48 +0100 Subject: [PATCH 2/2] update json --- contract-map.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/contract-map.json b/contract-map.json index 3dd46dda9..32d6a5799 100644 --- a/contract-map.json +++ b/contract-map.json @@ -4975,5 +4975,12 @@ "erc20": true, "symbol": "DATA", "decimals": 9 + }, + "0xF3c7CECF8cBC3066F9a87b310cEBE198d00479aC": { + "name": "FEG Token", + "logo": "FEG.svg", + "erc20": true, + "symbol": "FEG", + "decimals": 18 } }