From 456bd87af91f5fe35e0f1a6e7cb29b78caf9dbed Mon Sep 17 00:00:00 2001 From: Eldioscripto-arch Date: Fri, 20 Mar 2026 22:52:18 -0300 Subject: [PATCH] Create data.json for Aionico token information Added JSON file for Aionico token with details. --- data/AIONICO/data.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 data/AIONICO/data.json diff --git a/data/AIONICO/data.json b/data/AIONICO/data.json new file mode 100644 index 000000000..8ebe1e2da --- /dev/null +++ b/data/AIONICO/data.json @@ -0,0 +1,12 @@ +{ + "name": "Aionico", + "symbol": "AIONICO", + "decimals": 18, + "description": "Token nativo del protocolo Trust Circle en World Chain", + "website": "https://trust-circle-five.vercel.app", + "tokens": { + "worldchain": { + "address": "0x89C2A3fC33bc7cc1140e6408e050De230D5cC0Dc" + } + } +}