mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Create eip155-1111.json WEMIX3.0 Mainnet will start on 2022-10-20 03:00:00 UTC. * Update eip155-1112.json correct typo * Update eip155-1112.json workflow * Update eip155-1111.json JSON schema * Update eip155-1112.json formatting * Update eip155-1111.json JSON schema * Update eip155-1112.json no icon * Update eip155-1112.json JSON schema
23 lines
459 B
JSON
23 lines
459 B
JSON
{
|
|
"name": "WEMIX3.0 Mainnet",
|
|
"chain": "WEMIX",
|
|
"rpc": ["https://api.wemix.com", "wss://ws.wemix.com"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "WEMIX",
|
|
"symbol": "WEMIX",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://wemix.com",
|
|
"shortName": "wemix",
|
|
"chainId": 1111,
|
|
"networkId": 1111,
|
|
"explorers": [
|
|
{
|
|
"name": "WEMIX Block Explorer",
|
|
"url": "https://explorer.wemix.com",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|