Add edgeware mainnet network id. (#179)

This commit is contained in:
Jake Naviasky 2021-03-08 17:34:11 -05:00 committed by GitHub
parent 580e594d09
commit 032c3a42f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,18 @@
{
"name": "Edgeware Mainnet",
"chain": "EDG",
"network": "mainnet",
"rpc": [
"https://mainnet1.edgewa.re"
],
"faucets": [],
"nativeCurrency": {
"name": "Edge",
"symbol": "EDG",
"decimals": 18
},
"infoURL": "http://edgewa.re",
"shortName": "edg",
"chainId": 2021,
"networkId": 2021
}