@dynamic-labs/wallet-book 4.0.0-alpha.0 → 4.0.0-alpha.2
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 +25 -0
- package/package.json +4 -4
- package/wallet-book-fallbacks.cjs +15 -5
- package/wallet-book-fallbacks.js +15 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,29 @@
|
|
|
1
1
|
|
|
2
|
+
## [4.0.0-alpha.2](https://github.com/dynamic-labs/DynamicAuth/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2024-09-18)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* add iconVariant prop to DynamicBridgeWidget ([#6915](https://github.com/dynamic-labs/DynamicAuth/issues/6915)) ([8aa0f3d](https://github.com/dynamic-labs/DynamicAuth/commit/8aa0f3d8d8c41c7b5c4796106f611f208010cb6d))
|
|
8
|
+
* allow to create extra embedded wallets in react-native ([#6923](https://github.com/dynamic-labs/DynamicAuth/issues/6923)) ([ba22f7b](https://github.com/dynamic-labs/DynamicAuth/commit/ba22f7bcf41a444a4df0aff9b6aec257457e9402))
|
|
9
|
+
* **client:** add hide method for auth and userProfile ui modules ([#6928](https://github.com/dynamic-labs/DynamicAuth/issues/6928)) ([a11a4a5](https://github.com/dynamic-labs/DynamicAuth/commit/a11a4a5d6e25ce2a916ebd52f0b341020dc1a7e5))
|
|
10
|
+
|
|
11
|
+
## [4.0.0-alpha.1](https://github.com/dynamic-labs/DynamicAuth/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2024-09-17)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* blockaid website scanning for global connectivity ([#6874](https://github.com/dynamic-labs/DynamicAuth/issues/6874)) ([f8cbabd](https://github.com/dynamic-labs/DynamicAuth/commit/f8cbabd92fd4b5b096f47ff8e24c572ad7720dd8))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* deeplinking on ethereum and bitcoin sats connector ([#6917](https://github.com/dynamic-labs/DynamicAuth/issues/6917)) ([3896c3a](https://github.com/dynamic-labs/DynamicAuth/commit/3896c3a97819459da74dc5b4771796d7991c1f07))
|
|
22
|
+
* emit walletAdded event when createEmbeddedWalletAccount called ([#6922](https://github.com/dynamic-labs/DynamicAuth/issues/6922)) ([2a8bdd6](https://github.com/dynamic-labs/DynamicAuth/commit/2a8bdd68c50efd946c6f9b398dfae2b3585db34f))
|
|
23
|
+
* interface for sendBitcoin on unisat ([37a1bc2](https://github.com/dynamic-labs/DynamicAuth/commit/37a1bc216f43eef817c40e23b9161327f9d29c59))
|
|
24
|
+
* remove ballet crypto and duplicate keplr entry ([#6906](https://github.com/dynamic-labs/DynamicAuth/issues/6906)) ([14aeeea](https://github.com/dynamic-labs/DynamicAuth/commit/14aeeeaa8d906344f4aeddf9e73527df346b9ea0))
|
|
25
|
+
* solana and cosmos signers not working properly ([#6898](https://github.com/dynamic-labs/DynamicAuth/issues/6898)) ([6f07981](https://github.com/dynamic-labs/DynamicAuth/commit/6f079811c0d7e45b97d2dae72f4141268ab4fe0c))
|
|
26
|
+
|
|
2
27
|
## [4.0.0-alpha.0](https://github.com/dynamic-labs/DynamicAuth/compare/v3.0.0...v4.0.0-alpha.0) (2024-09-13)
|
|
3
28
|
|
|
4
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/wallet-book",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.2",
|
|
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": "4.0.0-alpha.
|
|
30
|
-
"@dynamic-labs/logger": "4.0.0-alpha.
|
|
31
|
-
"@dynamic-labs/utils": "4.0.0-alpha.
|
|
29
|
+
"@dynamic-labs/iconic": "4.0.0-alpha.2",
|
|
30
|
+
"@dynamic-labs/logger": "4.0.0-alpha.2",
|
|
31
|
+
"@dynamic-labs/utils": "4.0.0-alpha.2",
|
|
32
32
|
"util": "0.12.5"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
@@ -539,10 +539,6 @@ var wallets = {
|
|
|
539
539
|
edgeId: "ajcicjlkibolbeaaagejfhnofogocgcj",
|
|
540
540
|
firefoxId: "argent-x"
|
|
541
541
|
},
|
|
542
|
-
mobile: {
|
|
543
|
-
androidId: "im.argent.contractwalletclient",
|
|
544
|
-
iosId: "id1358741926"
|
|
545
|
-
},
|
|
546
542
|
name: "Argent X"
|
|
547
543
|
},
|
|
548
544
|
perawallet: {
|
|
@@ -872,8 +868,10 @@ var wallets = {
|
|
|
872
868
|
],
|
|
873
869
|
mobile: {
|
|
874
870
|
androidId: "com.magiceden.wallet",
|
|
871
|
+
inAppBrowser: "magiceden://browser",
|
|
875
872
|
iosId: "id6478631482",
|
|
876
|
-
native: "magiceden://wc"
|
|
873
|
+
native: "magiceden://wc",
|
|
874
|
+
universal: "https://magiceden.io/browser"
|
|
877
875
|
},
|
|
878
876
|
name: "Magic Eden"
|
|
879
877
|
},
|
|
@@ -906,6 +904,12 @@ var wallets = {
|
|
|
906
904
|
]
|
|
907
905
|
}
|
|
908
906
|
],
|
|
907
|
+
mobile: {
|
|
908
|
+
androidId: "com.magiceden.wallet",
|
|
909
|
+
inAppBrowser: "magiceden://browser/{{encodedDappURI}}",
|
|
910
|
+
iosId: "id6478631482",
|
|
911
|
+
universal: "https://magiceden.io/browser/{{encodedDappURI}}"
|
|
912
|
+
},
|
|
909
913
|
name: "Magic Eden",
|
|
910
914
|
shortName: "Magic Eden (Bitcoin)",
|
|
911
915
|
walletLimitations: {
|
|
@@ -943,6 +947,12 @@ var wallets = {
|
|
|
943
947
|
]
|
|
944
948
|
}
|
|
945
949
|
],
|
|
950
|
+
mobile: {
|
|
951
|
+
androidId: "com.magiceden.wallet",
|
|
952
|
+
inAppBrowser: "magiceden://browser/{{encodedDappURI}}",
|
|
953
|
+
iosId: "id6478631482",
|
|
954
|
+
universal: "https://magiceden.io/browser/{{encodedDappURI}}"
|
|
955
|
+
},
|
|
946
956
|
name: "Magic Eden",
|
|
947
957
|
shortName: "Magic Eden (Solana)",
|
|
948
958
|
walletLimitations: {
|
package/wallet-book-fallbacks.js
CHANGED
|
@@ -535,10 +535,6 @@ var wallets = {
|
|
|
535
535
|
edgeId: "ajcicjlkibolbeaaagejfhnofogocgcj",
|
|
536
536
|
firefoxId: "argent-x"
|
|
537
537
|
},
|
|
538
|
-
mobile: {
|
|
539
|
-
androidId: "im.argent.contractwalletclient",
|
|
540
|
-
iosId: "id1358741926"
|
|
541
|
-
},
|
|
542
538
|
name: "Argent X"
|
|
543
539
|
},
|
|
544
540
|
perawallet: {
|
|
@@ -868,8 +864,10 @@ var wallets = {
|
|
|
868
864
|
],
|
|
869
865
|
mobile: {
|
|
870
866
|
androidId: "com.magiceden.wallet",
|
|
867
|
+
inAppBrowser: "magiceden://browser",
|
|
871
868
|
iosId: "id6478631482",
|
|
872
|
-
native: "magiceden://wc"
|
|
869
|
+
native: "magiceden://wc",
|
|
870
|
+
universal: "https://magiceden.io/browser"
|
|
873
871
|
},
|
|
874
872
|
name: "Magic Eden"
|
|
875
873
|
},
|
|
@@ -902,6 +900,12 @@ var wallets = {
|
|
|
902
900
|
]
|
|
903
901
|
}
|
|
904
902
|
],
|
|
903
|
+
mobile: {
|
|
904
|
+
androidId: "com.magiceden.wallet",
|
|
905
|
+
inAppBrowser: "magiceden://browser/{{encodedDappURI}}",
|
|
906
|
+
iosId: "id6478631482",
|
|
907
|
+
universal: "https://magiceden.io/browser/{{encodedDappURI}}"
|
|
908
|
+
},
|
|
905
909
|
name: "Magic Eden",
|
|
906
910
|
shortName: "Magic Eden (Bitcoin)",
|
|
907
911
|
walletLimitations: {
|
|
@@ -939,6 +943,12 @@ var wallets = {
|
|
|
939
943
|
]
|
|
940
944
|
}
|
|
941
945
|
],
|
|
946
|
+
mobile: {
|
|
947
|
+
androidId: "com.magiceden.wallet",
|
|
948
|
+
inAppBrowser: "magiceden://browser/{{encodedDappURI}}",
|
|
949
|
+
iosId: "id6478631482",
|
|
950
|
+
universal: "https://magiceden.io/browser/{{encodedDappURI}}"
|
|
951
|
+
},
|
|
942
952
|
name: "Magic Eden",
|
|
943
953
|
shortName: "Magic Eden (Solana)",
|
|
944
954
|
walletLimitations: {
|