@merkl/api 1.0.58 → 1.0.60
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,31 @@ 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",
|
52
|
+
Tanssi_Hashkey_Cloud_Restaked_ETH_Tanssi = "Hashkey Cloud Restaked_ETH 0x108784D6B93A010f62b652b2356697dAEF3D7341",
|
53
|
+
Tanssi_Gauntlet_Restaked_wBETH_Tanssi = "Gauntlet Restaked wBETH 0x81bb35c4152B605574BAbD320f8EABE2871CE8C6"
|
30
54
|
}
|
31
55
|
export declare enum testCampaigns {
|
32
56
|
tanssi_Symbiotic_Vault = "Tanssi Symbiotic Vault"
|
@@ -601,6 +625,288 @@ declare const TestCampaigns: {
|
|
601
625
|
};
|
602
626
|
};
|
603
627
|
};
|
628
|
+
declare const TanssiCampaignsInterface: {
|
629
|
+
"Tanssi Restaking Vault ETH 0x7b276aAD6D2ebfD7e270C5a2697ac79182D9550E": {
|
630
|
+
campaignType: Campaign;
|
631
|
+
computeScoreParameters: {
|
632
|
+
computeMethod: ComputeScoreMethod;
|
633
|
+
};
|
634
|
+
vaultContract: string;
|
635
|
+
computeChainId: ChainId;
|
636
|
+
whitelist: never[];
|
637
|
+
blacklist: never[];
|
638
|
+
hooks: never[];
|
639
|
+
url: string;
|
640
|
+
distributionMethodParameters: {
|
641
|
+
distributionMethod: DistributionMethod;
|
642
|
+
distributionSettings: {
|
643
|
+
apr: string;
|
644
|
+
rewardTokenPricing: boolean;
|
645
|
+
targetTokenPricing: boolean;
|
646
|
+
};
|
647
|
+
};
|
648
|
+
};
|
649
|
+
"Tanssi Ether.fi - wstETH 0x450a90fdEa8B87a6448Ca1C87c88Ff65676aC45b": {
|
650
|
+
campaignType: Campaign;
|
651
|
+
computeScoreParameters: {
|
652
|
+
computeMethod: ComputeScoreMethod;
|
653
|
+
};
|
654
|
+
vaultContract: string;
|
655
|
+
computeChainId: ChainId;
|
656
|
+
whitelist: never[];
|
657
|
+
blacklist: never[];
|
658
|
+
hooks: never[];
|
659
|
+
url: string;
|
660
|
+
distributionMethodParameters: {
|
661
|
+
distributionMethod: DistributionMethod;
|
662
|
+
distributionSettings: {
|
663
|
+
apr: string;
|
664
|
+
rewardTokenPricing: boolean;
|
665
|
+
targetTokenPricing: boolean;
|
666
|
+
};
|
667
|
+
};
|
668
|
+
};
|
669
|
+
"Tanssi Renzo Restaked LST 0xa88e91cEF50b792f9449e2D4C699b6B3CcE1D19F": {
|
670
|
+
campaignType: Campaign;
|
671
|
+
computeScoreParameters: {
|
672
|
+
computeMethod: ComputeScoreMethod;
|
673
|
+
};
|
674
|
+
vaultContract: string;
|
675
|
+
computeChainId: ChainId;
|
676
|
+
whitelist: never[];
|
677
|
+
blacklist: never[];
|
678
|
+
hooks: never[];
|
679
|
+
url: string;
|
680
|
+
distributionMethodParameters: {
|
681
|
+
distributionMethod: DistributionMethod;
|
682
|
+
distributionSettings: {
|
683
|
+
apr: string;
|
684
|
+
rewardTokenPricing: boolean;
|
685
|
+
targetTokenPricing: boolean;
|
686
|
+
};
|
687
|
+
};
|
688
|
+
};
|
689
|
+
"Tanssi MEV Capital restaked ETH 0x446970400e1787814CA050A4b45AE9d21B3f7EA7": {
|
690
|
+
campaignType: Campaign;
|
691
|
+
computeScoreParameters: {
|
692
|
+
computeMethod: ComputeScoreMethod;
|
693
|
+
};
|
694
|
+
vaultContract: string;
|
695
|
+
computeChainId: ChainId;
|
696
|
+
whitelist: never[];
|
697
|
+
blacklist: never[];
|
698
|
+
hooks: never[];
|
699
|
+
url: string;
|
700
|
+
distributionMethodParameters: {
|
701
|
+
distributionMethod: DistributionMethod;
|
702
|
+
distributionSettings: {
|
703
|
+
apr: string;
|
704
|
+
rewardTokenPricing: boolean;
|
705
|
+
targetTokenPricing: boolean;
|
706
|
+
};
|
707
|
+
};
|
708
|
+
};
|
709
|
+
"Gauntlet Restaked wstETH 0xc10A7f0AC6E3944F4860eE97a937C51572e3a1Da": {
|
710
|
+
campaignType: Campaign;
|
711
|
+
computeScoreParameters: {
|
712
|
+
computeMethod: ComputeScoreMethod;
|
713
|
+
};
|
714
|
+
vaultContract: string;
|
715
|
+
computeChainId: ChainId;
|
716
|
+
whitelist: never[];
|
717
|
+
blacklist: never[];
|
718
|
+
hooks: never[];
|
719
|
+
url: string;
|
720
|
+
distributionMethodParameters: {
|
721
|
+
distributionMethod: DistributionMethod;
|
722
|
+
distributionSettings: {
|
723
|
+
apr: string;
|
724
|
+
rewardTokenPricing: boolean;
|
725
|
+
targetTokenPricing: boolean;
|
726
|
+
};
|
727
|
+
};
|
728
|
+
};
|
729
|
+
"Re7 Labs LRT Vault 0x3D93b33f5E5fe74D54676720e70EA35210cdD46E": {
|
730
|
+
campaignType: Campaign;
|
731
|
+
computeScoreParameters: {
|
732
|
+
computeMethod: ComputeScoreMethod;
|
733
|
+
};
|
734
|
+
vaultContract: string;
|
735
|
+
computeChainId: ChainId;
|
736
|
+
whitelist: never[];
|
737
|
+
blacklist: never[];
|
738
|
+
hooks: never[];
|
739
|
+
url: string;
|
740
|
+
distributionMethodParameters: {
|
741
|
+
distributionMethod: DistributionMethod;
|
742
|
+
distributionSettings: {
|
743
|
+
apr: string;
|
744
|
+
rewardTokenPricing: boolean;
|
745
|
+
targetTokenPricing: boolean;
|
746
|
+
};
|
747
|
+
};
|
748
|
+
};
|
749
|
+
"MEV Capital wstETH Vault 0x4e0554959A631B3D3938ffC158e0a7b2124aF9c5": {
|
750
|
+
campaignType: Campaign;
|
751
|
+
computeScoreParameters: {
|
752
|
+
computeMethod: ComputeScoreMethod;
|
753
|
+
};
|
754
|
+
vaultContract: string;
|
755
|
+
computeChainId: ChainId;
|
756
|
+
whitelist: never[];
|
757
|
+
blacklist: never[];
|
758
|
+
hooks: never[];
|
759
|
+
url: string;
|
760
|
+
distributionMethodParameters: {
|
761
|
+
distributionMethod: DistributionMethod;
|
762
|
+
distributionSettings: {
|
763
|
+
apr: string;
|
764
|
+
rewardTokenPricing: boolean;
|
765
|
+
targetTokenPricing: boolean;
|
766
|
+
};
|
767
|
+
};
|
768
|
+
};
|
769
|
+
"Gauntlet Restaked cbETH 0xB8Fd82169a574eB97251bF43e443310D33FF056C": {
|
770
|
+
campaignType: Campaign;
|
771
|
+
computeScoreParameters: {
|
772
|
+
computeMethod: ComputeScoreMethod;
|
773
|
+
};
|
774
|
+
vaultContract: string;
|
775
|
+
computeChainId: ChainId;
|
776
|
+
whitelist: never[];
|
777
|
+
blacklist: never[];
|
778
|
+
hooks: never[];
|
779
|
+
url: string;
|
780
|
+
distributionMethodParameters: {
|
781
|
+
distributionMethod: DistributionMethod;
|
782
|
+
distributionSettings: {
|
783
|
+
apr: string;
|
784
|
+
rewardTokenPricing: boolean;
|
785
|
+
targetTokenPricing: boolean;
|
786
|
+
};
|
787
|
+
};
|
788
|
+
};
|
789
|
+
"cp0x LRT Conservative Vault 0x82c304aa105fbbE2aA368A83D7F8945d41f6cA54": {
|
790
|
+
campaignType: Campaign;
|
791
|
+
computeScoreParameters: {
|
792
|
+
computeMethod: ComputeScoreMethod;
|
793
|
+
};
|
794
|
+
vaultContract: string;
|
795
|
+
computeChainId: ChainId;
|
796
|
+
whitelist: never[];
|
797
|
+
blacklist: never[];
|
798
|
+
hooks: never[];
|
799
|
+
url: string;
|
800
|
+
distributionMethodParameters: {
|
801
|
+
distributionMethod: DistributionMethod;
|
802
|
+
distributionSettings: {
|
803
|
+
apr: string;
|
804
|
+
rewardTokenPricing: boolean;
|
805
|
+
targetTokenPricing: boolean;
|
806
|
+
};
|
807
|
+
};
|
808
|
+
};
|
809
|
+
"Gauntlet Restaked swETH 0x65B560d887c010c4993C8F8B36E595C171d69D63": {
|
810
|
+
campaignType: Campaign;
|
811
|
+
computeScoreParameters: {
|
812
|
+
computeMethod: ComputeScoreMethod;
|
813
|
+
};
|
814
|
+
vaultContract: string;
|
815
|
+
computeChainId: ChainId;
|
816
|
+
whitelist: never[];
|
817
|
+
blacklist: never[];
|
818
|
+
hooks: never[];
|
819
|
+
url: string;
|
820
|
+
distributionMethodParameters: {
|
821
|
+
distributionMethod: DistributionMethod;
|
822
|
+
distributionSettings: {
|
823
|
+
apr: string;
|
824
|
+
rewardTokenPricing: boolean;
|
825
|
+
targetTokenPricing: boolean;
|
826
|
+
};
|
827
|
+
};
|
828
|
+
};
|
829
|
+
"Gauntlet Restaked rETH 0xaF07131C497E06361dc2F75de63dc1d3e113f7cb": {
|
830
|
+
campaignType: Campaign;
|
831
|
+
computeScoreParameters: {
|
832
|
+
computeMethod: ComputeScoreMethod;
|
833
|
+
};
|
834
|
+
vaultContract: string;
|
835
|
+
computeChainId: ChainId;
|
836
|
+
whitelist: never[];
|
837
|
+
blacklist: never[];
|
838
|
+
hooks: never[];
|
839
|
+
url: string;
|
840
|
+
distributionMethodParameters: {
|
841
|
+
distributionMethod: DistributionMethod;
|
842
|
+
distributionSettings: {
|
843
|
+
apr: string;
|
844
|
+
rewardTokenPricing: boolean;
|
845
|
+
targetTokenPricing: boolean;
|
846
|
+
};
|
847
|
+
};
|
848
|
+
};
|
849
|
+
"Restaked LsETH Vault 0xEa0F2EA61998346aD39dddeF7513ae90915AFb3c": {
|
850
|
+
campaignType: Campaign;
|
851
|
+
computeScoreParameters: {
|
852
|
+
computeMethod: ComputeScoreMethod;
|
853
|
+
};
|
854
|
+
vaultContract: string;
|
855
|
+
computeChainId: ChainId;
|
856
|
+
whitelist: never[];
|
857
|
+
blacklist: never[];
|
858
|
+
hooks: never[];
|
859
|
+
url: string;
|
860
|
+
distributionMethodParameters: {
|
861
|
+
distributionMethod: DistributionMethod;
|
862
|
+
distributionSettings: {
|
863
|
+
apr: string;
|
864
|
+
rewardTokenPricing: boolean;
|
865
|
+
targetTokenPricing: boolean;
|
866
|
+
};
|
867
|
+
};
|
868
|
+
};
|
869
|
+
"Hashkey Cloud Restaked_ETH 0x108784D6B93A010f62b652b2356697dAEF3D7341": {
|
870
|
+
campaignType: Campaign;
|
871
|
+
computeScoreParameters: {
|
872
|
+
computeMethod: ComputeScoreMethod;
|
873
|
+
};
|
874
|
+
vaultContract: string;
|
875
|
+
computeChainId: ChainId;
|
876
|
+
whitelist: never[];
|
877
|
+
blacklist: never[];
|
878
|
+
hooks: never[];
|
879
|
+
url: string;
|
880
|
+
distributionMethodParameters: {
|
881
|
+
distributionMethod: DistributionMethod;
|
882
|
+
distributionSettings: {
|
883
|
+
apr: string;
|
884
|
+
rewardTokenPricing: boolean;
|
885
|
+
targetTokenPricing: boolean;
|
886
|
+
};
|
887
|
+
};
|
888
|
+
};
|
889
|
+
"Gauntlet Restaked wBETH 0x81bb35c4152B605574BAbD320f8EABE2871CE8C6": {
|
890
|
+
campaignType: Campaign;
|
891
|
+
computeScoreParameters: {
|
892
|
+
computeMethod: ComputeScoreMethod;
|
893
|
+
};
|
894
|
+
vaultContract: string;
|
895
|
+
computeChainId: ChainId;
|
896
|
+
whitelist: never[];
|
897
|
+
blacklist: never[];
|
898
|
+
hooks: never[];
|
899
|
+
url: string;
|
900
|
+
distributionMethodParameters: {
|
901
|
+
distributionMethod: DistributionMethod;
|
902
|
+
distributionSettings: {
|
903
|
+
apr: string;
|
904
|
+
rewardTokenPricing: boolean;
|
905
|
+
targetTokenPricing: boolean;
|
906
|
+
};
|
907
|
+
};
|
908
|
+
};
|
909
|
+
};
|
604
910
|
declare const LiskInterfaceCampaigns: {
|
605
911
|
"Velodrome WBTC/WETH Lisk 0xDC1479FD1Db51cA0079ceCfaA879232e168c8246": {
|
606
912
|
campaignType: Campaign;
|
@@ -2264,6 +2570,9 @@ declare const EtherlinkInterfaceCampaigns: {
|
|
2264
2570
|
declare const SwapxInterfaceCampaigns: {
|
2265
2571
|
[key in swapxCampaigns]: partialConfig;
|
2266
2572
|
};
|
2573
|
+
declare const NibiruCampaignsInterface: {
|
2574
|
+
[key in NibiruCampaigns]: partialConfig;
|
2575
|
+
};
|
2267
2576
|
declare const CeloInterfaceCampaigns: {
|
2268
2577
|
[key in celoCampaigns]: partialConfig;
|
2269
2578
|
};
|
@@ -2830,6 +3139,6 @@ declare const stabilityCampaignsInterface: {
|
|
2830
3139
|
[key in stabilityCampaigns]: partialConfig;
|
2831
3140
|
};
|
2832
3141
|
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;
|
3142
|
+
[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
3143
|
};
|
2835
3144
|
export {};
|