mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
547 B
JSON
25 lines
547 B
JSON
{
|
|
"name": "eCredits Testnet",
|
|
"chain": "ECS",
|
|
"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,
|
|
"icon": "ecredits",
|
|
"explorers": [
|
|
{
|
|
"name": "eCredits TestNet Explorer",
|
|
"url": "https://explorer.tst.ecredits.com",
|
|
"icon": "ecredits",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|