chains/_data/chains/eip155-21816.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

24 lines
454 B
JSON

{
"name": "omChain Mainnet",
"chain": "OML",
"icon": "omlira",
"rpc": ["https://seed.omchain.io"],
"faucets": [],
"nativeCurrency": {
"name": "omChain",
"symbol": "OMC",
"decimals": 18
},
"infoURL": "https://omchain.io",
"shortName": "omc",
"chainId": 21816,
"networkId": 21816,
"explorers": [
{
"name": "omChain Explorer",
"url": "https://explorer.omchain.io",
"standard": "EIP3091"
}
]
}