@ixo/editor 6.26.0 → 6.26.1

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.
@@ -42592,16 +42592,15 @@ import { Stack as Stack268, Text as Text249, NumberInput as NumberInput15 } from
42592
42592
  function parseWalletFundInputs(json) {
42593
42593
  try {
42594
42594
  const parsed = typeof json === "string" ? JSON.parse(json) : json;
42595
- if (!parsed?.address) {
42596
- throw new TypeError("Missing address");
42597
- }
42598
42595
  return {
42599
42596
  address: parsed?.address || "",
42600
42597
  amount: parsed?.amount ?? 25e4
42601
42598
  };
42602
- } catch (e) {
42603
- console.error("[parseWalletFundInputs]", e);
42604
- throw e;
42599
+ } catch {
42600
+ return {
42601
+ address: "",
42602
+ amount: 25e4
42603
+ };
42605
42604
  }
42606
42605
  }
42607
42606
  function serializeWalletFundInputs(inputs) {
@@ -51979,4 +51978,4 @@ export {
51979
51978
  ixoGraphQLClient,
51980
51979
  getEntity
51981
51980
  };
51982
- //# sourceMappingURL=chunk-BISN3FA2.js.map
51981
+ //# sourceMappingURL=chunk-H4OFDRA7.js.map