import type { Chain } from "../src/types"; export default { "chain": "XDC", "chainId": 50, "explorers": [ { "name": "xdcscan", "url": "https://xdcscan.io", "standard": "EIP3091", "icon": { "url": "ipfs://QmPzVFs16GwaD8LAcGFLCNXzEK8BHFKNXeM3nmBpnq9xy3", "width": 512, "height": 512, "format": "png" } }, { "name": "blocksscan", "url": "https://xdc.blocksscan.io", "standard": "EIP3091", "icon": { "url": "ipfs://QmPzVFs16GwaD8LAcGFLCNXzEK8BHFKNXeM3nmBpnq9xy3", "width": 512, "height": 512, "format": "png" } } ], "faucets": [], "icon": { "url": "ipfs://QmeRq7pabiJE2n1xU3Y5Mb4TZSX9kQ74x7a3P2Z4PqcMRX", "width": 1450, "height": 1450, "format": "png" }, "infoURL": "https://xinfin.org", "name": "XDC Network", "nativeCurrency": { "name": "XinFin", "symbol": "XDC", "decimals": 18 }, "networkId": 50, "rpc": [ "https://50.rpc.thirdweb.com/${THIRDWEB_API_KEY}", "https://erpc.xinfin.network", "https://rpc.xinfin.network", "https://rpc1.xinfin.network", "https://rpc-xdc.icecreamswap.com" ], "shortName": "xdc", "slug": "xdc-network", "testnet": false } as const satisfies Chain;