mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
20 lines
380 B
JSON
20 lines
380 B
JSON
{
|
|
"name": "EraSwap Mainnet",
|
|
"chain": "ESN",
|
|
"icon": "eraswap",
|
|
"rpc": [
|
|
"https://mainnet.eraswap.network",
|
|
"https://rpc-mumbai.mainnet.eraswap.network"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "EraSwap",
|
|
"symbol": "ES",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://eraswap.info/",
|
|
"shortName": "es",
|
|
"chainId": 5197,
|
|
"networkId": 5197
|
|
}
|