Skip to content

Commit

Permalink
fix: updated archive RPC for XDC (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
satz07 authored Jun 20, 2024
1 parent 02b21a3 commit 9dc3393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/supportedChains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const SUPPORTED_CHAINS: supportedChains = {
currency: "XDC",
iconImage: iconXDC,
explorerUrl: "https://xdcscan.io",
rpcUrl: "https://rpc.ankr.com/xdc",
rpcUrl: "https://tradetrustrpc.xdcrpc.com",
nativeCurrency: {
name: "XDC",
symbol: "XDC",
Expand All @@ -125,7 +125,7 @@ export const SUPPORTED_CHAINS: supportedChains = {
currency: "XDC",
iconImage: iconXDC,
explorerUrl: "https://apothem.xdcscan.io",
rpcUrl: "https://rpc.ankr.com/xdc_testnet",
rpcUrl: "https://tradetrustarpc.xdcrpc.com",
nativeCurrency: {
name: "XDC",
symbol: "XDC",
Expand Down

0 comments on commit 9dc3393

Please sign in to comment.