Deploying to gh-pages from @ ethereum-lists/chains@95be2fbb6c 🚀

This commit is contained in:
ligi 2022-08-20 14:57:19 +00:00
parent dd01c23bc7
commit a109a5f9af
6 changed files with 60 additions and 2 deletions

File diff suppressed because one or more lines are too long

25
chains/eip155-1112.json Normal file
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"
}]
}

File diff suppressed because one or more lines are too long

View File

@ -2702,6 +2702,19 @@
"rpc": ["https://andromeda.metis.io/?owner=1088"],
"faucets": [],
"infoURL": "https://www.metis.io"
}, {
"name": "WEMIX3.0 Testnet",
"chainId": 1112,
"shortName": "twemix",
"networkId": 1112,
"nativeCurrency": {
"name": "TestnetWEMIX",
"symbol": "tWEMIX",
"decimals": 18
},
"rpc": ["https://api.test.wemix.com", "wss://ws.test.wemi.com"],
"faucets": ["https://wallet.test.wemix.com/faucet"],
"infoURL": "https://wemix.com"
}, {
"name": "MathChain",
"chainId": 1139,

View File

@ -3784,6 +3784,25 @@
"url": "https://bridge.metis.io"
}]
}
}, {
"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"
}]
}, {
"name": "MathChain",
"chain": "MATH",

View File

@ -207,6 +207,7 @@
"tbtt": "eip155:1028",
"cfx": "eip155:1030",
"metis-andromeda": "eip155:1088",
"twemix": "eip155:1112",
"MATH": "eip155:1139",
"tMATH": "eip155:1140",
"iora": "eip155:1197",