mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@95be2fbb6c 🚀
This commit is contained in:
parent
dd01c23bc7
commit
a109a5f9af
File diff suppressed because one or more lines are too long
25
chains/eip155-1112.json
Normal file
25
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"
|
||||
}]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user