Skip to content

Commit

Permalink
feat: update sdk api endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-donor committed Dec 27, 2023
1 parent e42be8a commit 78ea1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/common.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const API_BASE_URL = 'https://sui.api.scallop.io';
export const SDK_API_BASE_URL = 'https://sui-scallop-sdk-api.vercel.app';
export const SDK_API_BASE_URL = 'https://sdk.api.scallop.io';

export const ADDRESSES_ID = '6462a088a7ace142bb6d7e9b';

Expand Down

0 comments on commit 78ea1d4

Please sign in to comment.