added empire network (#2204)

This commit is contained in:
Corey Davis 2023-02-01 02:57:28 +13:00 committed by GitHub
parent 31bc492660
commit 2373a5c2c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,22 @@
{
"name": "Empire Network",
"chain": "EMPIRE",
"rpc": ["https://rpc.empirenetwork.io"],
"faucets": [],
"nativeCurrency": {
"name": "Empire",
"symbol": "EMPIRE",
"decimals": 18
},
"infoURL": "https://www.empirenetwork.io/",
"shortName": "empire",
"chainId": 3693,
"networkId": 3693,
"explorers": [
{
"name": "Empire Explorer",
"url": "https://explorer.empirenetwork.io",
"standard": "none"
}
]
}