mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
e57e40ed72
correct typo (wemi --> wemix)
23 lines
528 B
JSON
23 lines
528 B
JSON
{
|
|
"name": "WEMIX3.0 Testnet",
|
|
"chain": "TWEMIX",
|
|
"rpc": ["https://api.test.wemix.com", "wss://ws.test.wemix.com"],
|
|
"faucets": ["https://wallet.test.wemix.com/faucet"],
|
|
"nativeCurrency": {
|
|
"name": "TestnetWEMIX",
|
|
"symbol": "tWEMIX",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://wemix.com",
|
|
"shortName": "twemix",
|
|
"chainId": 1112,
|
|
"networkId": 1112,
|
|
"explorers": [
|
|
{
|
|
"name": "WEMIX Testnet Microscope",
|
|
"url": "https://microscope.test.wemix.com",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|