diff --git a/_data/chains/eip155-65535.json b/_data/chains/eip155-65535.json new file mode 100644 index 000000000000..8ff31d53f324 --- /dev/null +++ b/_data/chains/eip155-65535.json @@ -0,0 +1,25 @@ +{ + "name": "CyberChain Mainnet", + "chain": "CCX", + "icon": "cyberchain", + "rpc": ["https://rpc.cyberchain.xyz/"], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": [], + "nativeCurrency": { + "name": "CCX", + "symbol": "CCX", + "decimals": 18 + }, + "infoURL": "https://cyberchain.xyz", + "shortName": "ccx", + "chainId": 65535, + "networkId": 65535, + "slip44": 60, + "explorers": [ + { + "name": "CyberChain explorer", + "url": "https://scan.cyberchain.xyz", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/cyberchain.json b/_data/icons/cyberchain.json new file mode 100644 index 000000000000..964e80b26100 --- /dev/null +++ b/_data/icons/cyberchain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmUtbe2mpDGxqvQZxgad9VMMeAS4aSTmqfn7Px5GMJvbpD", + "width": 512, + "height": 512, + "format": "png" + } +]