Deploying to gh-pages from @ ethereum-lists/chains@8f7f0cbc95 🚀

This commit is contained in:
ligi 2022-10-27 01:11:21 +00:00
parent dbf5a6fff0
commit c932411a74
6 changed files with 57 additions and 2 deletions

File diff suppressed because one or more lines are too long

22
chains/eip155-1111.json Normal file
View 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

View File

@ -2806,6 +2806,19 @@
"rpc": ["https://andromeda.metis.io/?owner=1088"],
"faucets": [],
"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",
"chainId": 1112,

View File

@ -3952,6 +3952,25 @@
"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",
"chain": "TWEMIX",

View File

@ -215,6 +215,7 @@
"bronos-testnet": "eip155:1038",
"bronos-mainnet": "eip155:1039",
"metis-andromeda": "eip155:1088",
"wemix": "eip155:1111",
"twemix": "eip155:1112",
"MATH": "eip155:1139",
"tMATH": "eip155:1140",