diff --git a/_data/chains/eip155-165.json b/_data/chains/eip155-165.json new file mode 100644 index 00000000..3a0adb6d --- /dev/null +++ b/_data/chains/eip155-165.json @@ -0,0 +1,23 @@ +{ + "name": "Omni Testnet 1", + "chain": "Omni", + "rpc": ["https://testnet-1.omni.network"], + "features": [{ "name": "EIP155" }], + "faucets": [], + "nativeCurrency": { + "name": "Omni", + "symbol": "OMNI", + "decimals": 18 + }, + "infoURL": "https://docs.omni.network/", + "shortName": "omni_testnet", + "chainId": 165, + "networkId": 165, + "explorers": [ + { + "name": "Omni Explorer", + "url": "https://testnet-1.explorer.omni.network", + "standard": "EIP3091" + } + ] +}