From 4a8b23e0f967b6f1de110fb991ffd0e8c458a3ff Mon Sep 17 00:00:00 2001 From: isaackps Date: Tue, 28 Oct 2025 17:20:17 +0800 Subject: [PATCH] fix: xdc apothem rpc url --- src/common/networks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/networks.ts b/src/common/networks.ts index ed387eb6..8241bd46 100644 --- a/src/common/networks.ts +++ b/src/common/networks.ts @@ -86,7 +86,7 @@ export const supportedNetwork: { }, [NetworkCmdName.XDCApothem]: { explorer: "https://apothem.xdcscan.io", - provider: jsonRpcProvider("https://rpc.ankr.com/xdc_testnet"), + provider: jsonRpcProvider("https://rpc.apothem.network"), networkId: 51, networkName: NetworkCmdName.XDCApothem, currency: "XDC",