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

* Added eCredits mainnet & testnet * Fix file naming of chain files to .json * Unique short name for testnet. * testnet: ecs-testnet * icon for ecredits Co-authored-by: Siegfried Skalla <s.skalla@cryptix.ag>
25 lines
508 B
JSON
25 lines
508 B
JSON
{
|
|
"name": "eCredits Mainnet",
|
|
"chain": "ECS",
|
|
"network": "mainnet",
|
|
"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"
|
|
}]
|
|
} |