Skip to content

Commit

Permalink
chore: change api url
Browse files Browse the repository at this point in the history
  • Loading branch information
slient-coder committed Aug 28, 2023
1 parent 833390a commit aa1863e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shared/constant/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ export const INTERNAL_REQUEST_SESSION = {
icon: './images/logo/[email protected]'
};

export const OPENAPI_URL_MAINNET = 'https://unisat.io/wallet-api-v4';
export const OPENAPI_URL_TESTNET = 'https://unisat.io/testnet/wallet-api-v4';
export const OPENAPI_URL_MAINNET = 'https://api.unisat.io/wallet-v4';
export const OPENAPI_URL_TESTNET = 'https://api-testnet.unisat.io/wallet-v4';

export const EVENTS = {
broadcastToUI: 'broadcastToUI',
Expand Down

0 comments on commit aa1863e

Please sign in to comment.