mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
981a238c3c
* Added eCredits mainnet & testnet * Fix file naming of chain files to .json * Unique short name for testnet. * testnet: ecs-testnet Co-authored-by: Siegfried Skalla <s.skalla@cryptix.ag>
25 lines
522 B
JSON
25 lines
522 B
JSON
{
|
|
"name": "eCredits Testnet",
|
|
"chain": "ECS",
|
|
"network": "testnet",
|
|
"rpc": [
|
|
"https://rpc.tst.ecredits.com"
|
|
],
|
|
"faucets": [
|
|
"https://faucet.tst.ecredits.com"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "eCredits",
|
|
"symbol": "ECS",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://ecredits.com",
|
|
"shortName": "ecs-testnet",
|
|
"chainId": 63001,
|
|
"networkId": 63001,
|
|
"explorers": [{
|
|
"name": "eCredits TestNet Explorer",
|
|
"url": "https://explorer.tst.ecredits.com",
|
|
"standard": "EIP3091"
|
|
}]
|
|
} |