From eb3f86500072bb7928711c85c95fdbaa4a5d2554 Mon Sep 17 00:00:00 2001 From: Severin Siffert Date: Tue, 3 Sep 2024 10:05:49 +0200 Subject: [PATCH] fix: use new domain for synthetic testnet --- docs/developer-docs/smart-contracts/deploy/custom-testnets.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-docs/smart-contracts/deploy/custom-testnets.mdx b/docs/developer-docs/smart-contracts/deploy/custom-testnets.mdx index a2d8d006ec..7aae737949 100644 --- a/docs/developer-docs/smart-contracts/deploy/custom-testnets.mdx +++ b/docs/developer-docs/smart-contracts/deploy/custom-testnets.mdx @@ -159,7 +159,7 @@ To define a project-specific network, add a "networks" section to your `dfx.json "networks": {     "myNetwork": {       "providers": [ -        "https://ic0.app" +        "https://icp0.io"       ],       "type": "persistent"     }