mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Ecoball Mainnet and Testnet (#508)
This commit is contained in:
parent
f976d2ef66
commit
308c79c8a0
23
_data/chains/eip155-2100.json
Normal file
23
_data/chains/eip155-2100.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Ecoball Mainnet",
|
||||
"chain": "ECO",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://api.ecoball.org/ecoball/"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ecoball Coin",
|
||||
"symbol": "ECO",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://ecoball.org",
|
||||
"shortName": "eco",
|
||||
"chainId": 2100,
|
||||
"networkId": 2100,
|
||||
"explorers": [{
|
||||
"name": "Ecoball Explorer",
|
||||
"url": "https://scan.ecoball.org/",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
23
_data/chains/eip155-2101.json
Normal file
23
_data/chains/eip155-2101.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Ecoball Testnet Espuma",
|
||||
"chain": "ECO",
|
||||
"network": "espuma",
|
||||
"rpc": [
|
||||
"https://api.ecoball.org/espuma/"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Espuma Coin",
|
||||
"symbol": "ECO",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://ecoball.org",
|
||||
"shortName": "esp",
|
||||
"chainId": 2101,
|
||||
"networkId": 2101,
|
||||
"explorers": [{
|
||||
"name": "Ecoball Testnet Explorer",
|
||||
"url": "https://espuma-scan.ecoball.org/",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
Loading…
Reference in New Issue
Block a user