mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
b51bf1bd6a
* Add Eraswap Network * Update _data/chains/eip155-5197.json Co-authored-by: ligi <ligi@ligi.de> * Update _data/chains/eip155-5197.json Co-authored-by: ligi <ligi@ligi.de> * Update _data/chains/eip155-5197.json Co-authored-by: ligi <ligi@ligi.de> * Add eraswap icon * Update eip155-5197.json Co-authored-by: ligi <ligi@ligi.de>
21 lines
404 B
JSON
21 lines
404 B
JSON
{
|
|
"name": "EraSwap Mainnet",
|
|
"chain": "ESN",
|
|
"network": "mainnet",
|
|
"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
|
|
}
|