@0xtorch/core 0.0.15 → 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.
- package/_cjs/actions/index.js +3 -1
- package/_cjs/actions/index.js.map +1 -1
- package/_cjs/actions/utils.js +1318 -1
- package/_cjs/actions/utils.js.map +1 -1
- package/_cjs/index.js +3 -1
- package/_cjs/index.js.map +1 -1
- package/_esm/actions/index.js +1 -1
- package/_esm/actions/index.js.map +1 -1
- package/_esm/actions/utils.js +1389 -0
- package/_esm/actions/utils.js.map +1 -1
- package/_esm/index.js +1 -1
- package/_esm/index.js.map +1 -1
- package/_types/actions/index.d.ts +2 -2
- package/_types/actions/index.d.ts.map +1 -1
- package/_types/actions/parsers/default.d.ts +1 -1
- package/_types/actions/schemas/action.d.ts +950 -950
- package/_types/actions/schemas/borrow/borrow.d.ts +16 -16
- package/_types/actions/schemas/borrow/borrowWithDebt.d.ts +16 -16
- package/_types/actions/schemas/crossActionBundle.d.ts +40 -40
- package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +16 -16
- package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +16 -16
- package/_types/actions/schemas/crossReplace/crossReplace.d.ts +16 -16
- package/_types/actions/schemas/crossTrade/crossTrade.d.ts +16 -16
- package/_types/actions/schemas/default/accountAction.d.ts +18 -18
- package/_types/actions/schemas/default/normalAction.d.ts +18 -18
- package/_types/actions/schemas/deposit/addLiquidity.d.ts +16 -16
- package/_types/actions/schemas/deposit/deposit.d.ts +16 -16
- package/_types/actions/schemas/deposit/depositWithBond.d.ts +16 -16
- package/_types/actions/schemas/deposit/stake.d.ts +16 -16
- package/_types/actions/schemas/fee/fee.d.ts +16 -16
- package/_types/actions/schemas/fee/transactionFee.d.ts +16 -16
- package/_types/actions/schemas/ignore/approve.d.ts +16 -16
- package/_types/actions/schemas/ignore/failTx.d.ts +16 -16
- package/_types/actions/schemas/ignore/ignore.d.ts +8 -8
- package/_types/actions/schemas/ignore/move.d.ts +8 -8
- package/_types/actions/schemas/ignore/receiveFromCex.d.ts +16 -16
- package/_types/actions/schemas/ignore/revoke.d.ts +16 -16
- package/_types/actions/schemas/ignore/sendToCex.d.ts +16 -16
- package/_types/actions/schemas/ignore/spam.d.ts +16 -16
- package/_types/actions/schemas/income/atomicArbitrage.d.ts +16 -16
- package/_types/actions/schemas/income/freeMintNft.d.ts +16 -16
- package/_types/actions/schemas/income/income.d.ts +16 -16
- package/_types/actions/schemas/income/nftRoyalty.d.ts +8 -8
- package/_types/actions/schemas/income/swapIncome.d.ts +8 -8
- package/_types/actions/schemas/reduce/reduce.d.ts +8 -8
- package/_types/actions/schemas/repayment/repayment.d.ts +16 -16
- package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +16 -16
- package/_types/actions/schemas/replace/replace.d.ts +16 -16
- package/_types/actions/schemas/replace/swapNft.d.ts +16 -16
- package/_types/actions/schemas/replace/unwrap.d.ts +16 -16
- package/_types/actions/schemas/replace/wrap.d.ts +16 -16
- package/_types/actions/schemas/trade/buyCrypto.d.ts +16 -16
- package/_types/actions/schemas/trade/buyNft.d.ts +16 -16
- package/_types/actions/schemas/trade/mintNft.d.ts +16 -16
- package/_types/actions/schemas/trade/sellCrypto.d.ts +16 -16
- package/_types/actions/schemas/trade/sellNft.d.ts +16 -16
- package/_types/actions/schemas/trade/trade.d.ts +16 -16
- package/_types/actions/schemas/transfer/swapTransfer.d.ts +8 -8
- package/_types/actions/schemas/transfer/transfer.d.ts +16 -16
- package/_types/actions/schemas/valuedown/valuedown.d.ts +16 -16
- package/_types/actions/schemas/valueup/valueup.d.ts +16 -16
- package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +16 -16
- package/_types/actions/schemas/withdraw/unstake.d.ts +16 -16
- package/_types/actions/schemas/withdraw/withdraw.d.ts +16 -16
- package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +16 -16
- package/_types/actions/types/action.d.ts +17 -1
- package/_types/actions/types/action.d.ts.map +1 -1
- package/_types/actions/types/index.d.ts +1 -1
- package/_types/actions/types/index.d.ts.map +1 -1
- package/_types/actions/utils.d.ts +3 -0
- package/_types/actions/utils.d.ts.map +1 -1
- package/_types/apps/schemas.d.ts +4 -4
- package/_types/index.d.ts +2 -2
- package/_types/index.d.ts.map +1 -1
- package/actions/index.ts +4 -0
- package/actions/types/action.ts +26 -1
- package/actions/types/index.ts +2 -0
- package/actions/utils.ts +1951 -0
- package/index.ts +4 -0
- package/package.json +1 -1
|
@@ -17,15 +17,15 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
17
17
|
icon: z.ZodOptional<z.ZodString>;
|
|
18
18
|
}, "strip", z.ZodTypeAny, {
|
|
19
19
|
id: string;
|
|
20
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
21
20
|
name: string;
|
|
21
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
22
22
|
description?: string | undefined;
|
|
23
23
|
website?: string | undefined;
|
|
24
24
|
icon?: string | undefined;
|
|
25
25
|
}, {
|
|
26
26
|
id: string;
|
|
27
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
28
27
|
name: string;
|
|
28
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
29
29
|
description?: string | undefined;
|
|
30
30
|
website?: string | undefined;
|
|
31
31
|
icon?: string | undefined;
|
|
@@ -34,12 +34,12 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
34
34
|
website: string | undefined;
|
|
35
35
|
icon: string | undefined;
|
|
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
|
}, {
|
|
40
40
|
id: string;
|
|
41
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
42
41
|
name: string;
|
|
42
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
43
43
|
description?: string | undefined;
|
|
44
44
|
website?: string | undefined;
|
|
45
45
|
icon?: string | undefined;
|
|
@@ -530,8 +530,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
530
530
|
website: string | undefined;
|
|
531
531
|
icon: string | undefined;
|
|
532
532
|
id: string;
|
|
533
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
534
533
|
name: string;
|
|
534
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
535
535
|
} | undefined;
|
|
536
536
|
}, {
|
|
537
537
|
type: "CrossAccountAction";
|
|
@@ -599,8 +599,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
599
599
|
comment?: string | undefined;
|
|
600
600
|
app?: {
|
|
601
601
|
id: string;
|
|
602
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
603
602
|
name: string;
|
|
603
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
604
604
|
description?: string | undefined;
|
|
605
605
|
website?: string | undefined;
|
|
606
606
|
icon?: string | undefined;
|
|
@@ -612,8 +612,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
612
612
|
website: string | undefined;
|
|
613
613
|
icon: string | undefined;
|
|
614
614
|
id: string;
|
|
615
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
616
615
|
name: string;
|
|
616
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
617
617
|
} | undefined;
|
|
618
618
|
type: "CrossAccountAction";
|
|
619
619
|
timestamp: number;
|
|
@@ -743,8 +743,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
743
743
|
comment?: string | undefined;
|
|
744
744
|
app?: {
|
|
745
745
|
id: string;
|
|
746
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
747
746
|
name: string;
|
|
747
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
748
748
|
description?: string | undefined;
|
|
749
749
|
website?: string | undefined;
|
|
750
750
|
icon?: string | undefined;
|
|
@@ -765,15 +765,15 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
765
765
|
icon: z.ZodOptional<z.ZodString>;
|
|
766
766
|
}, "strip", z.ZodTypeAny, {
|
|
767
767
|
id: string;
|
|
768
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
769
768
|
name: string;
|
|
769
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
770
770
|
description?: string | undefined;
|
|
771
771
|
website?: string | undefined;
|
|
772
772
|
icon?: string | undefined;
|
|
773
773
|
}, {
|
|
774
774
|
id: string;
|
|
775
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
776
775
|
name: string;
|
|
776
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
777
777
|
description?: string | undefined;
|
|
778
778
|
website?: string | undefined;
|
|
779
779
|
icon?: string | undefined;
|
|
@@ -782,12 +782,12 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
782
782
|
website: string | undefined;
|
|
783
783
|
icon: string | undefined;
|
|
784
784
|
id: string;
|
|
785
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
786
785
|
name: string;
|
|
786
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
787
787
|
}, {
|
|
788
788
|
id: string;
|
|
789
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
790
789
|
name: string;
|
|
790
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
791
791
|
description?: string | undefined;
|
|
792
792
|
website?: string | undefined;
|
|
793
793
|
icon?: string | undefined;
|
|
@@ -1278,8 +1278,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1278
1278
|
website: string | undefined;
|
|
1279
1279
|
icon: string | undefined;
|
|
1280
1280
|
id: string;
|
|
1281
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1282
1281
|
name: string;
|
|
1282
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1283
1283
|
} | undefined;
|
|
1284
1284
|
}, {
|
|
1285
1285
|
type: "CrossAccountAction";
|
|
@@ -1347,8 +1347,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1347
1347
|
comment?: string | undefined;
|
|
1348
1348
|
app?: {
|
|
1349
1349
|
id: string;
|
|
1350
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1351
1350
|
name: string;
|
|
1351
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1352
1352
|
description?: string | undefined;
|
|
1353
1353
|
website?: string | undefined;
|
|
1354
1354
|
icon?: string | undefined;
|
|
@@ -1360,8 +1360,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1360
1360
|
website: string | undefined;
|
|
1361
1361
|
icon: string | undefined;
|
|
1362
1362
|
id: string;
|
|
1363
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1364
1363
|
name: string;
|
|
1364
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1365
1365
|
} | undefined;
|
|
1366
1366
|
type: "CrossAccountAction";
|
|
1367
1367
|
timestamp: number;
|
|
@@ -1491,8 +1491,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1491
1491
|
comment?: string | undefined;
|
|
1492
1492
|
app?: {
|
|
1493
1493
|
id: string;
|
|
1494
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1495
1494
|
name: string;
|
|
1495
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1496
1496
|
description?: string | undefined;
|
|
1497
1497
|
website?: string | undefined;
|
|
1498
1498
|
icon?: string | undefined;
|
|
@@ -1513,15 +1513,15 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1513
1513
|
icon: z.ZodOptional<z.ZodString>;
|
|
1514
1514
|
}, "strip", z.ZodTypeAny, {
|
|
1515
1515
|
id: string;
|
|
1516
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1517
1516
|
name: string;
|
|
1517
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1518
1518
|
description?: string | undefined;
|
|
1519
1519
|
website?: string | undefined;
|
|
1520
1520
|
icon?: string | undefined;
|
|
1521
1521
|
}, {
|
|
1522
1522
|
id: string;
|
|
1523
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1524
1523
|
name: string;
|
|
1524
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1525
1525
|
description?: string | undefined;
|
|
1526
1526
|
website?: string | undefined;
|
|
1527
1527
|
icon?: string | undefined;
|
|
@@ -1530,12 +1530,12 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1530
1530
|
website: string | undefined;
|
|
1531
1531
|
icon: string | undefined;
|
|
1532
1532
|
id: string;
|
|
1533
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1534
1533
|
name: string;
|
|
1534
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1535
1535
|
}, {
|
|
1536
1536
|
id: string;
|
|
1537
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1538
1537
|
name: string;
|
|
1538
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1539
1539
|
description?: string | undefined;
|
|
1540
1540
|
website?: string | undefined;
|
|
1541
1541
|
icon?: string | undefined;
|
|
@@ -2340,8 +2340,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2340
2340
|
website: string | undefined;
|
|
2341
2341
|
icon: string | undefined;
|
|
2342
2342
|
id: string;
|
|
2343
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2344
2343
|
name: string;
|
|
2344
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2345
2345
|
} | undefined;
|
|
2346
2346
|
}, {
|
|
2347
2347
|
type: "CrossAccountAction";
|
|
@@ -2438,8 +2438,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2438
2438
|
comment?: string | undefined;
|
|
2439
2439
|
app?: {
|
|
2440
2440
|
id: string;
|
|
2441
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2442
2441
|
name: string;
|
|
2442
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2443
2443
|
description?: string | undefined;
|
|
2444
2444
|
website?: string | undefined;
|
|
2445
2445
|
icon?: string | undefined;
|
|
@@ -2451,8 +2451,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2451
2451
|
website: string | undefined;
|
|
2452
2452
|
icon: string | undefined;
|
|
2453
2453
|
id: string;
|
|
2454
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2455
2454
|
name: string;
|
|
2455
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2456
2456
|
} | undefined;
|
|
2457
2457
|
type: "CrossAccountAction";
|
|
2458
2458
|
timestamp: number;
|
|
@@ -2640,8 +2640,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2640
2640
|
comment?: string | undefined;
|
|
2641
2641
|
app?: {
|
|
2642
2642
|
id: string;
|
|
2643
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2644
2643
|
name: string;
|
|
2644
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2645
2645
|
description?: string | undefined;
|
|
2646
2646
|
website?: string | undefined;
|
|
2647
2647
|
icon?: string | undefined;
|
|
@@ -2662,15 +2662,15 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2662
2662
|
icon: z.ZodOptional<z.ZodString>;
|
|
2663
2663
|
}, "strip", z.ZodTypeAny, {
|
|
2664
2664
|
id: string;
|
|
2665
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2666
2665
|
name: string;
|
|
2666
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2667
2667
|
description?: string | undefined;
|
|
2668
2668
|
website?: string | undefined;
|
|
2669
2669
|
icon?: string | undefined;
|
|
2670
2670
|
}, {
|
|
2671
2671
|
id: string;
|
|
2672
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2673
2672
|
name: string;
|
|
2673
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2674
2674
|
description?: string | undefined;
|
|
2675
2675
|
website?: string | undefined;
|
|
2676
2676
|
icon?: string | undefined;
|
|
@@ -2679,12 +2679,12 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2679
2679
|
website: string | undefined;
|
|
2680
2680
|
icon: string | undefined;
|
|
2681
2681
|
id: string;
|
|
2682
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2683
2682
|
name: string;
|
|
2683
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2684
2684
|
}, {
|
|
2685
2685
|
id: string;
|
|
2686
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2687
2686
|
name: string;
|
|
2687
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2688
2688
|
description?: string | undefined;
|
|
2689
2689
|
website?: string | undefined;
|
|
2690
2690
|
icon?: string | undefined;
|
|
@@ -3489,8 +3489,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3489
3489
|
website: string | undefined;
|
|
3490
3490
|
icon: string | undefined;
|
|
3491
3491
|
id: string;
|
|
3492
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
3493
3492
|
name: string;
|
|
3493
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
3494
3494
|
} | undefined;
|
|
3495
3495
|
}, {
|
|
3496
3496
|
type: "CrossAccountAction";
|
|
@@ -3587,8 +3587,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3587
3587
|
comment?: string | undefined;
|
|
3588
3588
|
app?: {
|
|
3589
3589
|
id: string;
|
|
3590
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
3591
3590
|
name: string;
|
|
3591
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
3592
3592
|
description?: string | undefined;
|
|
3593
3593
|
website?: string | undefined;
|
|
3594
3594
|
icon?: string | undefined;
|
|
@@ -3600,8 +3600,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3600
3600
|
website: string | undefined;
|
|
3601
3601
|
icon: string | undefined;
|
|
3602
3602
|
id: string;
|
|
3603
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
3604
3603
|
name: string;
|
|
3604
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
3605
3605
|
} | undefined;
|
|
3606
3606
|
type: "CrossAccountAction";
|
|
3607
3607
|
timestamp: number;
|
|
@@ -3789,8 +3789,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3789
3789
|
comment?: string | undefined;
|
|
3790
3790
|
app?: {
|
|
3791
3791
|
id: string;
|
|
3792
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
3793
3792
|
name: string;
|
|
3793
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
3794
3794
|
description?: string | undefined;
|
|
3795
3795
|
website?: string | undefined;
|
|
3796
3796
|
icon?: string | undefined;
|
|
@@ -3805,8 +3805,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3805
3805
|
website: string | undefined;
|
|
3806
3806
|
icon: string | undefined;
|
|
3807
3807
|
id: string;
|
|
3808
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
3809
3808
|
name: string;
|
|
3809
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
3810
3810
|
} | undefined;
|
|
3811
3811
|
type: "CrossAccountAction";
|
|
3812
3812
|
timestamp: number;
|
|
@@ -3877,8 +3877,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3877
3877
|
website: string | undefined;
|
|
3878
3878
|
icon: string | undefined;
|
|
3879
3879
|
id: string;
|
|
3880
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
3881
3880
|
name: string;
|
|
3881
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
3882
3882
|
} | undefined;
|
|
3883
3883
|
type: "CrossAccountAction";
|
|
3884
3884
|
timestamp: number;
|
|
@@ -3949,8 +3949,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3949
3949
|
website: string | undefined;
|
|
3950
3950
|
icon: string | undefined;
|
|
3951
3951
|
id: string;
|
|
3952
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
3953
3952
|
name: string;
|
|
3953
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
3954
3954
|
} | undefined;
|
|
3955
3955
|
type: "CrossAccountAction";
|
|
3956
3956
|
timestamp: number;
|
|
@@ -4050,8 +4050,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4050
4050
|
website: string | undefined;
|
|
4051
4051
|
icon: string | undefined;
|
|
4052
4052
|
id: string;
|
|
4053
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
4054
4053
|
name: string;
|
|
4054
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
4055
4055
|
} | undefined;
|
|
4056
4056
|
type: "CrossAccountAction";
|
|
4057
4057
|
timestamp: number;
|
|
@@ -4213,8 +4213,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4213
4213
|
comment?: string | undefined;
|
|
4214
4214
|
app?: {
|
|
4215
4215
|
id: string;
|
|
4216
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
4217
4216
|
name: string;
|
|
4217
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
4218
4218
|
description?: string | undefined;
|
|
4219
4219
|
website?: string | undefined;
|
|
4220
4220
|
icon?: string | undefined;
|
|
@@ -4285,8 +4285,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4285
4285
|
comment?: string | undefined;
|
|
4286
4286
|
app?: {
|
|
4287
4287
|
id: string;
|
|
4288
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
4289
4288
|
name: string;
|
|
4289
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
4290
4290
|
description?: string | undefined;
|
|
4291
4291
|
website?: string | undefined;
|
|
4292
4292
|
icon?: string | undefined;
|
|
@@ -4386,8 +4386,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4386
4386
|
comment?: string | undefined;
|
|
4387
4387
|
app?: {
|
|
4388
4388
|
id: string;
|
|
4389
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
4390
4389
|
name: string;
|
|
4390
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
4391
4391
|
description?: string | undefined;
|
|
4392
4392
|
website?: string | undefined;
|
|
4393
4393
|
icon?: string | undefined;
|
|
@@ -4487,8 +4487,8 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4487
4487
|
comment?: string | undefined;
|
|
4488
4488
|
app?: {
|
|
4489
4489
|
id: string;
|
|
4490
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
4491
4490
|
name: string;
|
|
4491
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
4492
4492
|
description?: string | undefined;
|
|
4493
4493
|
website?: string | undefined;
|
|
4494
4494
|
icon?: string | undefined;
|
|
@@ -13,15 +13,15 @@ export declare const normalActionBridgeFromSchema: 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 normalActionBridgeFromSchema: 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;
|
|
@@ -524,8 +524,8 @@ export declare const normalActionBridgeFromSchema: 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: "CrossNormalAction";
|
|
@@ -591,8 +591,8 @@ export declare const normalActionBridgeFromSchema: 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 normalActionBridgeFromSchema: 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: "CrossNormalAction";
|
|
611
611
|
timestamp: number;
|
|
@@ -731,8 +731,8 @@ export declare const normalActionBridgeFromSchema: 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;
|
|
@@ -754,15 +754,15 @@ export declare const accountActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
|
|
|
754
754
|
icon: z.ZodOptional<z.ZodString>;
|
|
755
755
|
}, "strip", z.ZodTypeAny, {
|
|
756
756
|
id: string;
|
|
757
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
758
757
|
name: string;
|
|
758
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
759
759
|
description?: string | undefined;
|
|
760
760
|
website?: string | undefined;
|
|
761
761
|
icon?: string | undefined;
|
|
762
762
|
}, {
|
|
763
763
|
id: string;
|
|
764
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
765
764
|
name: string;
|
|
765
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
766
766
|
description?: string | undefined;
|
|
767
767
|
website?: string | undefined;
|
|
768
768
|
icon?: string | undefined;
|
|
@@ -771,12 +771,12 @@ export declare const accountActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
|
|
|
771
771
|
website: string | undefined;
|
|
772
772
|
icon: string | undefined;
|
|
773
773
|
id: string;
|
|
774
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
775
774
|
name: string;
|
|
775
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
776
776
|
}, {
|
|
777
777
|
id: string;
|
|
778
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
779
778
|
name: string;
|
|
779
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
780
780
|
description?: string | undefined;
|
|
781
781
|
website?: string | undefined;
|
|
782
782
|
icon?: string | undefined;
|
|
@@ -1267,8 +1267,8 @@ export declare const accountActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1267
1267
|
website: string | undefined;
|
|
1268
1268
|
icon: string | undefined;
|
|
1269
1269
|
id: string;
|
|
1270
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1271
1270
|
name: string;
|
|
1271
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1272
1272
|
} | undefined;
|
|
1273
1273
|
}, {
|
|
1274
1274
|
type: "CrossAccountAction";
|
|
@@ -1336,8 +1336,8 @@ export declare const accountActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1336
1336
|
comment?: string | undefined;
|
|
1337
1337
|
app?: {
|
|
1338
1338
|
id: string;
|
|
1339
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1340
1339
|
name: string;
|
|
1340
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1341
1341
|
description?: string | undefined;
|
|
1342
1342
|
website?: string | undefined;
|
|
1343
1343
|
icon?: string | undefined;
|
|
@@ -1349,8 +1349,8 @@ export declare const accountActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1349
1349
|
website: string | undefined;
|
|
1350
1350
|
icon: string | undefined;
|
|
1351
1351
|
id: string;
|
|
1352
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1353
1352
|
name: string;
|
|
1353
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1354
1354
|
} | undefined;
|
|
1355
1355
|
type: "CrossAccountAction";
|
|
1356
1356
|
timestamp: number;
|
|
@@ -1480,8 +1480,8 @@ export declare const accountActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1480
1480
|
comment?: string | undefined;
|
|
1481
1481
|
app?: {
|
|
1482
1482
|
id: string;
|
|
1483
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1484
1483
|
name: string;
|
|
1484
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1485
1485
|
description?: string | undefined;
|
|
1486
1486
|
website?: string | undefined;
|
|
1487
1487
|
icon?: string | undefined;
|