mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
498 B
JSON
25 lines
498 B
JSON
{
|
|
"name": "eCredits Mainnet",
|
|
"chain": "ECS",
|
|
"rpc": ["https://rpc.ecredits.com"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "eCredits",
|
|
"symbol": "ECS",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://ecredits.com",
|
|
"shortName": "ecs",
|
|
"chainId": 63000,
|
|
"networkId": 63000,
|
|
"icon": "ecredits",
|
|
"explorers": [
|
|
{
|
|
"name": "eCredits MainNet Explorer",
|
|
"url": "https://explorer.ecredits.com",
|
|
"icon": "ecredits",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|