Add Ecoball Mainnet and Testnet (#508)

This commit is contained in:
MJewzk 2021-10-23 16:16:31 +08:00 committed by GitHub
parent f976d2ef66
commit 308c79c8a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 46 additions and 0 deletions

View 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"
}]
}

View 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"
}]
}