Update eip155-3000.json

Add Echelon Mainnet (Chain ID: 3000)
This commit is contained in:
Echelon Foundation 2022-04-21 00:44:27 -06:00 committed by GitHub
parent 0898f0c288
commit 8ee60dfdff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,21 +1,22 @@
{
"name": "CENNZnet Rata",
"chain": "CENNZnet",
"network": "rata",
"name": "Echelon",
"chain": "Echelon",
"network": "Echelon",
"rpc": [
"https://rata.centrality.me/public"
"https://rpc.ech.network",
"https://evm.ech.network"
],
"faucets": [
"https://app-faucet.centrality.me"
"https://bridge.ech.network"
],
"nativeCurrency": {
"name": "CPAY",
"symbol": "CPAY",
"name": "ECH",
"symbol": "ECH",
"decimals": 18
},
"infoURL": "https://cennz.net",
"shortName": "cennz-r",
"infoURL": "https://ech.network",
"shortName": "echelon",
"chainId": 3000,
"networkId": 3000,
"icon": "cennz"
}
"icon": "echelon"
}