mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
4dd19dab86
commit
981a238c3c
_data/chains
23
_data/chains/eip155-63000.json
Normal file
23
_data/chains/eip155-63000.json
Normal 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"
|
||||
}]
|
||||
}
|
25
_data/chains/eip155-63001.json
Normal file
25
_data/chains/eip155-63001.json
Normal 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"
|
||||
}]
|
||||
}
|
Loading…
Reference in New Issue
Block a user