From 2996f7f5dc5b4e6afebd163d617026ac28452a6d Mon Sep 17 00:00:00 2001 From: Shivam Pandey Date: Sun, 21 Jul 2024 18:58:07 +0530 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f235714..a3829ea 100644 --- a/README.md +++ b/README.md @@ -41,14 +41,18 @@ Docker-compatibility branch is needed right now because Docker image made for fl For mainnet ``` # config.ini - [DEFAULT] - NET = mainnet - FLO_CLI_PATH = /usr/local/bin/flo-cli - START_BLOCK = 3387900 - - # config.py - committeeAddressList = ['FRwwCqbP7DN4z5guffzzhCSgpD8Q33hUG8'] - sseAPI_url = 'https://ranchimallflo.duckdns.org/' + NET = mainnet + FLO_CLI_PATH = /usr/local/bin/flo-cli + START_BLOCK = 3387900 + FLOSIGHT_NETURL = https://blockbook.ranchimall.net/ + TESTNET_FLOSIGHT_SERVER_LIST = https://0.0.0.0:19166/ + MAINNET_FLOSIGHT_SERVER_LIST = https://blockbook.ranchimall.net/ + TOKENAPI_SSE_URL = https://ranchimallflo-blockbook.ranchimall.net + IGNORE_BLOCK_LIST = 2 + IGNORE_TRANSACTION_LIST = b4 + DATA_PATH = /home/production/deployed/ftt-blockbook-migration-rescan + APP_ADMIN = FNcvkz9PZNZM3HcxM1XTrVL4tgivmCkHp9 + API_VERIFY = False ``` 4. If running for the first time, run `python3.7 tracktokens-smartcontracts.py --reset` otherwise run `python3.7 tracktokens-smartcontracts.py`