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", "name": "Echelon",
"chain": "CENNZnet", "chain": "Echelon",
"network": "rata", "network": "Echelon",
"rpc": [ "rpc": [
"https://rata.centrality.me/public" "https://rpc.ech.network",
"https://evm.ech.network"
], ],
"faucets": [ "faucets": [
"https://app-faucet.centrality.me" "https://bridge.ech.network"
], ],
"nativeCurrency": { "nativeCurrency": {
"name": "CPAY", "name": "ECH",
"symbol": "CPAY", "symbol": "ECH",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://cennz.net", "infoURL": "https://ech.network",
"shortName": "cennz-r", "shortName": "echelon",
"chainId": 3000, "chainId": 3000,
"networkId": 3000, "networkId": 3000,
"icon": "cennz" "icon": "echelon"
} }