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@8f7f0cbc95 🚀
This commit is contained in:
parent
dbf5a6fff0
commit
c932411a74
File diff suppressed because one or more lines are too long
22
chains/eip155-1111.json
Normal file
22
chains/eip155-1111.json
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"name": "WEMIX3.0 Mainnet",
|
||||||
|
"chain": "WEMIX",
|
||||||
|
"rpc": ["https://api.wemix.com", "wss://ws.wemix.com"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "WEMIX",
|
||||||
|
"symbol": "WEMIX",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://wemix.com",
|
||||||
|
"shortName": "wemix",
|
||||||
|
"chainId": 1111,
|
||||||
|
"networkId": 1111,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "WEMIX Block Explorer",
|
||||||
|
"url": "https://explorer.wemix.com",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -2806,6 +2806,19 @@
|
||||||
"rpc": ["https://andromeda.metis.io/?owner=1088"],
|
"rpc": ["https://andromeda.metis.io/?owner=1088"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://www.metis.io"
|
"infoURL": "https://www.metis.io"
|
||||||
|
}, {
|
||||||
|
"name": "WEMIX3.0 Mainnet",
|
||||||
|
"chainId": 1111,
|
||||||
|
"shortName": "wemix",
|
||||||
|
"networkId": 1111,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "WEMIX",
|
||||||
|
"symbol": "WEMIX",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://api.wemix.com", "wss://ws.wemix.com"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://wemix.com"
|
||||||
}, {
|
}, {
|
||||||
"name": "WEMIX3.0 Testnet",
|
"name": "WEMIX3.0 Testnet",
|
||||||
"chainId": 1112,
|
"chainId": 1112,
|
||||||
|
|
|
@ -3952,6 +3952,25 @@
|
||||||
"url": "https://bridge.metis.io"
|
"url": "https://bridge.metis.io"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
"name": "WEMIX3.0 Mainnet",
|
||||||
|
"chain": "WEMIX",
|
||||||
|
"rpc": ["https://api.wemix.com", "wss://ws.wemix.com"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "WEMIX",
|
||||||
|
"symbol": "WEMIX",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://wemix.com",
|
||||||
|
"shortName": "wemix",
|
||||||
|
"chainId": 1111,
|
||||||
|
"networkId": 1111,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "WEMIX Block Explorer",
|
||||||
|
"url": "https://explorer.wemix.com",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "WEMIX3.0 Testnet",
|
"name": "WEMIX3.0 Testnet",
|
||||||
"chain": "TWEMIX",
|
"chain": "TWEMIX",
|
||||||
|
|
|
@ -215,6 +215,7 @@
|
||||||
"bronos-testnet": "eip155:1038",
|
"bronos-testnet": "eip155:1038",
|
||||||
"bronos-mainnet": "eip155:1039",
|
"bronos-mainnet": "eip155:1039",
|
||||||
"metis-andromeda": "eip155:1088",
|
"metis-andromeda": "eip155:1088",
|
||||||
|
"wemix": "eip155:1111",
|
||||||
"twemix": "eip155:1112",
|
"twemix": "eip155:1112",
|
||||||
"MATH": "eip155:1139",
|
"MATH": "eip155:1139",
|
||||||
"tMATH": "eip155:1140",
|
"tMATH": "eip155:1140",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user