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" }