From 1a44301838461bdb5137478e7a18e0fd1c3a7f1d Mon Sep 17 00:00:00 2001 From: r-birkner <103420898+r-birkner@users.noreply.github.com> Date: Wed, 5 Jun 2024 20:36:08 +0200 Subject: [PATCH] deprecate and use the proper API domain --- dfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dfx.json b/dfx.json index aa733f8..5f732b4 100644 --- a/dfx.json +++ b/dfx.json @@ -31,7 +31,7 @@ "networks": { "alpha": { "providers": [ - "https://mainnet.dfinity.network" + "https://icp-api.io" ], "type": "persistent" },