mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
92d2e9bbea
* Create eip155-21816.json addition of omChain to Chainlist * Update _data/chains/eip155-21816.json * Addition of icon Co-authored-by: ligi <ligi@ligi.de>
24 lines
445 B
JSON
24 lines
445 B
JSON
{
|
|
"name": "omChain Mainnet",
|
|
"chain": "OML",
|
|
"icon": "omlira",
|
|
"rpc": [
|
|
"https://seed.omlira.com"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Omlira",
|
|
"symbol": "OML",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://omlira.com",
|
|
"shortName": "oml",
|
|
"chainId": 21816,
|
|
"networkId": 21816,
|
|
"explorers": [{
|
|
"name": "omChain Explorer",
|
|
"url": "https://explorer.omlira.com",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|