@merkl/api 1.0.58 → 1.0.59
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.
@@ -26,7 +26,29 @@ export declare enum program {
|
|
26
26
|
Katana = "Katana",
|
27
27
|
Lisk = "Lisk",
|
28
28
|
Stability = "Stability",
|
29
|
-
Test = "Test"
|
29
|
+
Test = "Test",
|
30
|
+
Tanssi = "Tanssi",
|
31
|
+
Nibiru = "Nibiru"
|
32
|
+
}
|
33
|
+
export declare enum NibiruCampaigns {
|
34
|
+
Uniswap_stNIBI_WNIBI_Nibiru = "Uniswap stNIBI/WNIBI Nibiru 0x0085a09e68468a99c6ec3c0c9c98e17af614c470",
|
35
|
+
Uniswap_stNIBI_USDC_Nibiru = "Uniswap stNIBI/USDC Nibiru 0x9fe58f1883732931625c281afe2a068fe19183f5",
|
36
|
+
Uniswap_stNIBI_WETH_Nibiru = "Uniswap stNIBI/WETH Nibiru 0x9475b76b7f77791b6147cb989187fecd9b55398a",
|
37
|
+
Uniswap_USDC_MIM_Nibiru = "Uniswap USDC/MIM Nibiru 0x8279699D397ED22b1014fE4D08fFD7Da7B3374C0"
|
38
|
+
}
|
39
|
+
export declare enum TanssiCampaigns {
|
40
|
+
Tanssi_Restaking_Vault_ETH_Tanssi = "Tanssi Restaking Vault ETH 0x7b276aAD6D2ebfD7e270C5a2697ac79182D9550E",
|
41
|
+
Tanssi_Ether_fi_wstETH_Tanssi = "Tanssi Ether.fi - wstETH 0x450a90fdEa8B87a6448Ca1C87c88Ff65676aC45b",
|
42
|
+
Tanssi_Renzo_Restaked_LST_Tanssi = "Tanssi Renzo Restaked LST 0xa88e91cEF50b792f9449e2D4C699b6B3CcE1D19F",
|
43
|
+
Tanssi_MEV_Capital_restaked_ETH_Tanssi = "Tanssi MEV Capital restaked ETH 0x446970400e1787814CA050A4b45AE9d21B3f7EA7",
|
44
|
+
Tanssi_Gauntlet_Restaked_wstETH_Tanssi = "Gauntlet Restaked wstETH 0xc10A7f0AC6E3944F4860eE97a937C51572e3a1Da",
|
45
|
+
Tanssi_Re7_Labs_LRT_Vault_Tanssi = "Re7 Labs LRT Vault 0x3D93b33f5E5fe74D54676720e70EA35210cdD46E",
|
46
|
+
Tanssi_MEV_Capital_wstETH_Vault_Tanssi = "MEV Capital wstETH Vault 0x4e0554959A631B3D3938ffC158e0a7b2124aF9c5",
|
47
|
+
Tanssi_Gauntlet_Restaked_cbETH_Tanssi = "Gauntlet Restaked cbETH 0xB8Fd82169a574eB97251bF43e443310D33FF056C",
|
48
|
+
Tanssi_cp0x_LRT_Conservative_Vault_Tanssi = "cp0x LRT Conservative Vault 0x82c304aa105fbbE2aA368A83D7F8945d41f6cA54",
|
49
|
+
Tanssi_Gauntlet_Restaked_swETH_Tanssi = "Gauntlet Restaked swETH 0x65B560d887c010c4993C8F8B36E595C171d69D63",
|
50
|
+
Tanssi_Gauntlet_Restaked_rETH_Tanssi = "Gauntlet Restaked rETH 0xaF07131C497E06361dc2F75de63dc1d3e113f7cb",
|
51
|
+
Tanssi_Restaked_LsETH_Vault_Tanssi = "Restaked LsETH Vault 0xEa0F2EA61998346aD39dddeF7513ae90915AFb3c"
|
30
52
|
}
|
31
53
|
export declare enum testCampaigns {
|
32
54
|
tanssi_Symbiotic_Vault = "Tanssi Symbiotic Vault"
|
@@ -601,6 +623,248 @@ declare const TestCampaigns: {
|
|
601
623
|
};
|
602
624
|
};
|
603
625
|
};
|
626
|
+
declare const TanssiCampaignsInterface: {
|
627
|
+
"Tanssi Restaking Vault ETH 0x7b276aAD6D2ebfD7e270C5a2697ac79182D9550E": {
|
628
|
+
campaignType: Campaign;
|
629
|
+
computeScoreParameters: {
|
630
|
+
computeMethod: ComputeScoreMethod;
|
631
|
+
};
|
632
|
+
vaultContract: string;
|
633
|
+
computeChainId: ChainId;
|
634
|
+
whitelist: never[];
|
635
|
+
blacklist: never[];
|
636
|
+
hooks: never[];
|
637
|
+
url: string;
|
638
|
+
distributionMethodParameters: {
|
639
|
+
distributionMethod: DistributionMethod;
|
640
|
+
distributionSettings: {
|
641
|
+
apr: string;
|
642
|
+
rewardTokenPricing: boolean;
|
643
|
+
targetTokenPricing: boolean;
|
644
|
+
};
|
645
|
+
};
|
646
|
+
};
|
647
|
+
"Tanssi Ether.fi - wstETH 0x450a90fdEa8B87a6448Ca1C87c88Ff65676aC45b": {
|
648
|
+
campaignType: Campaign;
|
649
|
+
computeScoreParameters: {
|
650
|
+
computeMethod: ComputeScoreMethod;
|
651
|
+
};
|
652
|
+
vaultContract: string;
|
653
|
+
computeChainId: ChainId;
|
654
|
+
whitelist: never[];
|
655
|
+
blacklist: never[];
|
656
|
+
hooks: never[];
|
657
|
+
url: string;
|
658
|
+
distributionMethodParameters: {
|
659
|
+
distributionMethod: DistributionMethod;
|
660
|
+
distributionSettings: {
|
661
|
+
apr: string;
|
662
|
+
rewardTokenPricing: boolean;
|
663
|
+
targetTokenPricing: boolean;
|
664
|
+
};
|
665
|
+
};
|
666
|
+
};
|
667
|
+
"Tanssi Renzo Restaked LST 0xa88e91cEF50b792f9449e2D4C699b6B3CcE1D19F": {
|
668
|
+
campaignType: Campaign;
|
669
|
+
computeScoreParameters: {
|
670
|
+
computeMethod: ComputeScoreMethod;
|
671
|
+
};
|
672
|
+
vaultContract: string;
|
673
|
+
computeChainId: ChainId;
|
674
|
+
whitelist: never[];
|
675
|
+
blacklist: never[];
|
676
|
+
hooks: never[];
|
677
|
+
url: string;
|
678
|
+
distributionMethodParameters: {
|
679
|
+
distributionMethod: DistributionMethod;
|
680
|
+
distributionSettings: {
|
681
|
+
apr: string;
|
682
|
+
rewardTokenPricing: boolean;
|
683
|
+
targetTokenPricing: boolean;
|
684
|
+
};
|
685
|
+
};
|
686
|
+
};
|
687
|
+
"Tanssi MEV Capital restaked ETH 0x446970400e1787814CA050A4b45AE9d21B3f7EA7": {
|
688
|
+
campaignType: Campaign;
|
689
|
+
computeScoreParameters: {
|
690
|
+
computeMethod: ComputeScoreMethod;
|
691
|
+
};
|
692
|
+
vaultContract: string;
|
693
|
+
computeChainId: ChainId;
|
694
|
+
whitelist: never[];
|
695
|
+
blacklist: never[];
|
696
|
+
hooks: never[];
|
697
|
+
url: string;
|
698
|
+
distributionMethodParameters: {
|
699
|
+
distributionMethod: DistributionMethod;
|
700
|
+
distributionSettings: {
|
701
|
+
apr: string;
|
702
|
+
rewardTokenPricing: boolean;
|
703
|
+
targetTokenPricing: boolean;
|
704
|
+
};
|
705
|
+
};
|
706
|
+
};
|
707
|
+
"Gauntlet Restaked wstETH 0xc10A7f0AC6E3944F4860eE97a937C51572e3a1Da": {
|
708
|
+
campaignType: Campaign;
|
709
|
+
computeScoreParameters: {
|
710
|
+
computeMethod: ComputeScoreMethod;
|
711
|
+
};
|
712
|
+
vaultContract: string;
|
713
|
+
computeChainId: ChainId;
|
714
|
+
whitelist: never[];
|
715
|
+
blacklist: never[];
|
716
|
+
hooks: never[];
|
717
|
+
url: string;
|
718
|
+
distributionMethodParameters: {
|
719
|
+
distributionMethod: DistributionMethod;
|
720
|
+
distributionSettings: {
|
721
|
+
apr: string;
|
722
|
+
rewardTokenPricing: boolean;
|
723
|
+
targetTokenPricing: boolean;
|
724
|
+
};
|
725
|
+
};
|
726
|
+
};
|
727
|
+
"Re7 Labs LRT Vault 0x3D93b33f5E5fe74D54676720e70EA35210cdD46E": {
|
728
|
+
campaignType: Campaign;
|
729
|
+
computeScoreParameters: {
|
730
|
+
computeMethod: ComputeScoreMethod;
|
731
|
+
};
|
732
|
+
vaultContract: string;
|
733
|
+
computeChainId: ChainId;
|
734
|
+
whitelist: never[];
|
735
|
+
blacklist: never[];
|
736
|
+
hooks: never[];
|
737
|
+
url: string;
|
738
|
+
distributionMethodParameters: {
|
739
|
+
distributionMethod: DistributionMethod;
|
740
|
+
distributionSettings: {
|
741
|
+
apr: string;
|
742
|
+
rewardTokenPricing: boolean;
|
743
|
+
targetTokenPricing: boolean;
|
744
|
+
};
|
745
|
+
};
|
746
|
+
};
|
747
|
+
"MEV Capital wstETH Vault 0x4e0554959A631B3D3938ffC158e0a7b2124aF9c5": {
|
748
|
+
campaignType: Campaign;
|
749
|
+
computeScoreParameters: {
|
750
|
+
computeMethod: ComputeScoreMethod;
|
751
|
+
};
|
752
|
+
vaultContract: string;
|
753
|
+
computeChainId: ChainId;
|
754
|
+
whitelist: never[];
|
755
|
+
blacklist: never[];
|
756
|
+
hooks: never[];
|
757
|
+
url: string;
|
758
|
+
distributionMethodParameters: {
|
759
|
+
distributionMethod: DistributionMethod;
|
760
|
+
distributionSettings: {
|
761
|
+
apr: string;
|
762
|
+
rewardTokenPricing: boolean;
|
763
|
+
targetTokenPricing: boolean;
|
764
|
+
};
|
765
|
+
};
|
766
|
+
};
|
767
|
+
"Gauntlet Restaked cbETH 0xB8Fd82169a574eB97251bF43e443310D33FF056C": {
|
768
|
+
campaignType: Campaign;
|
769
|
+
computeScoreParameters: {
|
770
|
+
computeMethod: ComputeScoreMethod;
|
771
|
+
};
|
772
|
+
vaultContract: string;
|
773
|
+
computeChainId: ChainId;
|
774
|
+
whitelist: never[];
|
775
|
+
blacklist: never[];
|
776
|
+
hooks: never[];
|
777
|
+
url: string;
|
778
|
+
distributionMethodParameters: {
|
779
|
+
distributionMethod: DistributionMethod;
|
780
|
+
distributionSettings: {
|
781
|
+
apr: string;
|
782
|
+
rewardTokenPricing: boolean;
|
783
|
+
targetTokenPricing: boolean;
|
784
|
+
};
|
785
|
+
};
|
786
|
+
};
|
787
|
+
"cp0x LRT Conservative Vault 0x82c304aa105fbbE2aA368A83D7F8945d41f6cA54": {
|
788
|
+
campaignType: Campaign;
|
789
|
+
computeScoreParameters: {
|
790
|
+
computeMethod: ComputeScoreMethod;
|
791
|
+
};
|
792
|
+
vaultContract: string;
|
793
|
+
computeChainId: ChainId;
|
794
|
+
whitelist: never[];
|
795
|
+
blacklist: never[];
|
796
|
+
hooks: never[];
|
797
|
+
url: string;
|
798
|
+
distributionMethodParameters: {
|
799
|
+
distributionMethod: DistributionMethod;
|
800
|
+
distributionSettings: {
|
801
|
+
apr: string;
|
802
|
+
rewardTokenPricing: boolean;
|
803
|
+
targetTokenPricing: boolean;
|
804
|
+
};
|
805
|
+
};
|
806
|
+
};
|
807
|
+
"Gauntlet Restaked swETH 0x65B560d887c010c4993C8F8B36E595C171d69D63": {
|
808
|
+
campaignType: Campaign;
|
809
|
+
computeScoreParameters: {
|
810
|
+
computeMethod: ComputeScoreMethod;
|
811
|
+
};
|
812
|
+
vaultContract: string;
|
813
|
+
computeChainId: ChainId;
|
814
|
+
whitelist: never[];
|
815
|
+
blacklist: never[];
|
816
|
+
hooks: never[];
|
817
|
+
url: string;
|
818
|
+
distributionMethodParameters: {
|
819
|
+
distributionMethod: DistributionMethod;
|
820
|
+
distributionSettings: {
|
821
|
+
apr: string;
|
822
|
+
rewardTokenPricing: boolean;
|
823
|
+
targetTokenPricing: boolean;
|
824
|
+
};
|
825
|
+
};
|
826
|
+
};
|
827
|
+
"Gauntlet Restaked rETH 0xaF07131C497E06361dc2F75de63dc1d3e113f7cb": {
|
828
|
+
campaignType: Campaign;
|
829
|
+
computeScoreParameters: {
|
830
|
+
computeMethod: ComputeScoreMethod;
|
831
|
+
};
|
832
|
+
vaultContract: string;
|
833
|
+
computeChainId: ChainId;
|
834
|
+
whitelist: never[];
|
835
|
+
blacklist: never[];
|
836
|
+
hooks: never[];
|
837
|
+
url: string;
|
838
|
+
distributionMethodParameters: {
|
839
|
+
distributionMethod: DistributionMethod;
|
840
|
+
distributionSettings: {
|
841
|
+
apr: string;
|
842
|
+
rewardTokenPricing: boolean;
|
843
|
+
targetTokenPricing: boolean;
|
844
|
+
};
|
845
|
+
};
|
846
|
+
};
|
847
|
+
"Restaked LsETH Vault 0xEa0F2EA61998346aD39dddeF7513ae90915AFb3c": {
|
848
|
+
campaignType: Campaign;
|
849
|
+
computeScoreParameters: {
|
850
|
+
computeMethod: ComputeScoreMethod;
|
851
|
+
};
|
852
|
+
vaultContract: string;
|
853
|
+
computeChainId: ChainId;
|
854
|
+
whitelist: never[];
|
855
|
+
blacklist: never[];
|
856
|
+
hooks: never[];
|
857
|
+
url: string;
|
858
|
+
distributionMethodParameters: {
|
859
|
+
distributionMethod: DistributionMethod;
|
860
|
+
distributionSettings: {
|
861
|
+
apr: string;
|
862
|
+
rewardTokenPricing: boolean;
|
863
|
+
targetTokenPricing: boolean;
|
864
|
+
};
|
865
|
+
};
|
866
|
+
};
|
867
|
+
};
|
604
868
|
declare const LiskInterfaceCampaigns: {
|
605
869
|
"Velodrome WBTC/WETH Lisk 0xDC1479FD1Db51cA0079ceCfaA879232e168c8246": {
|
606
870
|
campaignType: Campaign;
|
@@ -2264,6 +2528,9 @@ declare const EtherlinkInterfaceCampaigns: {
|
|
2264
2528
|
declare const SwapxInterfaceCampaigns: {
|
2265
2529
|
[key in swapxCampaigns]: partialConfig;
|
2266
2530
|
};
|
2531
|
+
declare const NibiruCampaignsInterface: {
|
2532
|
+
[key in NibiruCampaigns]: partialConfig;
|
2533
|
+
};
|
2267
2534
|
declare const CeloInterfaceCampaigns: {
|
2268
2535
|
[key in celoCampaigns]: partialConfig;
|
2269
2536
|
};
|
@@ -2830,6 +3097,6 @@ declare const stabilityCampaignsInterface: {
|
|
2830
3097
|
[key in stabilityCampaigns]: partialConfig;
|
2831
3098
|
};
|
2832
3099
|
export declare const MerklInterfaceCampaigns: {
|
2833
|
-
[key in program]: typeof PufferInterfaceCampaigns | typeof ZkSyncInterfaceCampaigns | typeof ModeInterfaceCampaigns | typeof VicunaInterfaceCampaigns | typeof SonicmarketInterfaceCampaigns | typeof ReserveInterfaceCampaigns | typeof BeetsInterfaceCampaigns | typeof CeloInterfaceCampaigns | typeof EtherlinkInterfaceCampaigns | typeof SwapxInterfaceCampaigns | typeof AnglesInterfaceCampaigns | typeof RoninInterfaceCampaigns | typeof TACInterfaceCampaigns | typeof HypurrFiSubPayloads | typeof WorldChainInterfaceCampaigns | typeof StableJackInterfaceCampaigns | typeof CornInterfaceCampaigns | typeof GauntletCompoundInterfaceCampaigns | typeof YieldNetCampaigns | typeof TermMaxInterfaceCampaigns | typeof MorphoUnichainInterfaceCampaigns | typeof katanaCampaignsInterface | typeof LiskInterfaceCampaigns | typeof TestCampaigns | typeof stabilityCampaignsInterface;
|
3100
|
+
[key in program]: typeof PufferInterfaceCampaigns | typeof ZkSyncInterfaceCampaigns | typeof ModeInterfaceCampaigns | typeof VicunaInterfaceCampaigns | typeof SonicmarketInterfaceCampaigns | typeof ReserveInterfaceCampaigns | typeof BeetsInterfaceCampaigns | typeof CeloInterfaceCampaigns | typeof EtherlinkInterfaceCampaigns | typeof SwapxInterfaceCampaigns | typeof AnglesInterfaceCampaigns | typeof RoninInterfaceCampaigns | typeof TACInterfaceCampaigns | typeof HypurrFiSubPayloads | typeof WorldChainInterfaceCampaigns | typeof StableJackInterfaceCampaigns | typeof CornInterfaceCampaigns | typeof GauntletCompoundInterfaceCampaigns | typeof YieldNetCampaigns | typeof TermMaxInterfaceCampaigns | typeof MorphoUnichainInterfaceCampaigns | typeof katanaCampaignsInterface | typeof LiskInterfaceCampaigns | typeof TestCampaigns | typeof stabilityCampaignsInterface | typeof TanssiCampaignsInterface | typeof NibiruCampaignsInterface;
|
2834
3101
|
};
|
2835
3102
|
export {};
|