chains/_data/chains/eip155-1116.json
box25 76d248b68e
added IceCreamSwap public RPC for CORE blockchain (#2303)
* added IceCreamSwap public RPC for CORE blockchain

* used prettier to definitely NOT make json prettier :D
2023-03-16 08:55:44 +01:00

25 lines
537 B
JSON

{
"name": "Core Blockchain Mainnet",
"chain": "Core",
"icon": "core",
"rpc": ["https://rpc.coredao.org/", "https://rpc-core.icecreamswap.com"],
"faucets": [],
"nativeCurrency": {
"name": "Core Blockchain Native Token",
"symbol": "CORE",
"decimals": 18
},
"infoURL": "https://www.coredao.org",
"shortName": "core",
"chainId": 1116,
"networkId": 1116,
"explorers": [
{
"name": "Core Scan",
"url": "https://scan.coredao.org",
"icon": "core",
"standard": "EIP3091"
}
]
}