Skip to content
28 changes: 17 additions & 11 deletions _data/chains/eip155-165.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}