@dynamic-labs-wallet/core 0.0.71 → 0.0.72
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 +3 -3
- package/index.esm.js +3 -3
- package/package.json +1 -1
- package/src/constants.d.ts +3 -3
package/index.cjs.js
CHANGED
|
@@ -58,9 +58,9 @@ var BackupLocation = /*#__PURE__*/ function(BackupLocation) {
|
|
|
58
58
|
return BackupLocation;
|
|
59
59
|
}({});
|
|
60
60
|
const IFRAME_DOMAIN_MAP = {
|
|
61
|
-
development: 'http://localhost:
|
|
62
|
-
preprod: 'https://
|
|
63
|
-
production: 'https://
|
|
61
|
+
development: 'http://localhost:4200',
|
|
62
|
+
preprod: 'https://app.dynamic-preprod.xyz',
|
|
63
|
+
production: 'https://app.dynamic.xyz'
|
|
64
64
|
};
|
|
65
65
|
const ChainEnumToVerifiedCredentialName = {
|
|
66
66
|
BTC: 'bip122',
|
package/index.esm.js
CHANGED
|
@@ -56,9 +56,9 @@ var BackupLocation = /*#__PURE__*/ function(BackupLocation) {
|
|
|
56
56
|
return BackupLocation;
|
|
57
57
|
}({});
|
|
58
58
|
const IFRAME_DOMAIN_MAP = {
|
|
59
|
-
development: 'http://localhost:
|
|
60
|
-
preprod: 'https://
|
|
61
|
-
production: 'https://
|
|
59
|
+
development: 'http://localhost:4200',
|
|
60
|
+
preprod: 'https://app.dynamic-preprod.xyz',
|
|
61
|
+
production: 'https://app.dynamic.xyz'
|
|
62
62
|
};
|
|
63
63
|
const ChainEnumToVerifiedCredentialName = {
|
|
64
64
|
BTC: 'bip122',
|
package/package.json
CHANGED
package/src/constants.d.ts
CHANGED
|
@@ -51,9 +51,9 @@ export declare enum BackupLocation {
|
|
|
51
51
|
EXTERNAL = "external"
|
|
52
52
|
}
|
|
53
53
|
export declare const IFRAME_DOMAIN_MAP: {
|
|
54
|
-
readonly development: "http://localhost:
|
|
55
|
-
readonly preprod: "https://
|
|
56
|
-
readonly production: "https://
|
|
54
|
+
readonly development: "http://localhost:4200";
|
|
55
|
+
readonly preprod: "https://app.dynamic-preprod.xyz";
|
|
56
|
+
readonly production: "https://app.dynamic.xyz";
|
|
57
57
|
};
|
|
58
58
|
export declare const ChainEnumToVerifiedCredentialName: {
|
|
59
59
|
[key: string]: string;
|