From d671a10147728ecfb473412c1e1d9a34be4b08ea Mon Sep 17 00:00:00 2001 From: isaackps Date: Tue, 28 Oct 2025 17:46:14 +0800 Subject: [PATCH] fix: apothem rpc url --- src/constants/supportedChains.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/supportedChains.ts b/src/constants/supportedChains.ts index d19d3e8..9c896c7 100644 --- a/src/constants/supportedChains.ts +++ b/src/constants/supportedChains.ts @@ -129,7 +129,7 @@ export const SUPPORTED_CHAINS: supportedChains = { currency: "XDC", iconImage: iconXDC, explorerUrl: "https://apothem.xdcscan.io", - rpcUrl: "https://rpc.ankr.com/xdc_testnet", + rpcUrl: "https://rpc.apothem.network", nativeCurrency: { name: "XDC", symbol: "XDC",