From 377137d35e140fd07a6965bdce7bdbe1da8e4df6 Mon Sep 17 00:00:00 2001 From: Bart Date: Tue, 25 Jun 2024 14:53:56 +0200 Subject: [PATCH] add previewnet config as a workaround for https://github.com/onflow/flowkit/issues/63 --- flow.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flow.json b/flow.json index a07f931..6a833d5 100644 --- a/flow.json +++ b/flow.json @@ -44,7 +44,8 @@ "emulator": "127.0.0.1:3569", "mainnet": "access.mainnet.nodes.onflow.org:9000", "sandboxnet": "access.sandboxnet.nodes.onflow.org:9000", - "testnet": "access.devnet.nodes.onflow.org:9000" + "testnet": "access.devnet.nodes.onflow.org:9000", + "previewnet": "access.previewnet.nodes.onflow.org:9000" }, "accounts": { "default": {