From df108cb149acd2a98b87fca150c18d971a29dc20 Mon Sep 17 00:00:00 2001 From: nomaxg Date: Tue, 5 Dec 2023 10:44:58 -0500 Subject: [PATCH] add comma --- scripts/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/config.ts b/scripts/config.ts index d9afd7ce..d4dd0cec 100644 --- a/scripts/config.ts +++ b/scripts/config.ts @@ -217,7 +217,7 @@ function writeConfigs(argv: any) { "validation-server" : { "url": argv.validationNodeUrl, "jwtsecret": valJwtSecret, - } + }, "espresso": false, "hotshot-address": "", },