Skip to content

Commit

Permalink
remove deprecated env
Browse files Browse the repository at this point in the history
  • Loading branch information
nialexsan committed Dec 20, 2024
1 parent afa09f6 commit 6aac784
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/fclConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import flowJSON from "../flow.json"
config()
.put("flow.network", publicConfig.network)
.put("app.detail.title", BASE_HTML_TITLE)
.put("env", publicConfig.isLocal ? "local" : publicConfig.network)
.put("accessNode.api", publicConfig.accessAPIHost)
// TODO: Implement FCL wallets
// .put("challenge.handshake", publicConfig.walletDiscovery)
Expand Down

0 comments on commit 6aac784

Please sign in to comment.