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@50a2557260 🚀
This commit is contained in:
parent
f547dd476c
commit
9e6cc6020f
File diff suppressed because one or more lines are too long
23
chains/eip155-1246.json
Normal file
23
chains/eip155-1246.json
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"name": "OM Chain Mainnet",
|
||||||
|
"chain": "omchain",
|
||||||
|
"network": "mainnet",
|
||||||
|
"rpc": [
|
||||||
|
"https://rpc-cnx.omplatform.com/"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "OMCOIN",
|
||||||
|
"symbol": "OM",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://omplatform.com/",
|
||||||
|
"shortName": "om",
|
||||||
|
"chainId": 1246,
|
||||||
|
"networkId": 1246,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "OMSCAN - Expenter",
|
||||||
|
"url": "https://omscan.omplatform.com",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
|
}
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -2650,6 +2650,19 @@
|
||||||
"rpc": ["https://tapi.entercoin.net/"],
|
"rpc": ["https://tapi.entercoin.net/"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://entercoin.net"
|
"infoURL": "https://entercoin.net"
|
||||||
|
}, {
|
||||||
|
"name": "OM Chain Mainnet",
|
||||||
|
"chainId": 1246,
|
||||||
|
"shortName": "om",
|
||||||
|
"networkId": 1246,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "OMCOIN",
|
||||||
|
"symbol": "OM",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc-cnx.omplatform.com/"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://omplatform.com/"
|
||||||
}, {
|
}, {
|
||||||
"name": "HALO Mainnet",
|
"name": "HALO Mainnet",
|
||||||
"chainId": 1280,
|
"chainId": 1280,
|
||||||
|
|
|
||||||
|
|
@ -3667,6 +3667,26 @@
|
||||||
"icon": "enter",
|
"icon": "enter",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "OM Chain Mainnet",
|
||||||
|
"chain": "omchain",
|
||||||
|
"network": "mainnet",
|
||||||
|
"rpc": ["https://rpc-cnx.omplatform.com/"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "OMCOIN",
|
||||||
|
"symbol": "OM",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://omplatform.com/",
|
||||||
|
"shortName": "om",
|
||||||
|
"chainId": 1246,
|
||||||
|
"networkId": 1246,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "OMSCAN - Expenter",
|
||||||
|
"url": "https://omscan.omplatform.com",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "HALO Mainnet",
|
"name": "HALO Mainnet",
|
||||||
"chain": "HALO",
|
"chain": "HALO",
|
||||||
|
|
|
||||||
|
|
@ -203,6 +203,7 @@
|
||||||
"wtt": "eip155:1202",
|
"wtt": "eip155:1202",
|
||||||
"popcat": "eip155:1213",
|
"popcat": "eip155:1213",
|
||||||
"enter": "eip155:1214",
|
"enter": "eip155:1214",
|
||||||
|
"om": "eip155:1246",
|
||||||
"HO": "eip155:1280",
|
"HO": "eip155:1280",
|
||||||
"mbeam": "eip155:1284",
|
"mbeam": "eip155:1284",
|
||||||
"mriver": "eip155:1285",
|
"mriver": "eip155:1285",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user