diff --git a/_data/chains/eip155-21816.json b/_data/chains/eip155-21816.json new file mode 100644 index 00000000..c657423a --- /dev/null +++ b/_data/chains/eip155-21816.json @@ -0,0 +1,23 @@ +{ + "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" + }] +} diff --git a/_data/icons/omlira.json b/_data/icons/omlira.json new file mode 100644 index 00000000..3c09e8d3 --- /dev/null +++ b/_data/icons/omlira.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmQtEHaejiDbmiCvbBYw9jNQv3DLK5XHCQwLRfnLNpdN5j", + "width":256, + "height":256, + "format":"png" + } +]