diff --git a/production/mempool-config.mainnet-lightning.json b/production/mempool-config.mainnet-lightning.json index 8dea10b4a..b113a3c8a 100644 --- a/production/mempool-config.mainnet-lightning.json +++ b/production/mempool-config.mainnet-lightning.json @@ -64,8 +64,7 @@ "LIGHTNING": { "ENABLED": true, "BACKEND": "cln", - "GRAPH_REFRESH_INTERVAL": 60, - "TOPOLOGY_FOLDER": "/cln/topology/output" + "GRAPH_REFRESH_INTERVAL": 60 }, "LND": { "REST_API_URL": "https://127.0.0.1:8888", diff --git a/production/mempool-config.signet-lightning.json b/production/mempool-config.signet-lightning.json index f90b18f50..c087a9104 100644 --- a/production/mempool-config.signet-lightning.json +++ b/production/mempool-config.signet-lightning.json @@ -64,8 +64,7 @@ "LIGHTNING": { "ENABLED": true, "BACKEND": "cln", - "GRAPH_REFRESH_INTERVAL": 60, - "TOPOLOGY_FOLDER": "" + "GRAPH_REFRESH_INTERVAL": 60 }, "CLIGHTNING": { "SOCKET": "/cln/.lightning/signet/lightning-rpc" diff --git a/production/mempool-config.testnet-lightning.json b/production/mempool-config.testnet-lightning.json index 59a858cbf..130410dc4 100644 --- a/production/mempool-config.testnet-lightning.json +++ b/production/mempool-config.testnet-lightning.json @@ -64,8 +64,7 @@ "LIGHTNING": { "ENABLED": true, "BACKEND": "cln", - "GRAPH_REFRESH_INTERVAL": 60, - "TOPOLOGY_FOLDER": "" + "GRAPH_REFRESH_INTERVAL": 60 }, "CLIGHTNING": { "SOCKET": "/cln/.lightning/testnet/lightning-rpc"