@0xtorch/core 0.0.14 → 0.0.16

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.
Files changed (86) hide show
  1. package/_cjs/actions/index.js +3 -1
  2. package/_cjs/actions/index.js.map +1 -1
  3. package/_cjs/actions/schemas/crossActionBundle.js +8 -2
  4. package/_cjs/actions/schemas/crossActionBundle.js.map +1 -1
  5. package/_cjs/actions/utils.js +1318 -1
  6. package/_cjs/actions/utils.js.map +1 -1
  7. package/_cjs/index.js +3 -1
  8. package/_cjs/index.js.map +1 -1
  9. package/_esm/actions/index.js +1 -1
  10. package/_esm/actions/index.js.map +1 -1
  11. package/_esm/actions/schemas/crossActionBundle.js +8 -2
  12. package/_esm/actions/schemas/crossActionBundle.js.map +1 -1
  13. package/_esm/actions/utils.js +1389 -0
  14. package/_esm/actions/utils.js.map +1 -1
  15. package/_esm/index.js +1 -1
  16. package/_esm/index.js.map +1 -1
  17. package/_types/actions/index.d.ts +2 -2
  18. package/_types/actions/index.d.ts.map +1 -1
  19. package/_types/actions/parsers/default.d.ts +1 -1
  20. package/_types/actions/schemas/action.d.ts +950 -950
  21. package/_types/actions/schemas/borrow/borrow.d.ts +16 -16
  22. package/_types/actions/schemas/borrow/borrowWithDebt.d.ts +16 -16
  23. package/_types/actions/schemas/crossActionBundle.d.ts +1578 -45107
  24. package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -1
  25. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +16 -16
  26. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +16 -16
  27. package/_types/actions/schemas/crossReplace/crossReplace.d.ts +16 -16
  28. package/_types/actions/schemas/crossTrade/crossTrade.d.ts +16 -16
  29. package/_types/actions/schemas/default/accountAction.d.ts +18 -18
  30. package/_types/actions/schemas/default/normalAction.d.ts +18 -18
  31. package/_types/actions/schemas/deposit/addLiquidity.d.ts +16 -16
  32. package/_types/actions/schemas/deposit/deposit.d.ts +16 -16
  33. package/_types/actions/schemas/deposit/depositWithBond.d.ts +16 -16
  34. package/_types/actions/schemas/deposit/stake.d.ts +16 -16
  35. package/_types/actions/schemas/fee/fee.d.ts +16 -16
  36. package/_types/actions/schemas/fee/transactionFee.d.ts +16 -16
  37. package/_types/actions/schemas/ignore/approve.d.ts +16 -16
  38. package/_types/actions/schemas/ignore/failTx.d.ts +16 -16
  39. package/_types/actions/schemas/ignore/ignore.d.ts +8 -8
  40. package/_types/actions/schemas/ignore/move.d.ts +8 -8
  41. package/_types/actions/schemas/ignore/receiveFromCex.d.ts +16 -16
  42. package/_types/actions/schemas/ignore/revoke.d.ts +16 -16
  43. package/_types/actions/schemas/ignore/sendToCex.d.ts +16 -16
  44. package/_types/actions/schemas/ignore/spam.d.ts +16 -16
  45. package/_types/actions/schemas/income/atomicArbitrage.d.ts +16 -16
  46. package/_types/actions/schemas/income/freeMintNft.d.ts +16 -16
  47. package/_types/actions/schemas/income/income.d.ts +16 -16
  48. package/_types/actions/schemas/income/nftRoyalty.d.ts +8 -8
  49. package/_types/actions/schemas/income/swapIncome.d.ts +8 -8
  50. package/_types/actions/schemas/reduce/reduce.d.ts +8 -8
  51. package/_types/actions/schemas/repayment/repayment.d.ts +16 -16
  52. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +16 -16
  53. package/_types/actions/schemas/replace/replace.d.ts +16 -16
  54. package/_types/actions/schemas/replace/swapNft.d.ts +16 -16
  55. package/_types/actions/schemas/replace/unwrap.d.ts +16 -16
  56. package/_types/actions/schemas/replace/wrap.d.ts +16 -16
  57. package/_types/actions/schemas/trade/buyCrypto.d.ts +16 -16
  58. package/_types/actions/schemas/trade/buyNft.d.ts +16 -16
  59. package/_types/actions/schemas/trade/mintNft.d.ts +16 -16
  60. package/_types/actions/schemas/trade/sellCrypto.d.ts +16 -16
  61. package/_types/actions/schemas/trade/sellNft.d.ts +16 -16
  62. package/_types/actions/schemas/trade/trade.d.ts +16 -16
  63. package/_types/actions/schemas/transfer/swapTransfer.d.ts +8 -8
  64. package/_types/actions/schemas/transfer/transfer.d.ts +16 -16
  65. package/_types/actions/schemas/valuedown/valuedown.d.ts +16 -16
  66. package/_types/actions/schemas/valueup/valueup.d.ts +16 -16
  67. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +16 -16
  68. package/_types/actions/schemas/withdraw/unstake.d.ts +16 -16
  69. package/_types/actions/schemas/withdraw/withdraw.d.ts +16 -16
  70. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +16 -16
  71. package/_types/actions/types/action.d.ts +17 -1
  72. package/_types/actions/types/action.d.ts.map +1 -1
  73. package/_types/actions/types/index.d.ts +1 -1
  74. package/_types/actions/types/index.d.ts.map +1 -1
  75. package/_types/actions/utils.d.ts +3 -0
  76. package/_types/actions/utils.d.ts.map +1 -1
  77. package/_types/apps/schemas.d.ts +4 -4
  78. package/_types/index.d.ts +2 -2
  79. package/_types/index.d.ts.map +1 -1
  80. package/actions/index.ts +4 -0
  81. package/actions/schemas/crossActionBundle.ts +14 -2
  82. package/actions/types/action.ts +26 -1
  83. package/actions/types/index.ts +2 -0
  84. package/actions/utils.ts +1951 -0
  85. package/index.ts +4 -0
  86. package/package.json +1 -1
@@ -13,15 +13,15 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
13
13
  icon: z.ZodOptional<z.ZodString>;
14
14
  }, "strip", z.ZodTypeAny, {
15
15
  id: string;
16
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
17
16
  name: string;
17
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
18
18
  description?: string | undefined;
19
19
  website?: string | undefined;
20
20
  icon?: string | undefined;
21
21
  }, {
22
22
  id: string;
23
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
24
23
  name: string;
24
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
25
25
  description?: string | undefined;
26
26
  website?: string | undefined;
27
27
  icon?: string | undefined;
@@ -30,12 +30,12 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
30
30
  website: string | undefined;
31
31
  icon: string | undefined;
32
32
  id: string;
33
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
34
33
  name: string;
34
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
35
35
  }, {
36
36
  id: string;
37
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
38
37
  name: string;
38
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
39
39
  description?: string | undefined;
40
40
  website?: string | undefined;
41
41
  icon?: string | undefined;
@@ -716,8 +716,8 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
716
716
  website: string | undefined;
717
717
  icon: string | undefined;
718
718
  id: string;
719
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
720
719
  name: string;
720
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
721
721
  } | undefined;
722
722
  }, {
723
723
  type: "NormalAction";
@@ -805,8 +805,8 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
805
805
  comment?: string | undefined;
806
806
  app?: {
807
807
  id: string;
808
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
809
808
  name: string;
809
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
810
810
  description?: string | undefined;
811
811
  website?: string | undefined;
812
812
  icon?: string | undefined;
@@ -818,8 +818,8 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
818
818
  website: string | undefined;
819
819
  icon: string | undefined;
820
820
  id: string;
821
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
822
821
  name: string;
822
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
823
823
  } | undefined;
824
824
  type: "NormalAction";
825
825
  timestamp: number;
@@ -989,8 +989,8 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
989
989
  comment?: string | undefined;
990
990
  app?: {
991
991
  id: string;
992
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
993
992
  name: string;
993
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
994
994
  description?: string | undefined;
995
995
  website?: string | undefined;
996
996
  icon?: string | undefined;
@@ -1012,15 +1012,15 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
1012
1012
  icon: z.ZodOptional<z.ZodString>;
1013
1013
  }, "strip", z.ZodTypeAny, {
1014
1014
  id: string;
1015
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1016
1015
  name: string;
1016
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1017
1017
  description?: string | undefined;
1018
1018
  website?: string | undefined;
1019
1019
  icon?: string | undefined;
1020
1020
  }, {
1021
1021
  id: string;
1022
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1023
1022
  name: string;
1023
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1024
1024
  description?: string | undefined;
1025
1025
  website?: string | undefined;
1026
1026
  icon?: string | undefined;
@@ -1029,12 +1029,12 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
1029
1029
  website: string | undefined;
1030
1030
  icon: string | undefined;
1031
1031
  id: string;
1032
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1033
1032
  name: string;
1033
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1034
1034
  }, {
1035
1035
  id: string;
1036
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1037
1036
  name: string;
1037
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1038
1038
  description?: string | undefined;
1039
1039
  website?: string | undefined;
1040
1040
  icon?: string | undefined;
@@ -1717,8 +1717,8 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
1717
1717
  website: string | undefined;
1718
1718
  icon: string | undefined;
1719
1719
  id: string;
1720
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1721
1720
  name: string;
1721
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1722
1722
  } | undefined;
1723
1723
  }, {
1724
1724
  type: "NormalAccountAction";
@@ -1808,8 +1808,8 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
1808
1808
  comment?: string | undefined;
1809
1809
  app?: {
1810
1810
  id: string;
1811
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1812
1811
  name: string;
1812
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1813
1813
  description?: string | undefined;
1814
1814
  website?: string | undefined;
1815
1815
  icon?: string | undefined;
@@ -1821,8 +1821,8 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
1821
1821
  website: string | undefined;
1822
1822
  icon: string | undefined;
1823
1823
  id: string;
1824
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1825
1824
  name: string;
1825
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1826
1826
  } | undefined;
1827
1827
  type: "NormalAccountAction";
1828
1828
  timestamp: number;
@@ -1996,8 +1996,8 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
1996
1996
  comment?: string | undefined;
1997
1997
  app?: {
1998
1998
  id: string;
1999
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2000
1999
  name: string;
2000
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2001
2001
  description?: string | undefined;
2002
2002
  website?: string | undefined;
2003
2003
  icon?: string | undefined;
@@ -13,15 +13,15 @@ export declare const normalActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
13
13
  icon: z.ZodOptional<z.ZodString>;
14
14
  }, "strip", z.ZodTypeAny, {
15
15
  id: string;
16
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
17
16
  name: string;
17
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
18
18
  description?: string | undefined;
19
19
  website?: string | undefined;
20
20
  icon?: string | undefined;
21
21
  }, {
22
22
  id: string;
23
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
24
23
  name: string;
24
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
25
25
  description?: string | undefined;
26
26
  website?: string | undefined;
27
27
  icon?: string | undefined;
@@ -30,12 +30,12 @@ export declare const normalActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
30
30
  website: string | undefined;
31
31
  icon: string | undefined;
32
32
  id: string;
33
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
34
33
  name: string;
34
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
35
35
  }, {
36
36
  id: string;
37
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
38
37
  name: string;
38
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
39
39
  description?: string | undefined;
40
40
  website?: string | undefined;
41
41
  icon?: string | undefined;
@@ -556,8 +556,8 @@ export declare const normalActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
556
556
  website: string | undefined;
557
557
  icon: string | undefined;
558
558
  id: string;
559
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
560
559
  name: string;
560
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
561
561
  } | undefined;
562
562
  }, {
563
563
  type: "NormalAction";
@@ -624,8 +624,8 @@ export declare const normalActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
624
624
  comment?: string | undefined;
625
625
  app?: {
626
626
  id: string;
627
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
628
627
  name: string;
628
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
629
629
  description?: string | undefined;
630
630
  website?: string | undefined;
631
631
  icon?: string | undefined;
@@ -637,8 +637,8 @@ export declare const normalActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
637
637
  website: string | undefined;
638
638
  icon: string | undefined;
639
639
  id: string;
640
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
641
640
  name: string;
641
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
642
642
  } | undefined;
643
643
  type: "NormalAction";
644
644
  timestamp: number;
@@ -766,8 +766,8 @@ export declare const normalActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
766
766
  comment?: string | undefined;
767
767
  app?: {
768
768
  id: string;
769
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
770
769
  name: string;
770
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
771
771
  description?: string | undefined;
772
772
  website?: string | undefined;
773
773
  icon?: string | undefined;
@@ -789,15 +789,15 @@ export declare const accountActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
789
789
  icon: z.ZodOptional<z.ZodString>;
790
790
  }, "strip", z.ZodTypeAny, {
791
791
  id: string;
792
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
793
792
  name: string;
793
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
794
794
  description?: string | undefined;
795
795
  website?: string | undefined;
796
796
  icon?: string | undefined;
797
797
  }, {
798
798
  id: string;
799
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
800
799
  name: string;
800
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
801
801
  description?: string | undefined;
802
802
  website?: string | undefined;
803
803
  icon?: string | undefined;
@@ -806,12 +806,12 @@ export declare const accountActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
806
806
  website: string | undefined;
807
807
  icon: string | undefined;
808
808
  id: string;
809
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
810
809
  name: string;
810
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
811
811
  }, {
812
812
  id: string;
813
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
814
813
  name: string;
814
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
815
815
  description?: string | undefined;
816
816
  website?: string | undefined;
817
817
  icon?: string | undefined;
@@ -1334,8 +1334,8 @@ export declare const accountActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
1334
1334
  website: string | undefined;
1335
1335
  icon: string | undefined;
1336
1336
  id: string;
1337
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1338
1337
  name: string;
1338
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1339
1339
  } | undefined;
1340
1340
  }, {
1341
1341
  type: "NormalAccountAction";
@@ -1404,8 +1404,8 @@ export declare const accountActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
1404
1404
  comment?: string | undefined;
1405
1405
  app?: {
1406
1406
  id: string;
1407
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1408
1407
  name: string;
1408
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1409
1409
  description?: string | undefined;
1410
1410
  website?: string | undefined;
1411
1411
  icon?: string | undefined;
@@ -1417,8 +1417,8 @@ export declare const accountActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
1417
1417
  website: string | undefined;
1418
1418
  icon: string | undefined;
1419
1419
  id: string;
1420
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1421
1420
  name: string;
1421
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1422
1422
  } | undefined;
1423
1423
  type: "NormalAccountAction";
1424
1424
  timestamp: number;
@@ -1550,8 +1550,8 @@ export declare const accountActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
1550
1550
  comment?: string | undefined;
1551
1551
  app?: {
1552
1552
  id: string;
1553
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1554
1553
  name: string;
1554
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1555
1555
  description?: string | undefined;
1556
1556
  website?: string | undefined;
1557
1557
  icon?: string | undefined;
@@ -13,15 +13,15 @@ export declare const normalActionSellNftSchema: z.ZodEffects<z.ZodObject<{
13
13
  icon: z.ZodOptional<z.ZodString>;
14
14
  }, "strip", z.ZodTypeAny, {
15
15
  id: string;
16
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
17
16
  name: string;
17
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
18
18
  description?: string | undefined;
19
19
  website?: string | undefined;
20
20
  icon?: string | undefined;
21
21
  }, {
22
22
  id: string;
23
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
24
23
  name: string;
24
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
25
25
  description?: string | undefined;
26
26
  website?: string | undefined;
27
27
  icon?: string | undefined;
@@ -30,12 +30,12 @@ export declare const normalActionSellNftSchema: z.ZodEffects<z.ZodObject<{
30
30
  website: string | undefined;
31
31
  icon: string | undefined;
32
32
  id: string;
33
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
34
33
  name: string;
34
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
35
35
  }, {
36
36
  id: string;
37
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
38
37
  name: string;
38
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
39
39
  description?: string | undefined;
40
40
  website?: string | undefined;
41
41
  icon?: string | undefined;
@@ -716,8 +716,8 @@ export declare const normalActionSellNftSchema: z.ZodEffects<z.ZodObject<{
716
716
  website: string | undefined;
717
717
  icon: string | undefined;
718
718
  id: string;
719
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
720
719
  name: string;
720
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
721
721
  } | undefined;
722
722
  }, {
723
723
  type: "NormalAction";
@@ -805,8 +805,8 @@ export declare const normalActionSellNftSchema: z.ZodEffects<z.ZodObject<{
805
805
  comment?: string | undefined;
806
806
  app?: {
807
807
  id: string;
808
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
809
808
  name: string;
809
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
810
810
  description?: string | undefined;
811
811
  website?: string | undefined;
812
812
  icon?: string | undefined;
@@ -818,8 +818,8 @@ export declare const normalActionSellNftSchema: z.ZodEffects<z.ZodObject<{
818
818
  website: string | undefined;
819
819
  icon: string | undefined;
820
820
  id: string;
821
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
822
821
  name: string;
822
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
823
823
  } | undefined;
824
824
  type: "NormalAction";
825
825
  timestamp: number;
@@ -989,8 +989,8 @@ export declare const normalActionSellNftSchema: z.ZodEffects<z.ZodObject<{
989
989
  comment?: string | undefined;
990
990
  app?: {
991
991
  id: string;
992
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
993
992
  name: string;
993
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
994
994
  description?: string | undefined;
995
995
  website?: string | undefined;
996
996
  icon?: string | undefined;
@@ -1012,15 +1012,15 @@ export declare const accountActionSellNftSchema: z.ZodEffects<z.ZodObject<{
1012
1012
  icon: z.ZodOptional<z.ZodString>;
1013
1013
  }, "strip", z.ZodTypeAny, {
1014
1014
  id: string;
1015
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1016
1015
  name: string;
1016
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1017
1017
  description?: string | undefined;
1018
1018
  website?: string | undefined;
1019
1019
  icon?: string | undefined;
1020
1020
  }, {
1021
1021
  id: string;
1022
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1023
1022
  name: string;
1023
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1024
1024
  description?: string | undefined;
1025
1025
  website?: string | undefined;
1026
1026
  icon?: string | undefined;
@@ -1029,12 +1029,12 @@ export declare const accountActionSellNftSchema: z.ZodEffects<z.ZodObject<{
1029
1029
  website: string | undefined;
1030
1030
  icon: string | undefined;
1031
1031
  id: string;
1032
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1033
1032
  name: string;
1033
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1034
1034
  }, {
1035
1035
  id: string;
1036
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1037
1036
  name: string;
1037
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1038
1038
  description?: string | undefined;
1039
1039
  website?: string | undefined;
1040
1040
  icon?: string | undefined;
@@ -1717,8 +1717,8 @@ export declare const accountActionSellNftSchema: z.ZodEffects<z.ZodObject<{
1717
1717
  website: string | undefined;
1718
1718
  icon: string | undefined;
1719
1719
  id: string;
1720
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1721
1720
  name: string;
1721
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1722
1722
  } | undefined;
1723
1723
  }, {
1724
1724
  type: "NormalAccountAction";
@@ -1808,8 +1808,8 @@ export declare const accountActionSellNftSchema: z.ZodEffects<z.ZodObject<{
1808
1808
  comment?: string | undefined;
1809
1809
  app?: {
1810
1810
  id: string;
1811
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1812
1811
  name: string;
1812
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1813
1813
  description?: string | undefined;
1814
1814
  website?: string | undefined;
1815
1815
  icon?: string | undefined;
@@ -1821,8 +1821,8 @@ export declare const accountActionSellNftSchema: z.ZodEffects<z.ZodObject<{
1821
1821
  website: string | undefined;
1822
1822
  icon: string | undefined;
1823
1823
  id: string;
1824
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1825
1824
  name: string;
1825
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1826
1826
  } | undefined;
1827
1827
  type: "NormalAccountAction";
1828
1828
  timestamp: number;
@@ -1996,8 +1996,8 @@ export declare const accountActionSellNftSchema: z.ZodEffects<z.ZodObject<{
1996
1996
  comment?: string | undefined;
1997
1997
  app?: {
1998
1998
  id: string;
1999
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2000
1999
  name: string;
2000
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2001
2001
  description?: string | undefined;
2002
2002
  website?: string | undefined;
2003
2003
  icon?: string | undefined;
@@ -13,15 +13,15 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
13
13
  icon: z.ZodOptional<z.ZodString>;
14
14
  }, "strip", z.ZodTypeAny, {
15
15
  id: string;
16
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
17
16
  name: string;
17
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
18
18
  description?: string | undefined;
19
19
  website?: string | undefined;
20
20
  icon?: string | undefined;
21
21
  }, {
22
22
  id: string;
23
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
24
23
  name: string;
24
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
25
25
  description?: string | undefined;
26
26
  website?: string | undefined;
27
27
  icon?: string | undefined;
@@ -30,12 +30,12 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
30
30
  website: string | undefined;
31
31
  icon: string | undefined;
32
32
  id: string;
33
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
34
33
  name: string;
34
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
35
35
  }, {
36
36
  id: string;
37
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
38
37
  name: string;
38
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
39
39
  description?: string | undefined;
40
40
  website?: string | undefined;
41
41
  icon?: string | undefined;
@@ -834,8 +834,8 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
834
834
  website: string | undefined;
835
835
  icon: string | undefined;
836
836
  id: string;
837
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
838
837
  name: string;
838
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
839
839
  } | undefined;
840
840
  }, {
841
841
  type: "NormalAction";
@@ -928,8 +928,8 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
928
928
  comment?: string | undefined;
929
929
  app?: {
930
930
  id: string;
931
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
932
931
  name: string;
932
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
933
933
  description?: string | undefined;
934
934
  website?: string | undefined;
935
935
  icon?: string | undefined;
@@ -941,8 +941,8 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
941
941
  website: string | undefined;
942
942
  icon: string | undefined;
943
943
  id: string;
944
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
945
944
  name: string;
945
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
946
946
  } | undefined;
947
947
  type: "NormalAction";
948
948
  timestamp: number;
@@ -1122,8 +1122,8 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
1122
1122
  comment?: string | undefined;
1123
1123
  app?: {
1124
1124
  id: string;
1125
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1126
1125
  name: string;
1126
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1127
1127
  description?: string | undefined;
1128
1128
  website?: string | undefined;
1129
1129
  icon?: string | undefined;
@@ -1145,15 +1145,15 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
1145
1145
  icon: z.ZodOptional<z.ZodString>;
1146
1146
  }, "strip", z.ZodTypeAny, {
1147
1147
  id: string;
1148
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1149
1148
  name: string;
1149
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1150
1150
  description?: string | undefined;
1151
1151
  website?: string | undefined;
1152
1152
  icon?: string | undefined;
1153
1153
  }, {
1154
1154
  id: string;
1155
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1156
1155
  name: string;
1156
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1157
1157
  description?: string | undefined;
1158
1158
  website?: string | undefined;
1159
1159
  icon?: string | undefined;
@@ -1162,12 +1162,12 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
1162
1162
  website: string | undefined;
1163
1163
  icon: string | undefined;
1164
1164
  id: string;
1165
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1166
1165
  name: string;
1166
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1167
1167
  }, {
1168
1168
  id: string;
1169
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1170
1169
  name: string;
1170
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1171
1171
  description?: string | undefined;
1172
1172
  website?: string | undefined;
1173
1173
  icon?: string | undefined;
@@ -1968,8 +1968,8 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
1968
1968
  website: string | undefined;
1969
1969
  icon: string | undefined;
1970
1970
  id: string;
1971
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1972
1971
  name: string;
1972
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1973
1973
  } | undefined;
1974
1974
  }, {
1975
1975
  type: "NormalAccountAction";
@@ -2064,8 +2064,8 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
2064
2064
  comment?: string | undefined;
2065
2065
  app?: {
2066
2066
  id: string;
2067
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2068
2067
  name: string;
2068
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2069
2069
  description?: string | undefined;
2070
2070
  website?: string | undefined;
2071
2071
  icon?: string | undefined;
@@ -2077,8 +2077,8 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
2077
2077
  website: string | undefined;
2078
2078
  icon: string | undefined;
2079
2079
  id: string;
2080
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2081
2080
  name: string;
2081
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2082
2082
  } | undefined;
2083
2083
  type: "NormalAccountAction";
2084
2084
  timestamp: number;
@@ -2262,8 +2262,8 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
2262
2262
  comment?: string | undefined;
2263
2263
  app?: {
2264
2264
  id: string;
2265
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2266
2265
  name: string;
2266
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2267
2267
  description?: string | undefined;
2268
2268
  website?: string | undefined;
2269
2269
  icon?: string | undefined;
@@ -15,15 +15,15 @@ export declare const accountActionSwapTransferSchema: z.ZodEffects<z.ZodObject<{
15
15
  icon: z.ZodOptional<z.ZodString>;
16
16
  }, "strip", z.ZodTypeAny, {
17
17
  id: string;
18
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
19
18
  name: string;
19
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
20
20
  description?: string | undefined;
21
21
  website?: string | undefined;
22
22
  icon?: string | undefined;
23
23
  }, {
24
24
  id: string;
25
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
26
25
  name: string;
26
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
27
27
  description?: string | undefined;
28
28
  website?: string | undefined;
29
29
  icon?: string | undefined;
@@ -32,12 +32,12 @@ export declare const accountActionSwapTransferSchema: z.ZodEffects<z.ZodObject<{
32
32
  website: string | undefined;
33
33
  icon: string | undefined;
34
34
  id: string;
35
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
36
35
  name: string;
36
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
37
37
  }, {
38
38
  id: string;
39
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
40
39
  name: string;
40
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
41
41
  description?: string | undefined;
42
42
  website?: string | undefined;
43
43
  icon?: string | undefined;
@@ -524,8 +524,8 @@ export declare const accountActionSwapTransferSchema: z.ZodEffects<z.ZodObject<{
524
524
  website: string | undefined;
525
525
  icon: string | undefined;
526
526
  id: string;
527
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
528
527
  name: string;
528
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
529
529
  } | undefined;
530
530
  }, {
531
531
  type: "NormalAccountAction";
@@ -591,8 +591,8 @@ export declare const accountActionSwapTransferSchema: z.ZodEffects<z.ZodObject<{
591
591
  comment?: string | undefined;
592
592
  app?: {
593
593
  id: string;
594
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
595
594
  name: string;
595
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
596
596
  description?: string | undefined;
597
597
  website?: string | undefined;
598
598
  icon?: string | undefined;
@@ -604,8 +604,8 @@ export declare const accountActionSwapTransferSchema: z.ZodEffects<z.ZodObject<{
604
604
  website: string | undefined;
605
605
  icon: string | undefined;
606
606
  id: string;
607
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
608
607
  name: string;
608
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
609
609
  } | undefined;
610
610
  type: "NormalAccountAction";
611
611
  timestamp: number;
@@ -731,8 +731,8 @@ export declare const accountActionSwapTransferSchema: z.ZodEffects<z.ZodObject<{
731
731
  comment?: string | undefined;
732
732
  app?: {
733
733
  id: string;
734
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
735
734
  name: string;
735
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
736
736
  description?: string | undefined;
737
737
  website?: string | undefined;
738
738
  icon?: string | undefined;