Update tests to include the POOLS_JSON_TREE_URL and POOLS_JSON_URL fields

This commit is contained in:
Felipe Knorr Kuhn
2022-08-12 22:52:56 -07:00
parent 240394817f
commit fad66c7266
2 changed files with 6 additions and 2 deletions

View File

@@ -21,7 +21,9 @@
"EXTERNAL_RETRY_INTERVAL": 13,
"USER_AGENT": "__MEMPOOL_USER_AGENT__",
"STDOUT_LOG_MIN_PRIORITY": "__MEMPOOL_STDOUT_LOG_MIN_PRIORITY__",
"INDEXING_BLOCKS_AMOUNT": 14
"INDEXING_BLOCKS_AMOUNT": 14,
"POOLS_JSON_TREE_URL": "__POOLS_JSON_TREE_URL__",
"POOLS_JSON_URL": "__POOLS_JSON_URL__"
},
"CORE_RPC": {
"HOST": "__CORE_RPC_HOST__",