@merkl/api 1.18.40 → 1.19.2
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 +324 -66
- package/dist/src/engine/deprecated/dynamicData/implementations/Erc20.d.ts +38 -38
- package/dist/src/guards/KeyStoreAuth.guard.d.ts +26 -0
- package/dist/src/guards/KeyStoreAuth.guard.js.map +1 -0
- package/dist/src/index.d.ts +403 -66
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +20 -20
- package/dist/src/modules/v4/campaign/campaign.model.d.ts +2 -0
- package/dist/src/modules/v4/campaign/campaign.query-transformer.d.ts +90 -90
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +5 -5
- package/dist/src/modules/v4/carousel/carousel.controller.d.ts +9 -9
- package/dist/src/modules/v4/carousel/carousel.service.d.ts +6 -6
- package/dist/src/modules/v4/chain/chain.controller.d.ts +5 -5
- package/dist/src/modules/v4/chain/chain.model.d.ts +2 -0
- package/dist/src/modules/v4/creator/creator.controller.d.ts +3 -3
- package/dist/src/modules/v4/explorer/explorer.controller.d.ts +2 -2
- package/dist/src/modules/v4/explorer/explorer.model.d.ts +1 -0
- package/dist/src/modules/v4/keyStore/keyStore.controller.d.ts +372 -0
- package/dist/src/modules/v4/keyStore/keyStore.controller.js.map +1 -0
- package/dist/src/modules/v4/keyStore/keyStore.model.d.ts +63 -0
- package/dist/src/modules/v4/keyStore/keyStore.model.js.map +1 -0
- package/dist/src/modules/v4/keyStore/keyStore.repository.d.ts +148 -0
- package/dist/src/modules/v4/keyStore/keyStore.repository.js.map +1 -0
- package/dist/src/modules/v4/keyStore/keyStore.service.d.ts +131 -0
- package/dist/src/modules/v4/keyStore/keyStore.service.js.map +1 -0
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +18 -18
- package/dist/src/modules/v4/opportunity/opportunity.formatter.d.ts +3 -3
- package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +8 -0
- package/dist/src/modules/v4/opportunity/opportunity.query-transformer.d.ts +62 -61
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +10 -10
- package/dist/src/modules/v4/program/program.controller.d.ts +4 -4
- package/dist/src/modules/v4/program/program.service.d.ts +4 -4
- package/dist/src/modules/v4/reward/reward.service.d.ts +4 -4
- package/dist/src/modules/v4/router.d.ts +403 -66
- package/dist/src/modules/v4/router.js.map +1 -1
- package/dist/src/modules/v4/transaction/transaction.service.d.ts +12406 -12406
- package/dist/src/modules/v4/uniswap/uniswap.controller.d.ts +2 -2
- package/dist/src/modules/v4/uniswap/uniswap.service.d.ts +1 -1
- package/dist/src/modules/v4/user/user.controller.d.ts +3 -3
- package/dist/src/modules/v4/user/user.model.d.ts +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -117,10 +117,10 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
117
117
|
in: string[];
|
|
118
118
|
} | undefined;
|
|
119
119
|
OR: ({
|
|
120
|
+
mainProtocolId?: undefined;
|
|
120
121
|
tags: {
|
|
121
122
|
has: string;
|
|
122
123
|
};
|
|
123
|
-
mainProtocolId?: undefined;
|
|
124
124
|
} | {
|
|
125
125
|
tags?: undefined;
|
|
126
126
|
mainProtocolId: string;
|
|
@@ -333,6 +333,7 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
333
333
|
CampaignsCreated?: undefined;
|
|
334
334
|
Claims?: undefined;
|
|
335
335
|
Creator?: undefined;
|
|
336
|
+
KeyValueStoreConfigs?: undefined;
|
|
336
337
|
LeafBreakdowns?: undefined;
|
|
337
338
|
Leaves?: undefined;
|
|
338
339
|
NOT?: undefined;
|
|
@@ -578,36 +579,35 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
578
579
|
} | {
|
|
579
580
|
AND: {
|
|
580
581
|
OR: ({
|
|
582
|
+
identifier?: undefined;
|
|
583
|
+
mainProtocolId?: undefined;
|
|
581
584
|
id: {
|
|
582
585
|
contains: string;
|
|
583
586
|
mode: "insensitive";
|
|
584
587
|
};
|
|
585
|
-
name?: undefined;
|
|
586
|
-
identifier?: undefined;
|
|
587
588
|
explorerAddress?: undefined;
|
|
588
589
|
type?: undefined;
|
|
589
590
|
MainProtocol?: undefined;
|
|
590
|
-
mainProtocolId?: undefined;
|
|
591
591
|
Tokens?: undefined;
|
|
592
592
|
Campaigns?: undefined;
|
|
593
593
|
Chain?: undefined;
|
|
594
|
+
name?: undefined;
|
|
594
595
|
} | {
|
|
595
|
-
|
|
596
|
+
identifier?: undefined;
|
|
597
|
+
mainProtocolId?: undefined;
|
|
596
598
|
name: {
|
|
597
599
|
contains: string;
|
|
598
600
|
mode: "insensitive";
|
|
599
601
|
};
|
|
600
|
-
identifier?: undefined;
|
|
601
602
|
explorerAddress?: undefined;
|
|
602
603
|
type?: undefined;
|
|
603
604
|
MainProtocol?: undefined;
|
|
604
|
-
mainProtocolId?: undefined;
|
|
605
605
|
Tokens?: undefined;
|
|
606
606
|
Campaigns?: undefined;
|
|
607
607
|
Chain?: undefined;
|
|
608
|
-
} | {
|
|
609
608
|
id?: undefined;
|
|
610
|
-
|
|
609
|
+
} | {
|
|
610
|
+
mainProtocolId?: undefined;
|
|
611
611
|
identifier: {
|
|
612
612
|
contains: string;
|
|
613
613
|
mode: "insensitive";
|
|
@@ -615,111 +615,111 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
615
615
|
explorerAddress?: undefined;
|
|
616
616
|
type?: undefined;
|
|
617
617
|
MainProtocol?: undefined;
|
|
618
|
-
mainProtocolId?: undefined;
|
|
619
618
|
Tokens?: undefined;
|
|
620
619
|
Campaigns?: undefined;
|
|
621
620
|
Chain?: undefined;
|
|
622
|
-
} | {
|
|
623
|
-
id?: undefined;
|
|
624
621
|
name?: undefined;
|
|
622
|
+
id?: undefined;
|
|
623
|
+
} | {
|
|
625
624
|
identifier?: undefined;
|
|
625
|
+
mainProtocolId?: undefined;
|
|
626
626
|
explorerAddress: {
|
|
627
627
|
contains: string;
|
|
628
628
|
mode: "insensitive";
|
|
629
629
|
};
|
|
630
630
|
type?: undefined;
|
|
631
631
|
MainProtocol?: undefined;
|
|
632
|
-
mainProtocolId?: undefined;
|
|
633
632
|
Tokens?: undefined;
|
|
634
633
|
Campaigns?: undefined;
|
|
635
634
|
Chain?: undefined;
|
|
636
|
-
} | {
|
|
637
|
-
id?: undefined;
|
|
638
635
|
name?: undefined;
|
|
636
|
+
id?: undefined;
|
|
637
|
+
} | {
|
|
639
638
|
identifier?: undefined;
|
|
639
|
+
mainProtocolId?: undefined;
|
|
640
640
|
explorerAddress?: undefined;
|
|
641
641
|
Campaigns: {
|
|
642
642
|
some: {
|
|
643
|
-
|
|
643
|
+
creatorAddress?: undefined;
|
|
644
|
+
RewardToken?: undefined;
|
|
644
645
|
campaignId: {
|
|
645
646
|
contains: string;
|
|
646
647
|
mode: "insensitive";
|
|
647
648
|
};
|
|
648
649
|
isPrivate: boolean;
|
|
649
|
-
creatorAddress?: undefined;
|
|
650
|
-
RewardToken?: undefined;
|
|
651
650
|
endTimestamp?: undefined;
|
|
651
|
+
id?: undefined;
|
|
652
652
|
};
|
|
653
653
|
};
|
|
654
654
|
type?: undefined;
|
|
655
655
|
MainProtocol?: undefined;
|
|
656
|
-
mainProtocolId?: undefined;
|
|
657
656
|
Tokens?: undefined;
|
|
658
657
|
Chain?: undefined;
|
|
659
|
-
} | {
|
|
660
|
-
id?: undefined;
|
|
661
658
|
name?: undefined;
|
|
659
|
+
id?: undefined;
|
|
660
|
+
} | {
|
|
662
661
|
identifier?: undefined;
|
|
662
|
+
mainProtocolId?: undefined;
|
|
663
663
|
explorerAddress?: undefined;
|
|
664
664
|
Campaigns: {
|
|
665
665
|
some: {
|
|
666
|
-
|
|
666
|
+
creatorAddress?: undefined;
|
|
667
|
+
RewardToken?: undefined;
|
|
667
668
|
id: {
|
|
668
669
|
contains: string;
|
|
669
670
|
mode: "insensitive";
|
|
670
671
|
};
|
|
671
672
|
isPrivate: boolean;
|
|
672
|
-
creatorAddress?: undefined;
|
|
673
|
-
RewardToken?: undefined;
|
|
674
673
|
endTimestamp?: undefined;
|
|
674
|
+
campaignId?: undefined;
|
|
675
675
|
};
|
|
676
676
|
};
|
|
677
677
|
type?: undefined;
|
|
678
678
|
MainProtocol?: undefined;
|
|
679
|
-
mainProtocolId?: undefined;
|
|
680
679
|
Tokens?: undefined;
|
|
681
680
|
Chain?: undefined;
|
|
682
|
-
} | {
|
|
683
|
-
id?: undefined;
|
|
684
681
|
name?: undefined;
|
|
682
|
+
id?: undefined;
|
|
683
|
+
} | {
|
|
685
684
|
identifier?: undefined;
|
|
685
|
+
mainProtocolId?: undefined;
|
|
686
686
|
explorerAddress?: undefined;
|
|
687
687
|
Campaigns: {
|
|
688
688
|
some: {
|
|
689
|
-
|
|
690
|
-
campaignId?: undefined;
|
|
689
|
+
RewardToken?: undefined;
|
|
691
690
|
creatorAddress: {
|
|
692
691
|
contains: string;
|
|
693
692
|
mode: "insensitive";
|
|
694
693
|
};
|
|
695
694
|
isPrivate: boolean;
|
|
696
|
-
RewardToken?: undefined;
|
|
697
695
|
endTimestamp?: undefined;
|
|
696
|
+
campaignId?: undefined;
|
|
697
|
+
id?: undefined;
|
|
698
698
|
};
|
|
699
699
|
};
|
|
700
700
|
type?: undefined;
|
|
701
701
|
MainProtocol?: undefined;
|
|
702
|
-
mainProtocolId?: undefined;
|
|
703
702
|
Tokens?: undefined;
|
|
704
703
|
Chain?: undefined;
|
|
705
|
-
} | {
|
|
706
|
-
id?: undefined;
|
|
707
704
|
name?: undefined;
|
|
705
|
+
id?: undefined;
|
|
706
|
+
} | {
|
|
708
707
|
identifier?: undefined;
|
|
708
|
+
mainProtocolId?: undefined;
|
|
709
709
|
explorerAddress?: undefined;
|
|
710
710
|
type: {
|
|
711
711
|
contains: string;
|
|
712
712
|
mode: "insensitive";
|
|
713
713
|
};
|
|
714
714
|
MainProtocol?: undefined;
|
|
715
|
-
mainProtocolId?: undefined;
|
|
716
715
|
Tokens?: undefined;
|
|
717
716
|
Campaigns?: undefined;
|
|
718
717
|
Chain?: undefined;
|
|
719
|
-
} | {
|
|
720
|
-
id?: undefined;
|
|
721
718
|
name?: undefined;
|
|
719
|
+
id?: undefined;
|
|
720
|
+
} | {
|
|
722
721
|
identifier?: undefined;
|
|
722
|
+
mainProtocolId?: undefined;
|
|
723
723
|
explorerAddress?: undefined;
|
|
724
724
|
type?: undefined;
|
|
725
725
|
MainProtocol: {
|
|
@@ -728,13 +728,12 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
728
728
|
mode: "insensitive";
|
|
729
729
|
};
|
|
730
730
|
};
|
|
731
|
-
mainProtocolId?: undefined;
|
|
732
731
|
Tokens?: undefined;
|
|
733
732
|
Campaigns?: undefined;
|
|
734
733
|
Chain?: undefined;
|
|
735
|
-
} | {
|
|
736
|
-
id?: undefined;
|
|
737
734
|
name?: undefined;
|
|
735
|
+
id?: undefined;
|
|
736
|
+
} | {
|
|
738
737
|
identifier?: undefined;
|
|
739
738
|
explorerAddress?: undefined;
|
|
740
739
|
type?: undefined;
|
|
@@ -746,79 +745,77 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
746
745
|
Tokens?: undefined;
|
|
747
746
|
Campaigns?: undefined;
|
|
748
747
|
Chain?: undefined;
|
|
749
|
-
} | {
|
|
750
|
-
id?: undefined;
|
|
751
748
|
name?: undefined;
|
|
749
|
+
id?: undefined;
|
|
750
|
+
} | {
|
|
752
751
|
identifier?: undefined;
|
|
752
|
+
mainProtocolId?: undefined;
|
|
753
753
|
explorerAddress?: undefined;
|
|
754
754
|
type?: undefined;
|
|
755
755
|
MainProtocol?: undefined;
|
|
756
|
-
mainProtocolId?: undefined;
|
|
757
756
|
Tokens: {
|
|
758
757
|
some: {
|
|
758
|
+
symbol?: undefined;
|
|
759
|
+
address?: undefined;
|
|
759
760
|
name: {
|
|
760
761
|
contains: string;
|
|
761
762
|
mode: "insensitive";
|
|
762
763
|
};
|
|
763
|
-
symbol?: undefined;
|
|
764
|
-
address?: undefined;
|
|
765
764
|
};
|
|
766
765
|
};
|
|
767
766
|
Campaigns?: undefined;
|
|
768
767
|
Chain?: undefined;
|
|
769
|
-
} | {
|
|
770
|
-
id?: undefined;
|
|
771
768
|
name?: undefined;
|
|
769
|
+
id?: undefined;
|
|
770
|
+
} | {
|
|
772
771
|
identifier?: undefined;
|
|
772
|
+
mainProtocolId?: undefined;
|
|
773
773
|
explorerAddress?: undefined;
|
|
774
774
|
type?: undefined;
|
|
775
775
|
MainProtocol?: undefined;
|
|
776
|
-
mainProtocolId?: undefined;
|
|
777
776
|
Tokens: {
|
|
778
777
|
some: {
|
|
779
|
-
|
|
778
|
+
address?: undefined;
|
|
780
779
|
symbol: {
|
|
781
780
|
contains: string;
|
|
782
781
|
mode: "insensitive";
|
|
783
782
|
};
|
|
784
|
-
|
|
783
|
+
name?: undefined;
|
|
785
784
|
};
|
|
786
785
|
};
|
|
787
786
|
Campaigns?: undefined;
|
|
788
787
|
Chain?: undefined;
|
|
789
|
-
} | {
|
|
790
|
-
id?: undefined;
|
|
791
788
|
name?: undefined;
|
|
789
|
+
id?: undefined;
|
|
790
|
+
} | {
|
|
792
791
|
identifier?: undefined;
|
|
792
|
+
mainProtocolId?: undefined;
|
|
793
793
|
explorerAddress?: undefined;
|
|
794
794
|
type?: undefined;
|
|
795
795
|
MainProtocol?: undefined;
|
|
796
|
-
mainProtocolId?: undefined;
|
|
797
796
|
Tokens: {
|
|
798
797
|
some: {
|
|
799
|
-
name?: undefined;
|
|
800
798
|
symbol?: undefined;
|
|
801
799
|
address: {
|
|
802
800
|
contains: string;
|
|
803
801
|
mode: "insensitive";
|
|
804
802
|
};
|
|
803
|
+
name?: undefined;
|
|
805
804
|
};
|
|
806
805
|
};
|
|
807
806
|
Campaigns?: undefined;
|
|
808
807
|
Chain?: undefined;
|
|
809
|
-
} | {
|
|
810
|
-
id?: undefined;
|
|
811
808
|
name?: undefined;
|
|
809
|
+
id?: undefined;
|
|
810
|
+
} | {
|
|
812
811
|
identifier?: undefined;
|
|
812
|
+
mainProtocolId?: undefined;
|
|
813
813
|
explorerAddress?: undefined;
|
|
814
814
|
type?: undefined;
|
|
815
815
|
MainProtocol?: undefined;
|
|
816
|
-
mainProtocolId?: undefined;
|
|
817
816
|
Tokens?: undefined;
|
|
818
817
|
Campaigns: {
|
|
819
818
|
some: {
|
|
820
|
-
id?: undefined;
|
|
821
|
-
campaignId?: undefined;
|
|
822
819
|
creatorAddress?: undefined;
|
|
823
820
|
isPrivate?: undefined;
|
|
824
821
|
endTimestamp: {
|
|
@@ -839,17 +836,19 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
839
836
|
};
|
|
840
837
|
})[];
|
|
841
838
|
};
|
|
839
|
+
campaignId?: undefined;
|
|
840
|
+
id?: undefined;
|
|
842
841
|
};
|
|
843
842
|
};
|
|
844
843
|
Chain?: undefined;
|
|
845
|
-
} | {
|
|
846
|
-
id?: undefined;
|
|
847
844
|
name?: undefined;
|
|
845
|
+
id?: undefined;
|
|
846
|
+
} | {
|
|
848
847
|
identifier?: undefined;
|
|
848
|
+
mainProtocolId?: undefined;
|
|
849
849
|
explorerAddress?: undefined;
|
|
850
850
|
type?: undefined;
|
|
851
851
|
MainProtocol?: undefined;
|
|
852
|
-
mainProtocolId?: undefined;
|
|
853
852
|
Tokens?: undefined;
|
|
854
853
|
Campaigns?: undefined;
|
|
855
854
|
Chain: {
|
|
@@ -858,6 +857,8 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
858
857
|
mode: "insensitive";
|
|
859
858
|
};
|
|
860
859
|
};
|
|
860
|
+
name?: undefined;
|
|
861
|
+
id?: undefined;
|
|
861
862
|
})[];
|
|
862
863
|
}[];
|
|
863
864
|
})[];
|
|
@@ -886,7 +886,7 @@ export declare abstract class OpportunityService {
|
|
|
886
886
|
liveCampaigns: number;
|
|
887
887
|
endOfDisputePeriod: number;
|
|
888
888
|
explorers?: {
|
|
889
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
889
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
890
890
|
url: string;
|
|
891
891
|
chainId: number;
|
|
892
892
|
}[] | undefined;
|
|
@@ -1015,7 +1015,7 @@ export declare abstract class OpportunityService {
|
|
|
1015
1015
|
liveCampaigns: number;
|
|
1016
1016
|
endOfDisputePeriod: number;
|
|
1017
1017
|
explorers?: {
|
|
1018
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
1018
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
1019
1019
|
url: string;
|
|
1020
1020
|
chainId: number;
|
|
1021
1021
|
}[] | undefined;
|
|
@@ -1048,7 +1048,7 @@ export declare abstract class OpportunityService {
|
|
|
1048
1048
|
liveCampaigns: number;
|
|
1049
1049
|
endOfDisputePeriod: number;
|
|
1050
1050
|
explorers?: {
|
|
1051
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
1051
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
1052
1052
|
url: string;
|
|
1053
1053
|
chainId: number;
|
|
1054
1054
|
}[] | undefined;
|
|
@@ -1260,7 +1260,7 @@ export declare abstract class OpportunityService {
|
|
|
1260
1260
|
liveCampaigns: number;
|
|
1261
1261
|
endOfDisputePeriod: number;
|
|
1262
1262
|
explorers?: {
|
|
1263
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
1263
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
1264
1264
|
url: string;
|
|
1265
1265
|
chainId: number;
|
|
1266
1266
|
}[] | undefined;
|
|
@@ -1332,7 +1332,7 @@ export declare abstract class OpportunityService {
|
|
|
1332
1332
|
liveCampaigns: number;
|
|
1333
1333
|
endOfDisputePeriod: number;
|
|
1334
1334
|
explorers?: {
|
|
1335
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
1335
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
1336
1336
|
url: string;
|
|
1337
1337
|
chainId: number;
|
|
1338
1338
|
}[] | undefined;
|
|
@@ -1437,7 +1437,7 @@ export declare abstract class OpportunityService {
|
|
|
1437
1437
|
liveCampaigns: number;
|
|
1438
1438
|
endOfDisputePeriod: number;
|
|
1439
1439
|
explorers?: {
|
|
1440
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
1440
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
1441
1441
|
url: string;
|
|
1442
1442
|
chainId: number;
|
|
1443
1443
|
}[] | undefined;
|
|
@@ -1567,7 +1567,7 @@ export declare abstract class OpportunityService {
|
|
|
1567
1567
|
liveCampaigns: number;
|
|
1568
1568
|
endOfDisputePeriod: number;
|
|
1569
1569
|
explorers?: {
|
|
1570
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
1570
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
1571
1571
|
url: string;
|
|
1572
1572
|
chainId: number;
|
|
1573
1573
|
}[] | undefined;
|
|
@@ -1600,7 +1600,7 @@ export declare abstract class OpportunityService {
|
|
|
1600
1600
|
liveCampaigns: number;
|
|
1601
1601
|
endOfDisputePeriod: number;
|
|
1602
1602
|
explorers?: {
|
|
1603
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
1603
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
1604
1604
|
url: string;
|
|
1605
1605
|
chainId: number;
|
|
1606
1606
|
}[] | undefined;
|
|
@@ -1842,7 +1842,7 @@ export declare abstract class OpportunityService {
|
|
|
1842
1842
|
liveCampaigns: number;
|
|
1843
1843
|
endOfDisputePeriod: number;
|
|
1844
1844
|
explorers?: {
|
|
1845
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
1845
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
1846
1846
|
url: string;
|
|
1847
1847
|
chainId: number;
|
|
1848
1848
|
}[] | undefined;
|
|
@@ -1914,7 +1914,7 @@ export declare abstract class OpportunityService {
|
|
|
1914
1914
|
liveCampaigns: number;
|
|
1915
1915
|
endOfDisputePeriod: number;
|
|
1916
1916
|
explorers?: {
|
|
1917
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
1917
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
1918
1918
|
url: string;
|
|
1919
1919
|
chainId: number;
|
|
1920
1920
|
}[] | undefined;
|
|
@@ -99,7 +99,7 @@ export declare const ProgramController: Elysia<"/programs", {
|
|
|
99
99
|
liveCampaigns: number;
|
|
100
100
|
endOfDisputePeriod: number;
|
|
101
101
|
explorers?: {
|
|
102
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
102
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
103
103
|
url: string;
|
|
104
104
|
chainId: number;
|
|
105
105
|
}[] | undefined;
|
|
@@ -299,7 +299,7 @@ export declare const ProgramController: Elysia<"/programs", {
|
|
|
299
299
|
liveCampaigns: number;
|
|
300
300
|
endOfDisputePeriod: number;
|
|
301
301
|
explorers?: {
|
|
302
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
302
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
303
303
|
url: string;
|
|
304
304
|
chainId: number;
|
|
305
305
|
}[] | undefined;
|
|
@@ -533,7 +533,7 @@ export declare const ProgramController: Elysia<"/programs", {
|
|
|
533
533
|
liveCampaigns: number;
|
|
534
534
|
endOfDisputePeriod: number;
|
|
535
535
|
explorers?: {
|
|
536
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
536
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
537
537
|
url: string;
|
|
538
538
|
chainId: number;
|
|
539
539
|
}[] | undefined;
|
|
@@ -742,7 +742,7 @@ export declare const ProgramController: Elysia<"/programs", {
|
|
|
742
742
|
liveCampaigns: number;
|
|
743
743
|
endOfDisputePeriod: number;
|
|
744
744
|
explorers?: {
|
|
745
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
745
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
746
746
|
url: string;
|
|
747
747
|
chainId: number;
|
|
748
748
|
}[] | undefined;
|
|
@@ -73,7 +73,7 @@ export declare abstract class ProgramService {
|
|
|
73
73
|
liveCampaigns: number;
|
|
74
74
|
endOfDisputePeriod: number;
|
|
75
75
|
explorers?: {
|
|
76
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
76
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
77
77
|
url: string;
|
|
78
78
|
chainId: number;
|
|
79
79
|
}[] | undefined;
|
|
@@ -250,7 +250,7 @@ export declare abstract class ProgramService {
|
|
|
250
250
|
liveCampaigns: number;
|
|
251
251
|
endOfDisputePeriod: number;
|
|
252
252
|
explorers?: {
|
|
253
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
253
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
254
254
|
url: string;
|
|
255
255
|
chainId: number;
|
|
256
256
|
}[] | undefined;
|
|
@@ -433,7 +433,7 @@ export declare abstract class ProgramService {
|
|
|
433
433
|
liveCampaigns: number;
|
|
434
434
|
endOfDisputePeriod: number;
|
|
435
435
|
explorers?: {
|
|
436
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
436
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
437
437
|
url: string;
|
|
438
438
|
chainId: number;
|
|
439
439
|
}[] | undefined;
|
|
@@ -617,7 +617,7 @@ export declare abstract class ProgramService {
|
|
|
617
617
|
liveCampaigns: number;
|
|
618
618
|
endOfDisputePeriod: number;
|
|
619
619
|
explorers?: {
|
|
620
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
620
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
621
621
|
url: string;
|
|
622
622
|
chainId: number;
|
|
623
623
|
}[] | undefined;
|
|
@@ -621,7 +621,7 @@ export declare abstract class RewardService {
|
|
|
621
621
|
liveCampaigns: number;
|
|
622
622
|
endOfDisputePeriod: number;
|
|
623
623
|
explorers?: {
|
|
624
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
624
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
625
625
|
url: string;
|
|
626
626
|
chainId: number;
|
|
627
627
|
}[] | undefined;
|
|
@@ -957,7 +957,7 @@ export declare abstract class RewardService {
|
|
|
957
957
|
liveCampaigns: number;
|
|
958
958
|
endOfDisputePeriod: number;
|
|
959
959
|
explorers?: {
|
|
960
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
960
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
961
961
|
url: string;
|
|
962
962
|
chainId: number;
|
|
963
963
|
}[] | undefined;
|
|
@@ -1087,7 +1087,7 @@ export declare abstract class RewardService {
|
|
|
1087
1087
|
liveCampaigns: number;
|
|
1088
1088
|
endOfDisputePeriod: number;
|
|
1089
1089
|
explorers?: {
|
|
1090
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
1090
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
1091
1091
|
url: string;
|
|
1092
1092
|
chainId: number;
|
|
1093
1093
|
}[] | undefined;
|
|
@@ -1675,7 +1675,7 @@ export declare abstract class RewardService {
|
|
|
1675
1675
|
liveCampaigns: number;
|
|
1676
1676
|
endOfDisputePeriod: number;
|
|
1677
1677
|
explorers?: {
|
|
1678
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
1678
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
1679
1679
|
url: string;
|
|
1680
1680
|
chainId: number;
|
|
1681
1681
|
}[] | undefined;
|