From 888aeb0e6d146a8b28dbd08f751e0cbf0d117594 Mon Sep 17 00:00:00 2001 From: lanmower Date: Wed, 20 Mar 2019 09:18:53 +0200 Subject: [PATCH] Add ff to your network list the addition of the ff network. --- networks.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/networks.json b/networks.json index 6897111..1f5b6a2 100644 --- a/networks.json +++ b/networks.json @@ -289,5 +289,37 @@ "description": "Load balancer of various public nodes provided by the Telos Foundation" } ] + }, + { + "name": "Freedom First Mainnet", + "description": "Freedom First Mainnet", + "owner": "Freedom First", + "chainId": "342f1b4af05f4978a8f5d8e3e3e3761cb22dacf21a93e42abe0753bdacb6b621", + "type": "mainnet", + "prefix":"FF", + "network": "ff", + "endpoints": [ + { + "name": "dconnect.live", + "protocol": "https", + "port": 443, + "url": "dconnect.live", + "description": "dConnect.live public node" + }, + { + "name": "steem.host", + "protocol": "https", + "port": 443, + "url": "steem.host", + "description": "steem.host public node" + }, + { + "name": "gostomp.co.za", + "protocol": "https", + "port": 443, + "url": "gostomp.co.za", + "description": "gostomp.co.za public node" + } + ] } ]