@merkl/api 1.18.12 → 1.18.14
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/dist/src/eden/index.d.ts +84 -4
- package/dist/src/engine/implementations/ErcMultiToken/metadata.d.ts +1 -1
- package/dist/src/engine/implementations/StabullStaking/metadata.d.ts +1 -1
- package/dist/src/engine/implementations/clamm/tvl.abstract.d.ts +1 -1
- package/dist/src/engine/metadata/factory.js.map +1 -1
- package/dist/src/engine/tvl/factory.js.map +1 -1
- package/dist/src/index.d.ts +94 -2
- package/dist/src/modules/v4/campaign/campaign.query-transformer.d.ts +131 -131
- package/dist/src/modules/v4/clamm/clamm.controller.d.ts +2 -2
- package/dist/src/modules/v4/historical/historical.controller.d.ts +95 -0
- package/dist/src/modules/v4/historical/historical.controller.js.map +1 -0
- package/dist/src/modules/v4/historical/historical.model.d.ts +38 -0
- package/dist/src/modules/v4/historical/historical.model.js.map +1 -0
- package/dist/src/modules/v4/historical/historical.service.d.ts +16 -0
- package/dist/src/modules/v4/historical/historical.service.js.map +1 -0
- package/dist/src/modules/v4/leaf/leaf.service.js.map +1 -1
- package/dist/src/modules/v4/merklRoot/merklRoot.repository.d.ts +10 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.repository.js.map +1 -1
- package/dist/src/modules/v4/merklRoot/merklRoot.service.d.ts +11 -1
- package/dist/src/modules/v4/merklRoot/merklRoot.service.js.map +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.query-transformer.d.ts +33 -33
- package/dist/src/modules/v4/router.d.ts +94 -2
- package/dist/src/modules/v4/router.js.map +1 -1
- package/dist/src/modules/v4/transaction/transaction.service.d.ts +168 -120
- package/dist/src/modules/v4/uniswap/uniswap.controller.d.ts +26 -0
- package/dist/src/modules/v4/uniswap/uniswap.service.d.ts +28 -0
- package/dist/src/plugins/errorHandler.js.map +1 -1
- package/dist/src/routes/v3/merkl.js.map +1 -1
- package/dist/src/routes/v3/rewards.js.map +1 -1
- package/dist/src/scripts/bench-merkl.js.map +1 -1
- package/dist/src/scripts/ingest-tree-all.js.map +1 -1
- package/dist/src/scripts/ingest-tree-history.d.ts +19 -0
- package/dist/src/scripts/ingest-tree-history.js.map +1 -0
- package/dist/src/scripts/ingest-tree.js.map +1 -1
- package/dist/src/scripts/perf-tree.js.map +1 -1
- package/dist/src/scripts/verify-tree.js.map +1 -1
- package/dist/src/utils/getAPR.d.ts +28 -4
- package/dist/src/utils/parseDistributionType.d.ts +304 -280
- package/dist/src/utils/providers.d.ts +4 -0
- package/dist/src/utils/throw.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -578,7 +578,6 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
578
578
|
contains: string;
|
|
579
579
|
mode: "insensitive";
|
|
580
580
|
};
|
|
581
|
-
name?: undefined;
|
|
582
581
|
explorerAddress?: undefined;
|
|
583
582
|
type?: undefined;
|
|
584
583
|
MainProtocol?: undefined;
|
|
@@ -587,6 +586,7 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
587
586
|
Chain?: undefined;
|
|
588
587
|
identifier?: undefined;
|
|
589
588
|
mainProtocolId?: undefined;
|
|
589
|
+
name?: undefined;
|
|
590
590
|
} | {
|
|
591
591
|
name: {
|
|
592
592
|
contains: string;
|
|
@@ -598,11 +598,10 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
598
598
|
Tokens?: undefined;
|
|
599
599
|
Campaigns?: undefined;
|
|
600
600
|
Chain?: undefined;
|
|
601
|
-
id?: undefined;
|
|
602
601
|
identifier?: undefined;
|
|
603
602
|
mainProtocolId?: undefined;
|
|
603
|
+
id?: undefined;
|
|
604
604
|
} | {
|
|
605
|
-
name?: undefined;
|
|
606
605
|
identifier: {
|
|
607
606
|
contains: string;
|
|
608
607
|
mode: "insensitive";
|
|
@@ -613,10 +612,10 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
613
612
|
Tokens?: undefined;
|
|
614
613
|
Campaigns?: undefined;
|
|
615
614
|
Chain?: undefined;
|
|
616
|
-
id?: undefined;
|
|
617
615
|
mainProtocolId?: undefined;
|
|
618
|
-
} | {
|
|
619
616
|
name?: undefined;
|
|
617
|
+
id?: undefined;
|
|
618
|
+
} | {
|
|
620
619
|
explorerAddress: {
|
|
621
620
|
contains: string;
|
|
622
621
|
mode: "insensitive";
|
|
@@ -626,11 +625,11 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
626
625
|
Tokens?: undefined;
|
|
627
626
|
Campaigns?: undefined;
|
|
628
627
|
Chain?: undefined;
|
|
629
|
-
id?: undefined;
|
|
630
628
|
identifier?: undefined;
|
|
631
629
|
mainProtocolId?: undefined;
|
|
632
|
-
} | {
|
|
633
630
|
name?: undefined;
|
|
631
|
+
id?: undefined;
|
|
632
|
+
} | {
|
|
634
633
|
explorerAddress?: undefined;
|
|
635
634
|
Campaigns: {
|
|
636
635
|
some: {
|
|
@@ -640,20 +639,20 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
640
639
|
};
|
|
641
640
|
isPrivate: boolean;
|
|
642
641
|
endTimestamp?: undefined;
|
|
643
|
-
id?: undefined;
|
|
644
642
|
creatorAddress?: undefined;
|
|
645
643
|
RewardToken?: undefined;
|
|
644
|
+
id?: undefined;
|
|
646
645
|
};
|
|
647
646
|
};
|
|
648
647
|
type?: undefined;
|
|
649
648
|
MainProtocol?: undefined;
|
|
650
649
|
Tokens?: undefined;
|
|
651
650
|
Chain?: undefined;
|
|
652
|
-
id?: undefined;
|
|
653
651
|
identifier?: undefined;
|
|
654
652
|
mainProtocolId?: undefined;
|
|
655
|
-
} | {
|
|
656
653
|
name?: undefined;
|
|
654
|
+
id?: undefined;
|
|
655
|
+
} | {
|
|
657
656
|
explorerAddress?: undefined;
|
|
658
657
|
Campaigns: {
|
|
659
658
|
some: {
|
|
@@ -672,11 +671,11 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
672
671
|
MainProtocol?: undefined;
|
|
673
672
|
Tokens?: undefined;
|
|
674
673
|
Chain?: undefined;
|
|
675
|
-
id?: undefined;
|
|
676
674
|
identifier?: undefined;
|
|
677
675
|
mainProtocolId?: undefined;
|
|
678
|
-
} | {
|
|
679
676
|
name?: undefined;
|
|
677
|
+
id?: undefined;
|
|
678
|
+
} | {
|
|
680
679
|
explorerAddress?: undefined;
|
|
681
680
|
Campaigns: {
|
|
682
681
|
some: {
|
|
@@ -686,20 +685,20 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
686
685
|
};
|
|
687
686
|
isPrivate: boolean;
|
|
688
687
|
endTimestamp?: undefined;
|
|
689
|
-
id?: undefined;
|
|
690
688
|
campaignId?: undefined;
|
|
691
689
|
RewardToken?: undefined;
|
|
690
|
+
id?: undefined;
|
|
692
691
|
};
|
|
693
692
|
};
|
|
694
693
|
type?: undefined;
|
|
695
694
|
MainProtocol?: undefined;
|
|
696
695
|
Tokens?: undefined;
|
|
697
696
|
Chain?: undefined;
|
|
698
|
-
id?: undefined;
|
|
699
697
|
identifier?: undefined;
|
|
700
698
|
mainProtocolId?: undefined;
|
|
701
|
-
} | {
|
|
702
699
|
name?: undefined;
|
|
700
|
+
id?: undefined;
|
|
701
|
+
} | {
|
|
703
702
|
explorerAddress?: undefined;
|
|
704
703
|
type: {
|
|
705
704
|
contains: string;
|
|
@@ -709,11 +708,11 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
709
708
|
Tokens?: undefined;
|
|
710
709
|
Campaigns?: undefined;
|
|
711
710
|
Chain?: undefined;
|
|
712
|
-
id?: undefined;
|
|
713
711
|
identifier?: undefined;
|
|
714
712
|
mainProtocolId?: undefined;
|
|
715
|
-
} | {
|
|
716
713
|
name?: undefined;
|
|
714
|
+
id?: undefined;
|
|
715
|
+
} | {
|
|
717
716
|
explorerAddress?: undefined;
|
|
718
717
|
type?: undefined;
|
|
719
718
|
MainProtocol: {
|
|
@@ -725,11 +724,11 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
725
724
|
Tokens?: undefined;
|
|
726
725
|
Campaigns?: undefined;
|
|
727
726
|
Chain?: undefined;
|
|
728
|
-
id?: undefined;
|
|
729
727
|
identifier?: undefined;
|
|
730
728
|
mainProtocolId?: undefined;
|
|
731
|
-
} | {
|
|
732
729
|
name?: undefined;
|
|
730
|
+
id?: undefined;
|
|
731
|
+
} | {
|
|
733
732
|
explorerAddress?: undefined;
|
|
734
733
|
type?: undefined;
|
|
735
734
|
MainProtocol?: undefined;
|
|
@@ -740,10 +739,10 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
740
739
|
Tokens?: undefined;
|
|
741
740
|
Campaigns?: undefined;
|
|
742
741
|
Chain?: undefined;
|
|
743
|
-
id?: undefined;
|
|
744
742
|
identifier?: undefined;
|
|
745
|
-
} | {
|
|
746
743
|
name?: undefined;
|
|
744
|
+
id?: undefined;
|
|
745
|
+
} | {
|
|
747
746
|
explorerAddress?: undefined;
|
|
748
747
|
type?: undefined;
|
|
749
748
|
MainProtocol?: undefined;
|
|
@@ -759,51 +758,51 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
759
758
|
};
|
|
760
759
|
Campaigns?: undefined;
|
|
761
760
|
Chain?: undefined;
|
|
762
|
-
id?: undefined;
|
|
763
761
|
identifier?: undefined;
|
|
764
762
|
mainProtocolId?: undefined;
|
|
765
|
-
} | {
|
|
766
763
|
name?: undefined;
|
|
764
|
+
id?: undefined;
|
|
765
|
+
} | {
|
|
767
766
|
explorerAddress?: undefined;
|
|
768
767
|
type?: undefined;
|
|
769
768
|
MainProtocol?: undefined;
|
|
770
769
|
Tokens: {
|
|
771
770
|
some: {
|
|
772
|
-
name?: undefined;
|
|
773
771
|
symbol: {
|
|
774
772
|
contains: string;
|
|
775
773
|
mode: "insensitive";
|
|
776
774
|
};
|
|
777
775
|
address?: undefined;
|
|
776
|
+
name?: undefined;
|
|
778
777
|
};
|
|
779
778
|
};
|
|
780
779
|
Campaigns?: undefined;
|
|
781
780
|
Chain?: undefined;
|
|
782
|
-
id?: undefined;
|
|
783
781
|
identifier?: undefined;
|
|
784
782
|
mainProtocolId?: undefined;
|
|
785
|
-
} | {
|
|
786
783
|
name?: undefined;
|
|
784
|
+
id?: undefined;
|
|
785
|
+
} | {
|
|
787
786
|
explorerAddress?: undefined;
|
|
788
787
|
type?: undefined;
|
|
789
788
|
MainProtocol?: undefined;
|
|
790
789
|
Tokens: {
|
|
791
790
|
some: {
|
|
792
|
-
name?: undefined;
|
|
793
791
|
address: {
|
|
794
792
|
contains: string;
|
|
795
793
|
mode: "insensitive";
|
|
796
794
|
};
|
|
797
795
|
symbol?: undefined;
|
|
796
|
+
name?: undefined;
|
|
798
797
|
};
|
|
799
798
|
};
|
|
800
799
|
Campaigns?: undefined;
|
|
801
800
|
Chain?: undefined;
|
|
802
|
-
id?: undefined;
|
|
803
801
|
identifier?: undefined;
|
|
804
802
|
mainProtocolId?: undefined;
|
|
805
|
-
} | {
|
|
806
803
|
name?: undefined;
|
|
804
|
+
id?: undefined;
|
|
805
|
+
} | {
|
|
807
806
|
explorerAddress?: undefined;
|
|
808
807
|
type?: undefined;
|
|
809
808
|
MainProtocol?: undefined;
|
|
@@ -829,17 +828,17 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
829
828
|
symbol?: undefined;
|
|
830
829
|
})[];
|
|
831
830
|
};
|
|
832
|
-
id?: undefined;
|
|
833
831
|
campaignId?: undefined;
|
|
834
832
|
creatorAddress?: undefined;
|
|
833
|
+
id?: undefined;
|
|
835
834
|
};
|
|
836
835
|
};
|
|
837
836
|
Chain?: undefined;
|
|
838
|
-
id?: undefined;
|
|
839
837
|
identifier?: undefined;
|
|
840
838
|
mainProtocolId?: undefined;
|
|
841
|
-
} | {
|
|
842
839
|
name?: undefined;
|
|
840
|
+
id?: undefined;
|
|
841
|
+
} | {
|
|
843
842
|
explorerAddress?: undefined;
|
|
844
843
|
type?: undefined;
|
|
845
844
|
MainProtocol?: undefined;
|
|
@@ -851,9 +850,10 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
851
850
|
mode: "insensitive";
|
|
852
851
|
};
|
|
853
852
|
};
|
|
854
|
-
id?: undefined;
|
|
855
853
|
identifier?: undefined;
|
|
856
854
|
mainProtocolId?: undefined;
|
|
855
|
+
name?: undefined;
|
|
856
|
+
id?: undefined;
|
|
857
857
|
})[];
|
|
858
858
|
}[];
|
|
859
859
|
})[];
|
|
@@ -8695,7 +8695,7 @@ export declare const v4: Elysia<"/v4", {
|
|
|
8695
8695
|
symbolCurrency1: string;
|
|
8696
8696
|
tickSpacing: number;
|
|
8697
8697
|
} & {
|
|
8698
|
-
protocol: import("@package/resources/enums").ProtocolType.AERODROME | import("@package/resources/enums").ProtocolType.AERODROME_GAUGE_CAP | import("@package/resources/enums").ProtocolType.ARTHSWAP | import("@package/resources/enums").ProtocolType.BASE_SWAP | import("@package/resources/enums").ProtocolType.CAMELOT | import("@package/resources/enums").ProtocolType.CAPRICORN | import("@package/resources/enums").ProtocolType.FENIX | import("@package/resources/enums").ProtocolType.FLOWSWAP | import("@package/resources/enums").ProtocolType.HYBRA | import("@package/resources/enums").ProtocolType.HYDREX | import("@package/resources/enums").ProtocolType.HYPERSWAP | import("@package/resources/enums").ProtocolType.IONEX | import("@package/resources/enums").ProtocolType.IZUMI | import("@package/resources/enums").ProtocolType.JAINE | import("@package/resources/enums").ProtocolType.KATANA | import("@package/resources/enums").ProtocolType.KATANA_ALGEBRA | import("@package/resources/enums").ProtocolType.KITTEN_SWAP | import("@package/resources/enums").ProtocolType.KYO | import("@package/resources/enums").ProtocolType.MONDAY_TRADE | import("@package/resources/enums").ProtocolType.NEPTUNE | import("@package/resources/enums").ProtocolType.NINEMM | import("@package/resources/enums").ProtocolType.PANCAKESWAP | import("@package/resources/enums").ProtocolType.PHARAOH | import("@package/resources/enums").ProtocolType.QUICKSWAP | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA_12 | import("@package/resources/enums").ProtocolType.RAMSES | import("@package/resources/enums").ProtocolType.RETRO | import("@package/resources/enums").ProtocolType.ROOSTER | import("@package/resources/enums").ProtocolType.SATSUMA | import("@package/resources/enums").ProtocolType.PROJECT_X | import("@package/resources/enums").ProtocolType.SNAP | import("@package/resources/enums").ProtocolType.SONEX | import("@package/resources/enums").ProtocolType.SPOOKYSWAP_V3 | import("@package/resources/enums").ProtocolType.SUSHI_SWAP | import("@package/resources/enums").ProtocolType.SWAP_X | import("@package/resources/enums").ProtocolType.SYNC_SWAP | import("@package/resources/enums").ProtocolType.UNISWAPV3 | import("@package/resources/enums").ProtocolType.UNISWAPV4 | import("@package/resources/enums").ProtocolType.VELODROME | import("@package/resources/enums").ProtocolType.VOLTAGE | import("@package/resources/enums").ProtocolType.WOODSWAP | import("@package/resources/enums").ProtocolType.XSWAP | import("@package/resources/enums").ProtocolType.ZERO | import("@package/resources/enums").ProtocolType.GLIQUID | import("@package/resources/enums").ProtocolType.TIGRIS;
|
|
8698
|
+
protocol: import("@package/resources/enums").ProtocolType.AERODROME | import("@package/resources/enums").ProtocolType.AERODROME_GAUGE_CAP | import("@package/resources/enums").ProtocolType.ARTHSWAP | import("@package/resources/enums").ProtocolType.BASE_SWAP | import("@package/resources/enums").ProtocolType.CAMELOT | import("@package/resources/enums").ProtocolType.CAPRICORN | import("@package/resources/enums").ProtocolType.FENIX | import("@package/resources/enums").ProtocolType.FLOWSWAP | import("@package/resources/enums").ProtocolType.HYBRA | import("@package/resources/enums").ProtocolType.HYDREX | import("@package/resources/enums").ProtocolType.HYPERSWAP | import("@package/resources/enums").ProtocolType.IONEX | import("@package/resources/enums").ProtocolType.IZUMI | import("@package/resources/enums").ProtocolType.JAINE | import("@package/resources/enums").ProtocolType.KATANA | import("@package/resources/enums").ProtocolType.KATANA_ALGEBRA | import("@package/resources/enums").ProtocolType.KITTEN_SWAP | import("@package/resources/enums").ProtocolType.KYO | import("@package/resources/enums").ProtocolType.MONDAY_TRADE | import("@package/resources/enums").ProtocolType.NEPTUNE | import("@package/resources/enums").ProtocolType.NINEMM | import("@package/resources/enums").ProtocolType.PANCAKESWAP | import("@package/resources/enums").ProtocolType.PHARAOH | import("@package/resources/enums").ProtocolType.QUICKSWAP | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA_12 | import("@package/resources/enums").ProtocolType.RAMSES | import("@package/resources/enums").ProtocolType.RETRO | import("@package/resources/enums").ProtocolType.ROOSTER | import("@package/resources/enums").ProtocolType.SATSUMA | import("@package/resources/enums").ProtocolType.PROJECT_X | import("@package/resources/enums").ProtocolType.SNAP | import("@package/resources/enums").ProtocolType.SONEX | import("@package/resources/enums").ProtocolType.SPOOKYSWAP_V3 | import("@package/resources/enums").ProtocolType.SUSHI_SWAP | import("@package/resources/enums").ProtocolType.SWAP_X | import("@package/resources/enums").ProtocolType.SYNC_SWAP | import("@package/resources/enums").ProtocolType.UNISWAPV3 | import("@package/resources/enums").ProtocolType.UNISWAPV4 | import("@package/resources/enums").ProtocolType.VELODROME | import("@package/resources/enums").ProtocolType.VOLTAGE | import("@package/resources/enums").ProtocolType.WOODSWAP | import("@package/resources/enums").ProtocolType.XSWAP | import("@package/resources/enums").ProtocolType.ZERO | import("@package/resources/enums").ProtocolType.GLIQUID | import("@package/resources/enums").ProtocolType.TIGRIS | import("@package/resources/enums").ProtocolType.ZIA;
|
|
8699
8699
|
}) | ({
|
|
8700
8700
|
chainId: number;
|
|
8701
8701
|
currency0: string;
|
|
@@ -8757,7 +8757,7 @@ export declare const v4: Elysia<"/v4", {
|
|
|
8757
8757
|
symbolCurrency1: string;
|
|
8758
8758
|
tickSpacing: number;
|
|
8759
8759
|
} & {
|
|
8760
|
-
protocol: import("@package/resources/enums").ProtocolType.AERODROME | import("@package/resources/enums").ProtocolType.AERODROME_GAUGE_CAP | import("@package/resources/enums").ProtocolType.ARTHSWAP | import("@package/resources/enums").ProtocolType.BASE_SWAP | import("@package/resources/enums").ProtocolType.CAMELOT | import("@package/resources/enums").ProtocolType.CAPRICORN | import("@package/resources/enums").ProtocolType.FENIX | import("@package/resources/enums").ProtocolType.FLOWSWAP | import("@package/resources/enums").ProtocolType.HYBRA | import("@package/resources/enums").ProtocolType.HYDREX | import("@package/resources/enums").ProtocolType.HYPERSWAP | import("@package/resources/enums").ProtocolType.IONEX | import("@package/resources/enums").ProtocolType.IZUMI | import("@package/resources/enums").ProtocolType.JAINE | import("@package/resources/enums").ProtocolType.KATANA | import("@package/resources/enums").ProtocolType.KATANA_ALGEBRA | import("@package/resources/enums").ProtocolType.KITTEN_SWAP | import("@package/resources/enums").ProtocolType.KYO | import("@package/resources/enums").ProtocolType.MONDAY_TRADE | import("@package/resources/enums").ProtocolType.NEPTUNE | import("@package/resources/enums").ProtocolType.NINEMM | import("@package/resources/enums").ProtocolType.PANCAKESWAP | import("@package/resources/enums").ProtocolType.PHARAOH | import("@package/resources/enums").ProtocolType.QUICKSWAP | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA_12 | import("@package/resources/enums").ProtocolType.RAMSES | import("@package/resources/enums").ProtocolType.RETRO | import("@package/resources/enums").ProtocolType.ROOSTER | import("@package/resources/enums").ProtocolType.SATSUMA | import("@package/resources/enums").ProtocolType.PROJECT_X | import("@package/resources/enums").ProtocolType.SNAP | import("@package/resources/enums").ProtocolType.SONEX | import("@package/resources/enums").ProtocolType.SPOOKYSWAP_V3 | import("@package/resources/enums").ProtocolType.SUSHI_SWAP | import("@package/resources/enums").ProtocolType.SWAP_X | import("@package/resources/enums").ProtocolType.SYNC_SWAP | import("@package/resources/enums").ProtocolType.UNISWAPV3 | import("@package/resources/enums").ProtocolType.UNISWAPV4 | import("@package/resources/enums").ProtocolType.VELODROME | import("@package/resources/enums").ProtocolType.VOLTAGE | import("@package/resources/enums").ProtocolType.WOODSWAP | import("@package/resources/enums").ProtocolType.XSWAP | import("@package/resources/enums").ProtocolType.ZERO | import("@package/resources/enums").ProtocolType.GLIQUID | import("@package/resources/enums").ProtocolType.TIGRIS;
|
|
8760
|
+
protocol: import("@package/resources/enums").ProtocolType.AERODROME | import("@package/resources/enums").ProtocolType.AERODROME_GAUGE_CAP | import("@package/resources/enums").ProtocolType.ARTHSWAP | import("@package/resources/enums").ProtocolType.BASE_SWAP | import("@package/resources/enums").ProtocolType.CAMELOT | import("@package/resources/enums").ProtocolType.CAPRICORN | import("@package/resources/enums").ProtocolType.FENIX | import("@package/resources/enums").ProtocolType.FLOWSWAP | import("@package/resources/enums").ProtocolType.HYBRA | import("@package/resources/enums").ProtocolType.HYDREX | import("@package/resources/enums").ProtocolType.HYPERSWAP | import("@package/resources/enums").ProtocolType.IONEX | import("@package/resources/enums").ProtocolType.IZUMI | import("@package/resources/enums").ProtocolType.JAINE | import("@package/resources/enums").ProtocolType.KATANA | import("@package/resources/enums").ProtocolType.KATANA_ALGEBRA | import("@package/resources/enums").ProtocolType.KITTEN_SWAP | import("@package/resources/enums").ProtocolType.KYO | import("@package/resources/enums").ProtocolType.MONDAY_TRADE | import("@package/resources/enums").ProtocolType.NEPTUNE | import("@package/resources/enums").ProtocolType.NINEMM | import("@package/resources/enums").ProtocolType.PANCAKESWAP | import("@package/resources/enums").ProtocolType.PHARAOH | import("@package/resources/enums").ProtocolType.QUICKSWAP | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA_12 | import("@package/resources/enums").ProtocolType.RAMSES | import("@package/resources/enums").ProtocolType.RETRO | import("@package/resources/enums").ProtocolType.ROOSTER | import("@package/resources/enums").ProtocolType.SATSUMA | import("@package/resources/enums").ProtocolType.PROJECT_X | import("@package/resources/enums").ProtocolType.SNAP | import("@package/resources/enums").ProtocolType.SONEX | import("@package/resources/enums").ProtocolType.SPOOKYSWAP_V3 | import("@package/resources/enums").ProtocolType.SUSHI_SWAP | import("@package/resources/enums").ProtocolType.SWAP_X | import("@package/resources/enums").ProtocolType.SYNC_SWAP | import("@package/resources/enums").ProtocolType.UNISWAPV3 | import("@package/resources/enums").ProtocolType.UNISWAPV4 | import("@package/resources/enums").ProtocolType.VELODROME | import("@package/resources/enums").ProtocolType.VOLTAGE | import("@package/resources/enums").ProtocolType.WOODSWAP | import("@package/resources/enums").ProtocolType.XSWAP | import("@package/resources/enums").ProtocolType.ZERO | import("@package/resources/enums").ProtocolType.GLIQUID | import("@package/resources/enums").ProtocolType.TIGRIS | import("@package/resources/enums").ProtocolType.ZIA;
|
|
8761
8761
|
}) | ({
|
|
8762
8762
|
chainId: number;
|
|
8763
8763
|
currency0: string;
|
|
@@ -11849,6 +11849,72 @@ export declare const v4: Elysia<"/v4", {
|
|
|
11849
11849
|
};
|
|
11850
11850
|
};
|
|
11851
11851
|
};
|
|
11852
|
+
} & {
|
|
11853
|
+
historical: {
|
|
11854
|
+
campaign: {
|
|
11855
|
+
":campaignId": {
|
|
11856
|
+
get: {
|
|
11857
|
+
body: unknown;
|
|
11858
|
+
params: {
|
|
11859
|
+
campaignId: string;
|
|
11860
|
+
};
|
|
11861
|
+
query: {
|
|
11862
|
+
chainId: number;
|
|
11863
|
+
startDate: string;
|
|
11864
|
+
endDate: string;
|
|
11865
|
+
};
|
|
11866
|
+
headers: {
|
|
11867
|
+
authorization: string;
|
|
11868
|
+
};
|
|
11869
|
+
response: {
|
|
11870
|
+
200: import("./historical/historical.model").HistoricalDiffResult;
|
|
11871
|
+
422: {
|
|
11872
|
+
type: "validation";
|
|
11873
|
+
on: string;
|
|
11874
|
+
summary?: string | undefined;
|
|
11875
|
+
message?: string | undefined;
|
|
11876
|
+
found?: unknown;
|
|
11877
|
+
property?: string | undefined;
|
|
11878
|
+
expected?: string | undefined;
|
|
11879
|
+
};
|
|
11880
|
+
};
|
|
11881
|
+
};
|
|
11882
|
+
};
|
|
11883
|
+
};
|
|
11884
|
+
};
|
|
11885
|
+
} & {
|
|
11886
|
+
historical: {
|
|
11887
|
+
recipient: {
|
|
11888
|
+
":recipient": {
|
|
11889
|
+
get: {
|
|
11890
|
+
body: unknown;
|
|
11891
|
+
params: {
|
|
11892
|
+
recipient: string;
|
|
11893
|
+
};
|
|
11894
|
+
query: {
|
|
11895
|
+
chainId: number;
|
|
11896
|
+
startDate: string;
|
|
11897
|
+
endDate: string;
|
|
11898
|
+
};
|
|
11899
|
+
headers: {
|
|
11900
|
+
authorization: string;
|
|
11901
|
+
};
|
|
11902
|
+
response: {
|
|
11903
|
+
200: import("./historical/historical.model").HistoricalDiffResult;
|
|
11904
|
+
422: {
|
|
11905
|
+
type: "validation";
|
|
11906
|
+
on: string;
|
|
11907
|
+
summary?: string | undefined;
|
|
11908
|
+
message?: string | undefined;
|
|
11909
|
+
found?: unknown;
|
|
11910
|
+
property?: string | undefined;
|
|
11911
|
+
expected?: string | undefined;
|
|
11912
|
+
};
|
|
11913
|
+
};
|
|
11914
|
+
};
|
|
11915
|
+
};
|
|
11916
|
+
};
|
|
11917
|
+
};
|
|
11852
11918
|
} & {
|
|
11853
11919
|
"indexing-range": {
|
|
11854
11920
|
workflow: {
|
|
@@ -20869,6 +20935,19 @@ export declare const v4: Elysia<"/v4", {
|
|
|
20869
20935
|
symbolCurrency1: string;
|
|
20870
20936
|
tickSpacing: number;
|
|
20871
20937
|
}> | undefined;
|
|
20938
|
+
1337?: Record<string, {
|
|
20939
|
+
chainId: number;
|
|
20940
|
+
currency0: string;
|
|
20941
|
+
currency1: string;
|
|
20942
|
+
decimalsCurrency0: number;
|
|
20943
|
+
decimalsCurrency1: number;
|
|
20944
|
+
hooks: string;
|
|
20945
|
+
lpFee: number;
|
|
20946
|
+
poolId: string;
|
|
20947
|
+
symbolCurrency0: string;
|
|
20948
|
+
symbolCurrency1: string;
|
|
20949
|
+
tickSpacing: number;
|
|
20950
|
+
}> | undefined;
|
|
20872
20951
|
13371?: Record<string, {
|
|
20873
20952
|
chainId: number;
|
|
20874
20953
|
currency0: string;
|
|
@@ -21194,6 +21273,19 @@ export declare const v4: Elysia<"/v4", {
|
|
|
21194
21273
|
symbolCurrency1: string;
|
|
21195
21274
|
tickSpacing: number;
|
|
21196
21275
|
}> | undefined;
|
|
21276
|
+
3776?: Record<string, {
|
|
21277
|
+
chainId: number;
|
|
21278
|
+
currency0: string;
|
|
21279
|
+
currency1: string;
|
|
21280
|
+
decimalsCurrency0: number;
|
|
21281
|
+
decimalsCurrency1: number;
|
|
21282
|
+
hooks: string;
|
|
21283
|
+
lpFee: number;
|
|
21284
|
+
poolId: string;
|
|
21285
|
+
symbolCurrency0: string;
|
|
21286
|
+
symbolCurrency1: string;
|
|
21287
|
+
tickSpacing: number;
|
|
21288
|
+
}> | undefined;
|
|
21197
21289
|
4?: Record<string, {
|
|
21198
21290
|
chainId: number;
|
|
21199
21291
|
currency0: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"router.js","sourceRoot":"","sources":["../../../../../../apps/api/src/modules/v4/router.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"router.js","sourceRoot":"","sources":["../../../../../../apps/api/src/modules/v4/router.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,oBAAoB,EAAE,MAAM,mDAAmD,CAAC;AACzF,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,4DAA4D,CAAC;AAC5F,OAAO,EAAE,mBAAmB,EAAE,MAAM,iDAAiD,CAAC;AACtF,OAAO,EAAE,mBAAmB,EAAE,MAAM,iDAAiD,CAAC;AACtF,OAAO,EAAE,wBAAwB,EAAE,MAAM,6DAA6D,CAAC;AACvG,OAAO,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAC;AAC1E,OAAO,EAAE,kBAAkB,EAAE,MAAM,+CAA+C,CAAC;AACnF,OAAO,EAAE,sBAAsB,EAAE,MAAM,oDAAoD,CAAC;AAC5F,OAAO,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAC;AAC1E,OAAO,EAAE,uBAAuB,EAAE,MAAM,yDAAyD,CAAC;AAClG,OAAO,EAAE,iBAAiB,EAAE,MAAM,6CAA6C,CAAC;AAChF,OAAO,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAC7E,OAAO,EAAE,iBAAiB,EAAE,MAAM,6CAA6C,CAAC;AAChF,OAAO,EAAE,mBAAmB,EAAE,MAAM,iDAAiD,CAAC;AACtF,OAAO,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAC;AAC1E,OAAO,EAAE,kBAAkB,EAAE,MAAM,+CAA+C,CAAC;AACnF,OAAO,EAAE,oBAAoB,EAAE,MAAM,mDAAmD,CAAC;AACzF,OAAO,EAAE,uBAAuB,EAAE,MAAM,yDAAyD,CAAC;AAClG,OAAO,EAAE,qBAAqB,EAAE,MAAM,qDAAqD,CAAC;AAC5F,OAAO,EAAE,mBAAmB,EAAE,MAAM,iDAAiD,CAAC;AACtF,OAAO,EAAE,cAAc,EAAE,MAAM,uCAAuC,CAAC;AACvE,OAAO,EAAE,qBAAqB,EAAE,MAAM,qDAAqD,CAAC;AAC5F,OAAO,EAAE,iBAAiB,EAAE,MAAM,8CAA8C,CAAC;AACjF,OAAO,EAAE,qBAAqB,EAAE,MAAM,qDAAqD,CAAC;AAC5F,OAAO,EAAE,iBAAiB,EAAE,MAAM,6CAA6C,CAAC;AAChF,OAAO,EAAE,wBAAwB,EAAE,MAAM,2DAA2D,CAAC;AACrG,OAAO,EAAE,kBAAkB,EAAE,MAAM,+CAA+C,CAAC;AACnF,OAAO,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;AACpF,OAAO,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAC7E,OAAO,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAC;AAC1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,4CAA4C,CAAC;AAC9E,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAAE,MAAM,6CAA6C,CAAC;AACjG,OAAO,EAAE,cAAc,EAAE,MAAM,uCAAuC,CAAC;AACvE,OAAO,cAAc,MAAM,4BAA4B,CAAC;AACxD,OAAO,EAAE,wBAAwB,EAAE,MAAM,4CAA4C,CAAC;AACtF,OAAO,EAAE,2BAA2B,EAAE,MAAM,kDAAkD,CAAC;AAC/F,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,uBAAuB,EAAE,MAAM,0CAA0C,CAAC;AACnF,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACjE,OAAO,EAAE,0BAA0B,EAAE,MAAM,gDAAgD,CAAC;AAC5F,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAE7E,oNAAgF;AAEhF;;GAEG;AACH,MAAM,gBAAgB,GAAG,IAAI,MAAM,EAAE;KAClC,GAAG,CAAC,oBAAoB,CAAC;KACzB,GAAG,CAAC,iBAAiB,CAAC;KACtB,GAAG,CAAC,aAAa,CAAC;KAClB,GAAG,CAAC,cAAc,CAAC;KACnB,GAAG,CAAC,mBAAmB,CAAC;KACxB,GAAG,CAAC,mBAAmB,CAAC;KACxB,GAAG,CAAC,wBAAwB,CAAC;KAC7B,GAAG,CAAC,eAAe,CAAC;KACpB,GAAG,CAAC,kBAAkB,CAAC;KACvB,GAAG,CAAC,wBAAwB,CAAC;KAC7B,GAAG,CAAC,sBAAsB,CAAC;KAC3B,GAAG,CAAC,2BAA2B,CAAC;KAChC,GAAG,CAAC,kBAAkB,CAAC;KACvB,GAAG,CAAC,eAAe,CAAC;KACpB,GAAG,CAAC,gBAAgB,CAAC;KACrB,GAAG,CAAC,eAAe,CAAC;KACpB,GAAG,CAAC,uBAAuB,CAAC;KAC5B,GAAG,CAAC,gBAAgB,CAAC;KACrB,GAAG,CAAC,iBAAiB,CAAC;KACtB,GAAG,CAAC,gBAAgB,CAAC;KACrB,GAAG,CAAC,cAAc,CAAC;KACnB,GAAG,CAAC,iBAAiB,CAAC;KACtB,GAAG,CAAC,cAAc,CAAC,CAAC;AAEvB;;GAEG;AACH,MAAM,gBAAgB,GAAG,IAAI,MAAM,EAAE;KAClC,GAAG,CAAC,eAAe,CAAC;KACpB,GAAG,CAAC,mBAAmB,CAAC;KACxB,GAAG,CAAC,eAAe,CAAC;KACpB,GAAG,CAAC,kBAAkB,CAAC;KACvB,GAAG,CAAC,oBAAoB,CAAC;KACzB,GAAG,CAAC,uBAAuB,CAAC;KAC5B,GAAG,CAAC,qBAAqB,CAAC;KAC1B,GAAG,CAAC,uBAAuB,CAAC;KAC5B,GAAG,CAAC,mBAAmB,CAAC;KACxB,GAAG,CAAC,gBAAgB,CAAC,CAAC;AAEzB;;GAEG;AACH,MAAM,gBAAgB,GAAG,IAAI,MAAM,EAAE;KAClC,GAAG,CAAC,cAAc,CAAC;KACnB,GAAG,CAAC,cAAc,CAAC;KACnB,GAAG,CAAC,qBAAqB,CAAC;KAC1B,GAAG,CAAC,kBAAkB,CAAC;KACvB,GAAG,CAAC,iBAAiB,CAAC;KACtB,GAAG,CAAC,iBAAiB,CAAC;KACtB,GAAG,CAAC,qBAAqB,CAAC;KAC1B,GAAG,CAAC,iBAAiB,CAAC;KACtB,GAAG,CAAC,wBAAwB,CAAC;KAC7B,GAAG,CAAC,kBAAkB,CAAC;KACvB,GAAG,CAAC,kBAAkB,CAAC;KACvB,GAAG,CAAC,gBAAgB,CAAC,CAAC;AAEzB;;GAEG;AACH,MAAM,gBAAgB,GAAG,IAAI,MAAM,EAAE;KAClC,GAAG,CAAC,0BAA0B,CAAC;KAC/B,GAAG,CAAC,kBAAkB,CAAC;KACvB,GAAG,CAAC,eAAe,CAAC;KACpB,GAAG,CAAC,aAAa,CAAC;KAClB,GAAG,CAAC,qBAAqB,CAAC;KAC1B,GAAG,CAAC,gBAAgB,CAAC;KACrB,GAAG,CAAC,iBAAiB,CAAC;KACtB,GAAG,CAAC,cAAc,CAAC,CAAC;AAEvB;;GAEG;AACH,MAAM,CAAC,MAAM,EAAE,GAAG,IAAI,MAAM,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC;KAC5C,GAAG,CAAC,eAAe,CAAC;KACpB,aAAa,CAAC,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC,cAAc,CAAC,QAAkB,CAAC,CAAC;KACnE,GAAG,CAAC,gBAAgB,CAAC;KACrB,GAAG,CAAC,gBAAgB,CAAC;KACrB,GAAG,CAAC,gBAAgB,CAAC;KACrB,GAAG,CAAC,gBAAgB,CAAC,CAAC"}
|