Skip to content

Commit 8c7a355

Browse files
committed
changed endpoint
1 parent 6c0543f commit 8c7a355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/vesting/vesting-data-access.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { BN } from "@coral-xyz/anchor"
1616

1717
const endpoint = process.env.NODE_ENV === 'development'
1818
? 'http://localhost:3000'
19-
: 'https://vesting-dapp-five.vercel.app';
19+
: 'https://openvest.vercel.app';
2020

2121
//getting all the vesting accounts, program methods, and defining individual hooks for ops
2222
//useQuery for fetching Vesting Accounts associated with given programId, useMutation for creating vesting accounts/claiming tokens

0 commit comments

Comments
 (0)