chains/_data/chains/eip155-1111.json
ReleaseWemix 8f7f0cbc95
Add WEMIX Mainnet and Modify Testnet (#1734)
* 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
2022-10-27 03:08:20 +02:00

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"
}
]
}