@dynamic-labs/wallet-book 3.0.0-alpha.51 → 3.0.0-alpha.52

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,16 @@
1
1
 
2
+ ## [3.0.0-alpha.52](https://github.com/dynamic-labs/DynamicAuth/compare/v3.0.0-alpha.51...v3.0.0-alpha.52) (2024-08-28)
3
+
4
+
5
+ ### Features
6
+
7
+ * add support for custom keplr chains ([#6635](https://github.com/dynamic-labs/DynamicAuth/issues/6635)) ([f0aa2da](https://github.com/dynamic-labs/DynamicAuth/commit/f0aa2dac2a2b259d145ff52174da7cc6ef963182))
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * better error handling on solana transaction decoding ([#6731](https://github.com/dynamic-labs/DynamicAuth/issues/6731)) ([a71af86](https://github.com/dynamic-labs/DynamicAuth/commit/a71af869395c9b99c04f0cac78a73e1b2b17bafe))
13
+
2
14
  ## [3.0.0-alpha.51](https://github.com/dynamic-labs/DynamicAuth/compare/v3.0.0-alpha.50...v3.0.0-alpha.51) (2024-08-23)
3
15
 
4
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/wallet-book",
3
- "version": "3.0.0-alpha.51",
3
+ "version": "3.0.0-alpha.52",
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.51",
30
- "@dynamic-labs/logger": "3.0.0-alpha.51",
31
- "@dynamic-labs/utils": "3.0.0-alpha.51",
29
+ "@dynamic-labs/iconic": "3.0.0-alpha.52",
30
+ "@dynamic-labs/logger": "3.0.0-alpha.52",
31
+ "@dynamic-labs/utils": "3.0.0-alpha.52",
32
32
  "util": "0.12.5"
33
33
  },
34
34
  "peerDependencies": {
@@ -216,6 +216,10 @@ var wallets = {
216
216
  {
217
217
  flag: "isCoin98",
218
218
  value: false
219
+ },
220
+ {
221
+ flag: "isBinance",
222
+ value: false
219
223
  }
220
224
  ]
221
225
  }
@@ -212,6 +212,10 @@ var wallets = {
212
212
  {
213
213
  flag: "isCoin98",
214
214
  value: false
215
+ },
216
+ {
217
+ flag: "isBinance",
218
+ value: false
215
219
  }
216
220
  ]
217
221
  }