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

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,17 +6,17 @@ 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/wallet-lite/id6473827308',
9
+ APP_STORE: 'https://apps.apple.com/us/app/id6473827308',
10
10
  CHROME_STORE: 'https://play.google.com/store/apps/details?id=com.portkey.finance',
11
11
  };
12
12
  exports.EXTENSION_DOWNLOAD_URL = {
13
- CHROME: 'https://chrome.google.com/webstore/detail/portkey-did-crypto-nft/hpjiiechbbhefmpggegmahejiiphbmij',
14
- EDGE: 'https://chrome.google.com/webstore/detail/portkey-did-crypto-nft/hpjiiechbbhefmpggegmahejiiphbmij',
13
+ CHROME: 'https://chromewebstore.google.com/detail/hpjiiechbbhefmpggegmahejiiphbmij',
14
+ EDGE: 'https://chromewebstore.google.com/detail/hpjiiechbbhefmpggegmahejiiphbmij',
15
15
  DEFAULT: 'https://portkey.finance/download',
16
16
  };
17
17
  exports.EXTENSION_V2_DOWNLOAD_URL = {
18
- CHROME: 'https://chrome.google.com/webstore/detail/portkey-did-crypto-nft/hpjiiechbbhefmpggegmahejiiphbmij',
19
- EDGE: 'https://chrome.google.com/webstore/detail/portkey-did-crypto-nft/hpjiiechbbhefmpggegmahejiiphbmij',
18
+ CHROME: 'https://chromewebstore.google.com/detail/iglbgmakmggfkoidiagnhknlndljlolb',
19
+ EDGE: 'https://chromewebstore.google.com/detail/iglbgmakmggfkoidiagnhknlndljlolb',
20
20
  DEFAULT: 'https://portkey.finance/download',
21
21
  };
22
22
  exports.WEB_PAGE = 'https://openlogin.portkey.finance';
@@ -3,17 +3,17 @@ 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/wallet-lite/id6473827308',
6
+ APP_STORE: 'https://apps.apple.com/us/app/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 = {
10
- CHROME: 'https://chrome.google.com/webstore/detail/portkey-did-crypto-nft/hpjiiechbbhefmpggegmahejiiphbmij',
11
- EDGE: 'https://chrome.google.com/webstore/detail/portkey-did-crypto-nft/hpjiiechbbhefmpggegmahejiiphbmij',
10
+ CHROME: 'https://chromewebstore.google.com/detail/hpjiiechbbhefmpggegmahejiiphbmij',
11
+ EDGE: 'https://chromewebstore.google.com/detail/hpjiiechbbhefmpggegmahejiiphbmij',
12
12
  DEFAULT: 'https://portkey.finance/download',
13
13
  };
14
14
  export const EXTENSION_V2_DOWNLOAD_URL = {
15
- CHROME: 'https://chrome.google.com/webstore/detail/portkey-did-crypto-nft/hpjiiechbbhefmpggegmahejiiphbmij',
16
- EDGE: 'https://chrome.google.com/webstore/detail/portkey-did-crypto-nft/hpjiiechbbhefmpggegmahejiiphbmij',
15
+ CHROME: 'https://chromewebstore.google.com/detail/iglbgmakmggfkoidiagnhknlndljlolb',
16
+ EDGE: 'https://chromewebstore.google.com/detail/iglbgmakmggfkoidiagnhknlndljlolb',
17
17
  DEFAULT: 'https://portkey.finance/download',
18
18
  };
19
19
  export const WEB_PAGE = 'https://openlogin.portkey.finance';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@portkey/onboarding",
3
- "version": "2.0.0-alpha.25",
3
+ "version": "2.0.0-alpha.26",
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.25",
45
- "@portkey/utils": "^2.0.0-alpha.25",
44
+ "@portkey/types": "^2.0.0-alpha.26",
45
+ "@portkey/utils": "^2.0.0-alpha.26",
46
46
  "bowser": "^2.11.0",
47
47
  "query-string": "^7.1.1"
48
48
  },
49
- "gitHead": "278c98e3e95d0191ab166b4e42a8781c789dc01a"
49
+ "gitHead": "e61d0ce8aeb94af5bd70b00d6841de78b165d127"
50
50
  }