From 707f4636d8be4652454ceabe1ad924810ff2db45 Mon Sep 17 00:00:00 2001 From: wanna Date: Thu, 2 Apr 2026 10:03:07 +0800 Subject: [PATCH] Add ClawCoin chain (EVM chain ID 11111111) Register ClawCoin mainnet with chain ID 11111111, native currency CC (18 decimals), and IPFS-hosted icon metadata. Co-Authored-By: Claude Opus 4.6 (1M context) --- _data/chains/eip155-11111111.json | 19 +++++++++++++++++++ _data/icons/clawcoin.json | 8 ++++++++ 2 files changed, 27 insertions(+) create mode 100644 _data/chains/eip155-11111111.json create mode 100644 _data/icons/clawcoin.json diff --git a/_data/chains/eip155-11111111.json b/_data/chains/eip155-11111111.json new file mode 100644 index 000000000000..07eea18e3f23 --- /dev/null +++ b/_data/chains/eip155-11111111.json @@ -0,0 +1,19 @@ +{ + "name": "ClawCoin", + "chain": "CC", + "icon": "clawcoin", + "rpc": ["https://evm.clawcoin.com"], + "features": [{ "name": "EIP155" }], + "faucets": [], + "nativeCurrency": { + "name": "ClawCoin", + "symbol": "CC", + "decimals": 18 + }, + "infoURL": "https://clawcoin.com", + "shortName": "cc", + "chainId": 11111111, + "networkId": 11111111, + "slip44": 60, + "status": "active" +} diff --git a/_data/icons/clawcoin.json b/_data/icons/clawcoin.json new file mode 100644 index 000000000000..8f0bfa4dc1c7 --- /dev/null +++ b/_data/icons/clawcoin.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmTuFGvQqA3iDMGsr54VLHscAQzGA54u5DjhF9LqBS88Kn", + "width": 1417, + "height": 1417, + "format": "svg" + } +]