diff --git a/_data/chains/eip155-165.json b/_data/chains/eip155-165.json index 50ad9ae6d0ff..1b47c68eed84 100644 --- a/_data/chains/eip155-165.json +++ b/_data/chains/eip155-165.json @@ -1,19 +1,25 @@ { - "name": "Omni Testnet (Deprecated)", - "chain": "Omni", - "rpc": [], - "features": [{ "name": "EIP155" }], + "name": "Farm Chain", + "chain": "FMC", + "rpc": [ + "https://rpc.fmcscan.com" + ], "faucets": [], "nativeCurrency": { - "name": "Omni", - "symbol": "OMNI", + "name": "Farm Coin", + "symbol": "FMC", "decimals": 18 }, - "infoURL": "https://docs.omni.network/", - "shortName": "omni_testnet_deprecated", + "infoURL": "https://fmcscan.com", + "shortName": "fmc", "chainId": 165, "networkId": 165, - "slip44": 1, - "explorers": [], - "status": "deprecated" + "slip44": 60, + "explorers": [ + { + "name": "Farm Chain Explorer", + "url": "https://fmcscan.com", + "standard": "EIP3091" + } + ] }