mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
453 B
JSON
23 lines
453 B
JSON
{
|
|
"name": "OM Platform Mainnet",
|
|
"chain": "omplatform",
|
|
"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"
|
|
}
|
|
]
|
|
}
|