mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* added IceCreamSwap public RPC for CORE blockchain * used prettier to definitely NOT make json prettier :D
25 lines
537 B
JSON
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"
|
|
}
|
|
]
|
|
}
|