From 0c31e3dfea2c42ed81b20547f582ed4510f5b98a Mon Sep 17 00:00:00 2001 From: ryuma Date: Wed, 21 May 2025 03:30:02 -0700 Subject: [PATCH 1/2] Add COR to Base & Optimism --- data/COR/data.json | 19 +++++++++++++++++++ data/COR/logo.svg | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 data/COR/data.json create mode 100644 data/COR/logo.svg diff --git a/data/COR/data.json b/data/COR/data.json new file mode 100644 index 000000000..da2bcdbdc --- /dev/null +++ b/data/COR/data.json @@ -0,0 +1,19 @@ +{ + "name": "Cortensor", + "symbol": "COR", + "decimals": 18, + "description": "Cortensor is a decentralized AI inference network using distributed computation and open models to provide scalable, efficient AI tasks.", + "website": "https://www.cortensor.network", + "twitter": "@cortensor", + "tokens": { + "ethereum": { + "address": "0x8e0EeF788350f40255D86DFE8D91ec0AD3a4547F" + }, + "base": { + "address": "0xe30c0801a516f0c67ebc0c4b45ffa7dcbd72ea9a" + }, + "optimism": { + "address": "0x44805a7597ab90624e0b4aa6947a47f358ae4ef1" + } + } +} \ No newline at end of file diff --git a/data/COR/logo.svg b/data/COR/logo.svg new file mode 100644 index 000000000..6ee8ec115 --- /dev/null +++ b/data/COR/logo.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + From 58582f5bfd214a8c62c563b088c7c954fa74fde8 Mon Sep 17 00:00:00 2001 From: ryuma Date: Wed, 21 May 2025 03:36:47 -0700 Subject: [PATCH 2/2] fix/format --- data/COR/data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/COR/data.json b/data/COR/data.json index da2bcdbdc..e0f5975c2 100644 --- a/data/COR/data.json +++ b/data/COR/data.json @@ -10,10 +10,10 @@ "address": "0x8e0EeF788350f40255D86DFE8D91ec0AD3a4547F" }, "base": { - "address": "0xe30c0801a516f0c67ebc0c4b45ffa7dcbd72ea9a" + "address": "0xe30C0801a516F0C67EbC0c4B45FfA7dCBd72ea9a" }, "optimism": { - "address": "0x44805a7597ab90624e0b4aa6947a47f358ae4ef1" + "address": "0x44805a7597Ab90624E0B4aa6947a47F358AE4eF1" } } } \ No newline at end of file