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:
ReleaseWemix 2022-08-20 23:53:30 +09:00 committed by GitHub
parent 2aa3d817bb
commit 95be2fbb6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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