Skip to content

Commit

Permalink
Change local dev url
Browse files Browse the repository at this point in the history
  • Loading branch information
debajitr committed Jan 16, 2023
1 parent 9495b03 commit 0ab3bd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transak/react-native-sdk",
"version": "1.2.0",
"version": "1.2.1",
"description": "A React Native SDK for decentralised applications to onboard their global user base with fiat currency",
"license": "ISC",
"author": "Transak Inc. <[email protected]> (https://transak.com/)",
Expand Down
2 changes: 1 addition & 1 deletion src/generate-url.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import generateQueryString from 'query-string';

const TRANSAK_URLS = {
LOCAL_DEVELOPMENT: 'https://localhost:5005/',
LOCAL_DEVELOPMENT: 'https://10.0.2.2:5005/',
STAGING: 'https://global-stg.transak.com/',
PRODUCTION: 'https://global.transak.com/',
};
Expand Down

0 comments on commit 0ab3bd8

Please sign in to comment.