Skip to content

Commit 914d66a

Browse files
authored
Add Ethernity Mainnet (ethereum-lists#5679)
* Add Ethernity Mainnet * Update explorer URL * Add faucets property
1 parent f69ce4a commit 914d66a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

_data/chains/eip155-183.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "Ethernity Mainnet",
3+
"chain": "Ethernity",
4+
"rpc": ["https://mainnet.ethernitychain.io"],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "Ether",
8+
"symbol": "ETH",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://www.ethernity.io",
12+
"shortName": "ethernity-mainnet",
13+
"chainId": 183,
14+
"networkId": 183,
15+
"explorers": [
16+
{
17+
"name": "Ethernity Mainnet Explorer",
18+
"url": "https://ernscan.io",
19+
"standard": "EIP3091"
20+
}
21+
]
22+
}

0 commit comments

Comments
 (0)