mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
446 B
JSON
24 lines
446 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"
|
|
}]
|
|
}
|