Skip to content

Commit

Permalink
Merge pull request #4 from chasefleming/chasefleming/local-discovery
Browse files Browse the repository at this point in the history
Use local discovery
  • Loading branch information
gregsantos authored Oct 14, 2022
2 parents 782f0e8 + 8d1f71f commit 4e8592b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flow/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 4e8592b

@vercel
Copy link

@vercel vercel bot commented on 4e8592b Oct 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.