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@92d2e9bbea 🚀
This commit is contained in:
parent
d9a41fc08c
commit
523ea227db
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -3001,6 +3001,19 @@
|
||||||
"rpc": ["https://seed.btcix.org/rpc"],
|
"rpc": ["https://seed.btcix.org/rpc"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://bitcolojix.org"
|
"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",
|
"name": "Webchain",
|
||||||
"chainId": 24484,
|
"chainId": 24484,
|
||||||
|
|
|
||||||
|
|
@ -4082,6 +4082,26 @@
|
||||||
"url": "https://btcixscan.com",
|
"url": "https://btcixscan.com",
|
||||||
"standard": "none"
|
"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",
|
"name": "Webchain",
|
||||||
"chain": "WEB",
|
"chain": "WEB",
|
||||||
|
|
|
||||||
|
|
@ -230,6 +230,7 @@
|
||||||
"mtt": "eip155:16000",
|
"mtt": "eip155:16000",
|
||||||
"mtttest": "eip155:16001",
|
"mtttest": "eip155:16001",
|
||||||
"btcix": "eip155:19845",
|
"btcix": "eip155:19845",
|
||||||
|
"oml": "eip155:21816",
|
||||||
"web": "eip155:24484",
|
"web": "eip155:24484",
|
||||||
"mintme": "eip155:24734",
|
"mintme": "eip155:24734",
|
||||||
"esn": "eip155:31102",
|
"esn": "eip155:31102",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user