From d58719b0744e11b4b9ee1c1a5d0d0aefade7437e Mon Sep 17 00:00:00 2001 From: Maximilian Schneider Date: Fri, 16 Jul 2021 15:58:10 +0200 Subject: [PATCH] new pool --- stores/useWalletStore.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stores/useWalletStore.tsx b/stores/useWalletStore.tsx index 0472103..72eaca8 100644 --- a/stores/useWalletStore.tsx +++ b/stores/useWalletStore.tsx @@ -35,7 +35,7 @@ export const ENDPOINTS: EndpointInfo[] = [ url: 'https://api.devnet.solana.com', websocket: 'https://api.devnet.solana.com', programId: '2oBtRS2AAQfsMxXQfg41fKFY9zjvHwSSD7G5idrCFziV', - poolKey: '44B8GA669DfdT3PrdxPmsHfGyWrwhKuzLdXBXV8oNdPp', + poolKey: '7TQyptCUKUscCvXECN3rYzpVc7hwyi7UiTA8Wf8j2V8f', }, { name: 'localnet',