From 8d1f71f57eebbc7c9f8191b42daa4b790557c65e Mon Sep 17 00:00:00 2001 From: Chase Fleming <1666730+chasefleming@users.noreply.github.com> Date: Thu, 13 Oct 2022 15:03:19 -0700 Subject: [PATCH] Use local discovery --- flow/config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flow/config.js b/flow/config.js index 171a1e1..c57c74f 100644 --- a/flow/config.js +++ b/flow/config.js @@ -32,10 +32,10 @@ if (USE_LOCAL) { .put("flow.network", "local") .put("accessNode.api", "http://localhost:8888") // dev-wallet - .put("discovery.wallet", "http://localhost:8701/fcl/authn") - // local discovery - //.put("discovery.wallet", "http://localhost:3002/testnet/authn") - //.put("discovery.authn.endpoint", "http://localhost:3002/api/testnet/authn") + // .put("discovery.wallet", "http://localhost:8701/fcl/authn") + // local discovery + .put("discovery.wallet", "http://localhost:3002/local/authn") + .put("discovery.authn.endpoint", "http://localhost:3002/api/local/authn") } else { // prettier-ignore fcl