diff --git a/production/mempool-config.liquid.json b/production/mempool-config.liquid.json index a4f4bcd81..3d25a7a28 100644 --- a/production/mempool-config.liquid.json +++ b/production/mempool-config.liquid.json @@ -23,7 +23,7 @@ "PASSWORD": "__BITCOIN_RPC_PASS__" }, "ESPLORA": { - "UNIX_SOCKET_PATH": "/elements/socket/esplora-liquid-mainnet", + "UNIX_SOCKET_PATH": "/elements/socket/esplora-elements-liquid", "FALLBACK": [ "http://node201.va1.mempool.space:3001", "http://node202.va1.mempool.space:3001", diff --git a/production/mempool-config.liquidtestnet.json b/production/mempool-config.liquidtestnet.json index cf2d70045..47c2f5fef 100644 --- a/production/mempool-config.liquidtestnet.json +++ b/production/mempool-config.liquidtestnet.json @@ -23,7 +23,7 @@ "PASSWORD": "__BITCOIN_RPC_PASS__" }, "ESPLORA": { - "UNIX_SOCKET_PATH": "/elements/socket/esplora-liquid-testnet", + "UNIX_SOCKET_PATH": "/elements/socket/esplora-elements-liquidtestnet", "FALLBACK": [ "http://node201.va1.mempool.space:3004", "http://node202.va1.mempool.space:3004",