@portkey/onboarding 2.0.0-alpha.26 → 2.0.0-alpha.28

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@ exports.APP_DOWNLOAD_URL = {
6
6
  CHROME_STORE: 'https://play.google.com/store/apps/details?id=com.portkey.did',
7
7
  };
8
8
  exports.PORTKEY_V2_DOWNLOAD_URL = {
9
- APP_STORE: 'https://apps.apple.com/us/app/id6473827308',
9
+ APP_STORE: 'https://apps.apple.com/us/app/portkey-wallet/id6473827308',
10
10
  CHROME_STORE: 'https://play.google.com/store/apps/details?id=com.portkey.finance',
11
11
  };
12
12
  exports.EXTENSION_DOWNLOAD_URL = {
@@ -21,4 +21,4 @@ exports.EXTENSION_V2_DOWNLOAD_URL = {
21
21
  };
22
22
  exports.WEB_PAGE = 'https://openlogin.portkey.finance';
23
23
  // export const WEB_PAGE = 'https://openlogin-test.portkey.finance';
24
- // export const WEB_PAGE = 'http://localhost:3000';
24
+ // export const WEB_PAGE = 'http://192.168.11.230:3001';
@@ -3,7 +3,7 @@ export const APP_DOWNLOAD_URL = {
3
3
  CHROME_STORE: 'https://play.google.com/store/apps/details?id=com.portkey.did',
4
4
  };
5
5
  export const PORTKEY_V2_DOWNLOAD_URL = {
6
- APP_STORE: 'https://apps.apple.com/us/app/id6473827308',
6
+ APP_STORE: 'https://apps.apple.com/us/app/portkey-wallet/id6473827308',
7
7
  CHROME_STORE: 'https://play.google.com/store/apps/details?id=com.portkey.finance',
8
8
  };
9
9
  export const EXTENSION_DOWNLOAD_URL = {
@@ -18,4 +18,4 @@ export const EXTENSION_V2_DOWNLOAD_URL = {
18
18
  };
19
19
  export const WEB_PAGE = 'https://openlogin.portkey.finance';
20
20
  // export const WEB_PAGE = 'https://openlogin-test.portkey.finance';
21
- // export const WEB_PAGE = 'http://localhost:3000';
21
+ // export const WEB_PAGE = 'http://192.168.11.230:3001';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@portkey/onboarding",
3
- "version": "2.0.0-alpha.26",
3
+ "version": "2.0.0-alpha.28",
4
4
  "description": "",
5
5
  "main": "./dist/commonjs/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -41,10 +41,10 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@portkey/detect-provider": "^2.0.0-alpha.2",
44
- "@portkey/types": "^2.0.0-alpha.26",
45
- "@portkey/utils": "^2.0.0-alpha.26",
44
+ "@portkey/types": "^2.0.0-alpha.28",
45
+ "@portkey/utils": "^2.0.0-alpha.28",
46
46
  "bowser": "^2.11.0",
47
47
  "query-string": "^7.1.1"
48
48
  },
49
- "gitHead": "e61d0ce8aeb94af5bd70b00d6841de78b165d127"
49
+ "gitHead": "a780228d6943f0aa896c068bfbeec80295698acf"
50
50
  }