mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
ddfea06064
commit
8f7f0cbc95
22
_data/chains/eip155-1111.json
Normal file
22
_data/chains/eip155-1111.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user