diff --git a/stores/useWalletStore.tsx b/stores/useWalletStore.tsx index 7b9b619..861d392 100644 --- a/stores/useWalletStore.tsx +++ b/stores/useWalletStore.tsx @@ -26,8 +26,8 @@ import { calculateNativeAmountUnsafe } from '../utils/balance' export const ENDPOINTS: EndpointInfo[] = [ { name: 'mainnet-beta', - url: 'https://mango.rpcpool.com/', - websocket: 'https://mango.rpcpool.com/', + url: 'https://cache-mango.rpcpool.com', + websocket: 'https://cache-mango.rpcpool.com/cache', programId: '6QXNNAPkPsWjd1j3qQJTvRFgSNPARMhF2tE8g1WeGyrM', poolKey: 'AHBj9LAjxStT2YQHN6QdfHKpZLtEVr8ACqeFgYcPsTnr', },