Add Echelon (ECH) (#1096)

* Update eip155-3000.json

Add Echelon Mainnet (Chain ID: 3000)

* Create echelon.json

Add Echelon Logo

* Change to svg

* Added width and height

* Update _data/icons/echelon.json

* Update faucet subdomain and add additional RPC

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Echelon Foundation 2022-05-29 01:34:49 -06:00 committed by GitHub
parent 71bbadb687
commit a8d0d4523a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 11 deletions

View File

@ -1,21 +1,23 @@
{
"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",
"https://draco.ech.network"
],
"faucets": [
"https://app-faucet.centrality.me"
"https://app.ech.network/faucet"
],
"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"
}

8
_data/icons/echelon.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmWgogVZKsEk3yk2h66P4qTzy9ujYG764RwsH6K6kGN7R4",
"width":160,
"height":235,
"format": "svg"
}
]