mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Added eCredits mainnet & testnet
This commit is contained in:
parent
bc7d951bff
commit
d3c6c7c5c3
23
_data/chains/eip155-63000.txt
Normal file
23
_data/chains/eip155-63000.txt
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.txt
Normal file
25
_data/chains/eip155-63001.txt
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",
|
||||
"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