Skip to content

Commit

Permalink
feat: add mirror check task
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Dec 6, 2023
1 parent 69b7d01 commit 5629a6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/datalayer/writeService.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 5629a6c

Please sign in to comment.