Deploying to gh-pages from @ ethereum-lists/chains@92d2e9bbea 🚀

This commit is contained in:
ligi 2022-03-09 14:51:35 +00:00
parent d9a41fc08c
commit 523ea227db
5 changed files with 36 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -3001,6 +3001,19 @@
"rpc": ["https://seed.btcix.org/rpc"],
"faucets": [],
"infoURL": "https://bitcolojix.org"
}, {
"name": "omChain Mainnet",
"chainId": 21816,
"shortName": "oml",
"networkId": 21816,
"nativeCurrency": {
"name": "Omlira",
"symbol": "OML",
"decimals": 18
},
"rpc": ["https://seed.omlira.com"],
"faucets": [],
"infoURL": "https://omlira.com"
}, {
"name": "Webchain",
"chainId": 24484,

View File

@ -4082,6 +4082,26 @@
"url": "https://btcixscan.com",
"standard": "none"
}]
}, {
"name": "omChain Mainnet",
"chain": "OML",
"icon": "omlira",
"rpc": ["https://seed.omlira.com"],
"faucets": [],
"nativeCurrency": {
"name": "Omlira",
"symbol": "OML",
"decimals": 18
},
"infoURL": "https://omlira.com",
"shortName": "oml",
"chainId": 21816,
"networkId": 21816,
"explorers": [{
"name": "omChain Explorer",
"url": "https://explorer.omlira.com",
"standard": "EIP3091"
}]
}, {
"name": "Webchain",
"chain": "WEB",

View File

@ -230,6 +230,7 @@
"mtt": "eip155:16000",
"mtttest": "eip155:16001",
"btcix": "eip155:19845",
"oml": "eip155:21816",
"web": "eip155:24484",
"mintme": "eip155:24734",
"esn": "eip155:31102",