From f9b6bf311646713ce04f6f056403fb6ecbffd345 Mon Sep 17 00:00:00 2001 From: Shihab Khalil Date: Fri, 22 May 2026 23:48:12 +0400 Subject: [PATCH 1/2] Add ZARO (Zaro Coin) -- ETH, BSC, and Solana ETH: 0xc311FD6DA9686507F33991543d8158EF5FaDd5E7 (chainId 1, 18 decimals) BSC: 0xa9D72F6C1490647DF20E8Fad3C136cA6AC42c2fc (chainId 56, 18 decimals) SOL: AbzXS6NfGvCtg5B1rqZ1JSfoDHkwTAeEYJkWkHhCe38W (chainId -1, 8 decimals) CoinGecko: zaro-coin | Website: https://www.zarocoin.xyz --- tokenlists/bsc.json | 14 +++++++++++++- tokenlists/ethereum.json | 14 +++++++++++++- tokenlists/solana.json | 14 +++++++++++++- 3 files changed, 39 insertions(+), 3 deletions(-) diff --git a/tokenlists/bsc.json b/tokenlists/bsc.json index 3fc6afc8..ad4c63d9 100644 --- a/tokenlists/bsc.json +++ b/tokenlists/bsc.json @@ -14281,5 +14281,17 @@ "lifinance", "xyfinance" ] - } + }, + { + "symbol": "ZARO", + "name": "Zaro Coin", + "address": "0xa9D72F6C1490647DF20E8Fad3C136cA6AC42c2fc", + "decimals": 18, + "chainId": 56, + "logoURI": "https://raw.githubusercontent.com/zarocoin/zarocoin/main/media/logos/ZARO_logo_2D.png", + "coingeckoId": "zaro-coin", + "listedIn": [ + "coingecko" + ] +} ] \ No newline at end of file diff --git a/tokenlists/ethereum.json b/tokenlists/ethereum.json index 400e7801..cef428a0 100644 --- a/tokenlists/ethereum.json +++ b/tokenlists/ethereum.json @@ -22128,5 +22128,17 @@ "lifinance", "xyfinance" ] - } + }, + { + "symbol": "ZARO", + "name": "Zaro Coin", + "address": "0xc311FD6DA9686507F33991543d8158EF5FaDd5E7", + "decimals": 18, + "chainId": 1, + "logoURI": "https://raw.githubusercontent.com/zarocoin/zarocoin/main/media/logos/ZARO_logo_2D.png", + "coingeckoId": "zaro-coin", + "listedIn": [ + "coingecko" + ] +} ] \ No newline at end of file diff --git a/tokenlists/solana.json b/tokenlists/solana.json index 6c4e450c..04fe4bba 100644 --- a/tokenlists/solana.json +++ b/tokenlists/solana.json @@ -5158,5 +5158,17 @@ "coingecko", "1sol" ] - } + }, + { + "symbol": "ZARO", + "name": "Zaro Coin", + "address": "AbzXS6NfGvCtg5B1rqZ1JSfoDHkwTAeEYJkWkHhCe38W", + "decimals": 8, + "chainId": -1, + "logoURI": "https://raw.githubusercontent.com/zarocoin/zarocoin/main/media/logos/ZARO_logo_2D.png", + "coingeckoId": "zaro-coin", + "listedIn": [ + "coingecko" + ] +} ] \ No newline at end of file From e0153409721ed15ebaaa6dd246a2472f377d9452 Mon Sep 17 00:00:00 2001 From: Shihab Khalil Date: Sat, 23 May 2026 03:56:45 +0400 Subject: [PATCH 2/2] Add ZARO on Base (0x1d4CeA73e212829d06B9a774d2e06be9DEe5AAB0) --- tokenlists/base.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tokenlists/base.json diff --git a/tokenlists/base.json b/tokenlists/base.json new file mode 100644 index 00000000..46ee74f3 --- /dev/null +++ b/tokenlists/base.json @@ -0,0 +1,14 @@ +[ +{ + "symbol": "ZARO", + "name": "Zaro Coin", + "address": "0x1d4CeA73e212829d06B9a774d2e06be9DEe5AAB0", + "decimals": 18, + "chainId": 8453, + "logoURI": "https://raw.githubusercontent.com/zarocoin/zarocoin/main/media/logos/ZARO_logo_2D.png", + "coingeckoId": "zaro-coin", + "listedIn": [ + "coingecko" + ] +} +]