add OM Chain mainnet (#1330)

* add OM Chain mainnet

add OM Chain mainnet

* Update _data/chains/eip155-1246.json

Co-authored-by: stepgoku <39895834+stepgoku@users.noreply.github.com>
Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
cadcoin27 2022-07-08 00:16:30 +07:00 committed by GitHub
parent d20a7d944f
commit 50a2557260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
}]
}