From 5629a6cab562c0fe4953c87eb29de0cca74c2b3f Mon Sep 17 00:00:00 2001 From: Michael Taylor Date: Wed, 6 Dec 2023 10:08:23 -0500 Subject: [PATCH] feat: add mirror check task --- src/datalayer/writeService.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/datalayer/writeService.js b/src/datalayer/writeService.js index fa4573f6..a6033e62 100644 --- a/src/datalayer/writeService.js +++ b/src/datalayer/writeService.js @@ -26,6 +26,7 @@ const createDataLayerStore = async () => { await wallet.waitForAllTransactionsToConfirm(); // Default AUTO_MIRROR_EXTERNAL_STORES to true if it is null or undefined + // This make sure this runs by default even if the config param is missing const shouldMirror = AUTO_MIRROR_EXTERNAL_STORES ?? true; if (shouldMirror) {