mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add WEMIX3.0 Testnet (#1421)
* Add WEMIX3.0 Testnet * Update _data/chains/eip155-1112.json Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
2aa3d817bb
commit
95be2fbb6c
25
_data/chains/eip155-1112.json
Normal file
25
_data/chains/eip155-1112.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "WEMIX3.0 Testnet",
|
||||
"chain": "TWEMIX",
|
||||
"rpc": [
|
||||
"https://api.test.wemix.com",
|
||||
"wss://ws.test.wemi.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"
|
||||
}]
|
||||
}
|
Loading…
Reference in New Issue
Block a user