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

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

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