Skip to content

Commit 9495b03

Browse files
committed
Update staging url
1 parent 07bdd3f commit 9495b03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@transak/react-native-sdk",
3-
"version": "1.0.1",
3+
"version": "1.2.0",
44
"description": "A React Native SDK for decentralised applications to onboard their global user base with fiat currency",
55
"license": "ISC",
66
"author": "Transak Inc. <[email protected]> (https://transak.com/)",

src/generate-url.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import generateQueryString from 'query-string';
22

33
const TRANSAK_URLS = {
44
LOCAL_DEVELOPMENT: 'https://localhost:5005/',
5-
STAGING: 'https://staging-global.transak.com/',
5+
STAGING: 'https://global-stg.transak.com/',
66
PRODUCTION: 'https://global.transak.com/',
77
};
88

0 commit comments

Comments
 (0)