We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c0543f commit 8c7a355Copy full SHA for 8c7a355
src/components/vesting/vesting-data-access.tsx
@@ -16,7 +16,7 @@ import { BN } from "@coral-xyz/anchor"
16
17
const endpoint = process.env.NODE_ENV === 'development'
18
? 'http://localhost:3000'
19
- : 'https://vesting-dapp-five.vercel.app';
+ : 'https://openvest.vercel.app';
20
21
//getting all the vesting accounts, program methods, and defining individual hooks for ops
22
//useQuery for fetching Vesting Accounts associated with given programId, useMutation for creating vesting accounts/claiming tokens
0 commit comments