From 164a38ad20f5adb92367ff153122332e420c6a7b Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Mon, 19 May 2025 13:11:23 -0700 Subject: [PATCH] linting --- config/env/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/env/common.js b/config/env/common.js index 3337dfc..edffb38 100644 --- a/config/env/common.js +++ b/config/env/common.js @@ -184,7 +184,7 @@ export default { // Nostr nostrRelay: process.env.NOSTR_RELAY ? process.env.NOSTR_RELAY : 'wss://nostr-relay.psfoundation.info', nostrTopic: process.env.NOSTR_TOPIC ? process.env.NOSTR_TOPIC : 'bch-dex-test-topic-01', - + // Account Configuration disableNewAccounts: process.env.DISABLE_NEW_ACCOUNTS ? true : false,