Deploying to gh-pages from @ ethereum-lists/chains@50a2557260 🚀

This commit is contained in:
ligi 2022-07-07 17:20:14 +00:00
parent f547dd476c
commit 9e6cc6020f
6 changed files with 59 additions and 2 deletions

File diff suppressed because one or more lines are too long

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

View File

@ -2650,6 +2650,19 @@
"rpc": ["https://tapi.entercoin.net/"],
"faucets": [],
"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",
"chainId": 1280,

View File

@ -3667,6 +3667,26 @@
"icon": "enter",
"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",
"chain": "HALO",

View File

@ -203,6 +203,7 @@
"wtt": "eip155:1202",
"popcat": "eip155:1213",
"enter": "eip155:1214",
"om": "eip155:1246",
"HO": "eip155:1280",
"mbeam": "eip155:1284",
"mriver": "eip155:1285",