@dynamic-labs-wallet/core 0.0.214 → 0.0.215
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/index.cjs.js +1 -1
- package/index.esm.js +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -473,7 +473,7 @@ const getDynamicServerThreshold = (thresholdSignatureScheme)=>{
|
|
|
473
473
|
};
|
|
474
474
|
const URL_PATTERNS = {
|
|
475
475
|
[ENVIRONMENT_ENUM.development]: /^http:\/\/localhost:\d+$/,
|
|
476
|
-
[ENVIRONMENT_ENUM.preprod]:
|
|
476
|
+
[ENVIRONMENT_ENUM.preprod]: /-preprod/,
|
|
477
477
|
[ENVIRONMENT_ENUM.production]: /^(?!.*dynamic-preprod)(?!http:\/\/localhost:\d+).*/
|
|
478
478
|
};
|
|
479
479
|
function getEnvironmentFromUrl(url) {
|
package/index.esm.js
CHANGED
|
@@ -471,7 +471,7 @@ const getDynamicServerThreshold = (thresholdSignatureScheme)=>{
|
|
|
471
471
|
};
|
|
472
472
|
const URL_PATTERNS = {
|
|
473
473
|
[ENVIRONMENT_ENUM.development]: /^http:\/\/localhost:\d+$/,
|
|
474
|
-
[ENVIRONMENT_ENUM.preprod]:
|
|
474
|
+
[ENVIRONMENT_ENUM.preprod]: /-preprod/,
|
|
475
475
|
[ENVIRONMENT_ENUM.production]: /^(?!.*dynamic-preprod)(?!http:\/\/localhost:\d+).*/
|
|
476
476
|
};
|
|
477
477
|
function getEnvironmentFromUrl(url) {
|