From 060a7c64530abdc5d14b60832db3806f6b409427 Mon Sep 17 00:00:00 2001 From: GuillemGarciaDev Date: Thu, 7 Sep 2023 08:26:51 +0200 Subject: [PATCH] fix: reset signerUrl dev environment --- src/config/config.dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/config.dev.json b/src/config/config.dev.json index 2d70ee9b..d24e76b9 100644 --- a/src/config/config.dev.json +++ b/src/config/config.dev.json @@ -1,5 +1,5 @@ { "enableMainnet": true, "enableSignerApp": true, - "signerUrl": "http://192.168.1.55:3001" + "signerUrl": "http://localhost:3001" }