From d50c71b36aed7f1c0b4ad1f843dffc715521a367 Mon Sep 17 00:00:00 2001 From: satheesh Date: Fri, 14 Jun 2024 16:33:11 +0400 Subject: [PATCH] Updated archive RPC for XDC --- src/constants/chain-info.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants/chain-info.ts b/src/constants/chain-info.ts index e9b1774c8..bb45bf339 100644 --- a/src/constants/chain-info.ts +++ b/src/constants/chain-info.ts @@ -114,7 +114,7 @@ export const ChainInfo: ChainInfo = { networkName: "xdc", networkLabel: "XDC Network", explorerUrl: "https://xdcscan.io", - rpcUrl: "https://rpc.ankr.com/xdc", + rpcUrl: "https://tradetrustrpc.xdcrpc.com", nativeCurrency: { name: "XDC", symbol: "XDC", @@ -128,7 +128,7 @@ export const ChainInfo: ChainInfo = { networkName: "xdcapothem", networkLabel: "XDC Testnet Apothem", explorerUrl: "https://apothem.xdcscan.io", - rpcUrl: "https://rpc.ankr.com/xdc_testnet", + rpcUrl: "https://tradetrustarpc.xdcrpc.com", nativeCurrency: { name: "XDCt", symbol: "XDCt",