pwc-sdk-wallet 0.6.6 → 0.6.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/config/constants.js +1 -1
- package/package.json +1 -1
package/dist/config/constants.js
CHANGED
|
@@ -67,7 +67,7 @@ function getPBKDF2Iterations() {
|
|
|
67
67
|
// }
|
|
68
68
|
// React Native environment - use production values by default for security
|
|
69
69
|
// Mobile apps should be considered production by default
|
|
70
|
-
return
|
|
70
|
+
return 6000;
|
|
71
71
|
}
|
|
72
72
|
/**
|
|
73
73
|
* Network configuration constants
|
package/package.json
CHANGED