Add EXTERNAL_ASSETS defaults to the Docker start script and the README

This commit is contained in:
Felipe Knorr Kuhn
2022-02-05 21:24:24 -08:00
parent e2bcb82b59
commit 81ee0e39bc
2 changed files with 3 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ JSON:
"MEMPOOL_BLOCKS_AMOUNT": 8,
"PRICE_FEED_UPDATE_INTERVAL": 3600,
"USE_SECOND_NODE_FOR_MINFEE": false,
"EXTERNAL_ASSETS": []
"EXTERNAL_ASSETS": ["https://mempool.space/resources/pools.json"]
},
```