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
This commit is contained in:
ReleaseWemix 2022-10-27 10:08:20 +09:00 committed by GitHub
parent ddfea06064
commit 8f7f0cbc95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,22 @@
{
"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"
}
]
}