Add eCredits mainnet & testnet (#826)

* 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>
This commit is contained in:
ecsdev2 2022-02-04 19:21:36 +01:00 committed by GitHub
parent 4dd19dab86
commit 981a238c3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"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,
"explorers": [{
"name": "eCredits MainNet Explorer",
"url": "https://explorer.ecredits.com",
"standard": "EIP3091"
}]
}

View File

@ -0,0 +1,25 @@
{
"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"
}]
}