From 6086bd6f74df0c6ea36b4cbb73a68c4b529d7b3b Mon Sep 17 00:00:00 2001 From: fscchain Date: Sat, 24 May 2025 00:06:39 +0530 Subject: [PATCH] Add new chain: FXC (chainId 10786) --- _data/chains/eip155-10786.json | 25 +++++++++++++++++++++++++ _data/icons/fxc.json | 8 ++++++++ 2 files changed, 33 insertions(+) create mode 100644 _data/chains/eip155-10786.json create mode 100644 _data/icons/fxc.json diff --git a/_data/chains/eip155-10786.json b/_data/chains/eip155-10786.json new file mode 100644 index 000000000000..62af7695d35b --- /dev/null +++ b/_data/chains/eip155-10786.json @@ -0,0 +1,25 @@ +{ + "name": "FXC CHAIN Mainnet", + "chain": "fxc chain", + "icon": "fxc", + "rpc": ["https://mainnet.fxcscan.org"], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": [], + "nativeCurrency": { + "name": "FXC COIN", + "symbol": "FXC", + "decimals": 18 + }, + "infoURL": "https://fxcscan.com", + "shortName": "fxc", + "chainId": 10786, + "networkId": 10786, + "explorers": [ + { + "name": "fxcscan", + "url": "https://fxcscan.com", + "icon": "fxc", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/fxc.json b/_data/icons/fxc.json new file mode 100644 index 000000000000..0d1cc0078024 --- /dev/null +++ b/_data/icons/fxc.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmevB9sMPaU5zPJp3bDxcVfetRPjUFisTynPkuoATz63x9", + "width": 500, + "height": 500, + "format": "png" + } +]