From 7b4e048f9ab75f968d9dca6e449ae3ab1fe17184 Mon Sep 17 00:00:00 2001 From: shubham <16849485+metallicalfa2@users.noreply.github.com> Date: Mon, 6 Feb 2023 13:43:57 +0800 Subject: [PATCH] feat: updates --- src/utils/const.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/const.ts b/src/utils/const.ts index f9b2633c..ca4e6e39 100644 --- a/src/utils/const.ts +++ b/src/utils/const.ts @@ -5,7 +5,7 @@ export const WALLET_SUPPORTED_NETWORKS: { [key: string]: ProviderConfig } = { ...SUPPORTED_NETWORKS, mainnet: { ...SUPPORTED_NETWORKS.mainnet, - rpcTarget: "https://green-dark-sky.solana-mainnet.quiknode.pro/97c87069b81ef4ec0765a267525c82153e5404fc/", + rpcTarget: "https://solana-mainnet.g.alchemy.com/v2/UHN0uqcLQ1K8kJXHoEA6I7qp5aViWhFo", }, testnet: { ...SUPPORTED_NETWORKS.testnet,