From ee7bc1b156826d4e30fec0f1d661c4c27481559f Mon Sep 17 00:00:00 2001 From: wanwiset25 Date: Fri, 4 Oct 2024 14:40:12 +0400 Subject: [PATCH] fix network.config.json --- network.config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/network.config.json b/network.config.json index f351d39..a397ecc 100644 --- a/network.config.json +++ b/network.config.json @@ -1,6 +1,6 @@ { - "xdcsubnet": "http://localhost:8545", - "xdcparentnet": "https://erpc.apothem.network/", - "xdcdevnet": "", - "xdctestnet": "" + "xdcparentnet": "https://devnetstats.apothem.network/devnet", + "xdcsubnet": "https://devnetstats.apothem.network/subnet", + "xdcdevnet": "https://devnetstats.apothem.network/devnet", + "xdctestnet": "https://erpc.apothem.network/" } \ No newline at end of file