@dynamic-labs/wallet-book 2.1.0-alpha.30 → 2.1.0-alpha.32

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,30 @@
1
1
 
2
+ ## [2.1.0-alpha.32](https://github.com/dynamic-labs/DynamicAuth/compare/v2.1.0-alpha.31...v2.1.0-alpha.32) (2024-06-04)
3
+
4
+
5
+ ### Features
6
+
7
+ * favor base mainnet when using coinbase sdk ([#5834](https://github.com/dynamic-labs/DynamicAuth/issues/5834)) ([fee5294](https://github.com/dynamic-labs/DynamicAuth/commit/fee529461e6b033938d3ec044c139f5efcb24f6d))
8
+ * open OKX deep link for Bitcoin ([#5818](https://github.com/dynamic-labs/DynamicAuth/issues/5818)) ([c33e93c](https://github.com/dynamic-labs/DynamicAuth/commit/c33e93c81b384d8cd91b3bd0414dd9ea669405c4))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * change Bitget Wallet to Bitget ([#5824](https://github.com/dynamic-labs/DynamicAuth/issues/5824)) ([23b8813](https://github.com/dynamic-labs/DynamicAuth/commit/23b8813e233be07392f5a3e283226b238b9fd99b))
14
+ * coinbase isInstalled ([#5821](https://github.com/dynamic-labs/DynamicAuth/issues/5821)) ([d0e5a37](https://github.com/dynamic-labs/DynamicAuth/commit/d0e5a37c6dd0cb6b85a5704767c93d495aa22854))
15
+ * filter window.solana in solProviderHelper if no extensionLocators are set ([#5819](https://github.com/dynamic-labs/DynamicAuth/issues/5819)) ([ca098ad](https://github.com/dynamic-labs/DynamicAuth/commit/ca098adb787365f9969c1a1f853d3c65ddd40d54))
16
+ * only send ordinal address if only one address retrieved from btc wallet ([#5817](https://github.com/dynamic-labs/DynamicAuth/issues/5817)) ([d54cef4](https://github.com/dynamic-labs/DynamicAuth/commit/d54cef424368b804fde0a4e607fefce22877a304))
17
+
18
+ ## [2.1.0-alpha.31](https://github.com/dynamic-labs/DynamicAuth/compare/v2.1.0-alpha.30...v2.1.0-alpha.31) (2024-05-31)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * export solana private keys in the correct format ([#5809](https://github.com/dynamic-labs/DynamicAuth/issues/5809)) ([08ac1f8](https://github.com/dynamic-labs/DynamicAuth/commit/08ac1f87bb02ad07fd1fc1f544fdcc64ebe635b8))
24
+ * magiceden evm network switching ([#5800](https://github.com/dynamic-labs/DynamicAuth/issues/5800)) ([9b86797](https://github.com/dynamic-labs/DynamicAuth/commit/9b8679735f3db4b33bb57409c3a69adf2beb82aa))
25
+ * pass all signing inputs to createPsbtOptions ([#5798](https://github.com/dynamic-labs/DynamicAuth/issues/5798)) ([628ad4f](https://github.com/dynamic-labs/DynamicAuth/commit/628ad4f8c161496a0610ecbc3052735f8ceae98d))
26
+ * trigger onboarding async ([#5805](https://github.com/dynamic-labs/DynamicAuth/issues/5805)) ([2c1f98c](https://github.com/dynamic-labs/DynamicAuth/commit/2c1f98c0d91422f75e2d6d32ea4a27c2bc8d8376))
27
+
2
28
  ## [2.1.0-alpha.30](https://github.com/dynamic-labs/DynamicAuth/compare/v2.1.0-alpha.29...v2.1.0-alpha.30) (2024-05-31)
3
29
 
4
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/wallet-book",
3
- "version": "2.1.0-alpha.30",
3
+ "version": "2.1.0-alpha.32",
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": "2.1.0-alpha.30",
30
- "@dynamic-labs/logger": "2.1.0-alpha.30",
31
- "@dynamic-labs/utils": "2.1.0-alpha.30",
29
+ "@dynamic-labs/iconic": "2.1.0-alpha.32",
30
+ "@dynamic-labs/logger": "2.1.0-alpha.32",
31
+ "@dynamic-labs/utils": "2.1.0-alpha.32",
32
32
  "util": "0.12.5"
33
33
  },
34
34
  "peerDependencies": {
@@ -1,6 +1,12 @@
1
1
  export declare const WALLET_CONNECT_ENTRIES_TO_REMOVE: string[];
2
2
  export declare const applyOverrides: (sourceData: any, overrides?: any) => void;
3
3
  export declare const walletConnectOverrides: {
4
+ coin98: {
5
+ group: {
6
+ action: string;
7
+ value: string;
8
+ };
9
+ };
4
10
  cryptocom: {
5
11
  eip6963Config: {
6
12
  action: string;
@@ -27,7 +27,7 @@ var groups = {
27
27
  spriteId: "bitget"
28
28
  },
29
29
  key: "bitgetwallet",
30
- name: "Bitget Wallet"
30
+ name: "Bitget"
31
31
  },
32
32
  blocto: {
33
33
  brand: {
@@ -47,6 +47,15 @@ var groups = {
47
47
  key: "brave",
48
48
  name: "Brave"
49
49
  },
50
+ coin98: {
51
+ brand: {
52
+ alt: "Coin98 Wallet",
53
+ primaryColor: "#CDA349",
54
+ spriteId: "fc460647-ea95-447a-99f0-1bff8fa4be00"
55
+ },
56
+ key: "coin98",
57
+ name: "Coin98"
58
+ },
50
59
  coinbase: {
51
60
  brand: {
52
61
  alt: "Coinbase Wallet",
@@ -938,6 +947,7 @@ var wallets = {
938
947
  ],
939
948
  mobile: {
940
949
  androidId: "com.okinc.okex.gp",
950
+ inAppBrowser: "okx://wallet/dapp/url?dappUrl={{encodedDappURI}}",
941
951
  iosId: "id1327268470"
942
952
  },
943
953
  name: "OKX",
@@ -23,7 +23,7 @@ var groups = {
23
23
  spriteId: "bitget"
24
24
  },
25
25
  key: "bitgetwallet",
26
- name: "Bitget Wallet"
26
+ name: "Bitget"
27
27
  },
28
28
  blocto: {
29
29
  brand: {
@@ -43,6 +43,15 @@ var groups = {
43
43
  key: "brave",
44
44
  name: "Brave"
45
45
  },
46
+ coin98: {
47
+ brand: {
48
+ alt: "Coin98 Wallet",
49
+ primaryColor: "#CDA349",
50
+ spriteId: "fc460647-ea95-447a-99f0-1bff8fa4be00"
51
+ },
52
+ key: "coin98",
53
+ name: "Coin98"
54
+ },
46
55
  coinbase: {
47
56
  brand: {
48
57
  alt: "Coinbase Wallet",
@@ -934,6 +943,7 @@ var wallets = {
934
943
  ],
935
944
  mobile: {
936
945
  androidId: "com.okinc.okex.gp",
946
+ inAppBrowser: "okx://wallet/dapp/url?dappUrl={{encodedDappURI}}",
937
947
  iosId: "id1327268470"
938
948
  },
939
949
  name: "OKX",