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" + } +]