@dynamic-labs/wallet-book 3.0.0-alpha.20 → 3.0.0-alpha.21
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/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
|
|
2
|
+
## [3.0.0-alpha.21](https://github.com/dynamic-labs/DynamicAuth/compare/v3.0.0-alpha.20...v3.0.0-alpha.21) (2024-07-17)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* invalid email error appears ([#6348](https://github.com/dynamic-labs/DynamicAuth/issues/6348)) ([01bcfd2](https://github.com/dynamic-labs/DynamicAuth/commit/01bcfd2f3cc37083c47c0f26e3398f974f6b6a17))
|
|
8
|
+
* stop unnecessary phantom btc popup when disconnecting ([#6188](https://github.com/dynamic-labs/DynamicAuth/issues/6188)) ([15c2eb5](https://github.com/dynamic-labs/DynamicAuth/commit/15c2eb5da90be93ab917e7c61a873a0e9a568211))
|
|
9
|
+
|
|
2
10
|
## [3.0.0-alpha.20](https://github.com/dynamic-labs/DynamicAuth/compare/v3.0.0-alpha.19...v3.0.0-alpha.20) (2024-07-15)
|
|
3
11
|
|
|
4
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/wallet-book",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.21",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/dynamic-labs/dynamic-auth.git",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"zod": "3.22.4",
|
|
29
|
-
"@dynamic-labs/iconic": "3.0.0-alpha.
|
|
30
|
-
"@dynamic-labs/logger": "3.0.0-alpha.
|
|
31
|
-
"@dynamic-labs/utils": "3.0.0-alpha.
|
|
29
|
+
"@dynamic-labs/iconic": "3.0.0-alpha.21",
|
|
30
|
+
"@dynamic-labs/logger": "3.0.0-alpha.21",
|
|
31
|
+
"@dynamic-labs/utils": "3.0.0-alpha.21",
|
|
32
32
|
"util": "0.12.5"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
export declare const walletConnectSourceData: Record<string, {
|
|
2
|
+
id: string;
|
|
3
|
+
metadata: {
|
|
4
|
+
shortName: string | null;
|
|
5
|
+
colors: {
|
|
6
|
+
primary: string | null;
|
|
7
|
+
secondary: string | null;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
2
10
|
name: string;
|
|
3
11
|
chains: string[];
|
|
4
12
|
desktop: {
|
|
@@ -28,7 +36,6 @@ export declare const walletConnectSourceData: Record<string, {
|
|
|
28
36
|
category: string | null;
|
|
29
37
|
description: string | null;
|
|
30
38
|
homepage: string;
|
|
31
|
-
id: string;
|
|
32
39
|
image_id: string;
|
|
33
40
|
image_url: {
|
|
34
41
|
lg: string;
|
|
@@ -39,22 +46,15 @@ export declare const walletConnectSourceData: Record<string, {
|
|
|
39
46
|
injected_id: string;
|
|
40
47
|
namespace: string;
|
|
41
48
|
}[] | null;
|
|
42
|
-
metadata: {
|
|
43
|
-
shortName: string | null;
|
|
44
|
-
colors: {
|
|
45
|
-
primary: string | null;
|
|
46
|
-
secondary: string | null;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
49
|
slug: string;
|
|
50
50
|
updatedAt: string;
|
|
51
51
|
versions: string[];
|
|
52
52
|
supported_standards?: {
|
|
53
53
|
id: string;
|
|
54
|
-
standard_id: number;
|
|
55
|
-
standard_prefix: string;
|
|
56
54
|
title: string;
|
|
57
55
|
url: string;
|
|
56
|
+
standard_id: number;
|
|
57
|
+
standard_prefix: string;
|
|
58
58
|
}[] | undefined;
|
|
59
59
|
}>;
|
|
60
60
|
export declare const walletConnectTransformedData: Promise<Record<string, {
|
|
@@ -142,6 +142,26 @@ export declare const walletConnectOverrides: {
|
|
|
142
142
|
value: string[];
|
|
143
143
|
};
|
|
144
144
|
};
|
|
145
|
+
uniswap: {
|
|
146
|
+
eip6963Config: {
|
|
147
|
+
action: string;
|
|
148
|
+
value: {
|
|
149
|
+
rdns: string;
|
|
150
|
+
};
|
|
151
|
+
};
|
|
152
|
+
injectedConfig: {
|
|
153
|
+
action: string;
|
|
154
|
+
value: {
|
|
155
|
+
chain: string;
|
|
156
|
+
extensionLocators: never[];
|
|
157
|
+
windowLocations: never[];
|
|
158
|
+
}[];
|
|
159
|
+
};
|
|
160
|
+
name: {
|
|
161
|
+
action: string;
|
|
162
|
+
value: string;
|
|
163
|
+
};
|
|
164
|
+
};
|
|
145
165
|
wallet: {
|
|
146
166
|
action: string;
|
|
147
167
|
value: string;
|
|
@@ -1042,7 +1042,14 @@ var wallets = {
|
|
|
1042
1042
|
iosId: "id1327268470"
|
|
1043
1043
|
},
|
|
1044
1044
|
name: "OKX",
|
|
1045
|
-
shortName: "OKX Wallet (Bitcoin)"
|
|
1045
|
+
shortName: "OKX Wallet (Bitcoin)",
|
|
1046
|
+
walletLimitations: {
|
|
1047
|
+
browserExtension: {
|
|
1048
|
+
unsupportedMethods: [
|
|
1049
|
+
"getConnectedAccounts"
|
|
1050
|
+
]
|
|
1051
|
+
}
|
|
1052
|
+
}
|
|
1046
1053
|
},
|
|
1047
1054
|
unisat: {
|
|
1048
1055
|
brand: {
|
package/wallet-book-fallbacks.js
CHANGED
|
@@ -1038,7 +1038,14 @@ var wallets = {
|
|
|
1038
1038
|
iosId: "id1327268470"
|
|
1039
1039
|
},
|
|
1040
1040
|
name: "OKX",
|
|
1041
|
-
shortName: "OKX Wallet (Bitcoin)"
|
|
1041
|
+
shortName: "OKX Wallet (Bitcoin)",
|
|
1042
|
+
walletLimitations: {
|
|
1043
|
+
browserExtension: {
|
|
1044
|
+
unsupportedMethods: [
|
|
1045
|
+
"getConnectedAccounts"
|
|
1046
|
+
]
|
|
1047
|
+
}
|
|
1048
|
+
}
|
|
1042
1049
|
},
|
|
1043
1050
|
unisat: {
|
|
1044
1051
|
brand: {
|