@merkl/api 1.3.60 → 1.3.62

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.
@@ -425,6 +425,7 @@ export declare enum etherlinkCampaigns {
425
425
  Superlend_Net_Supply_WBTC_Etherlink = "Superlend net Supply WBTC Etherlink 0xfCA0802cb10b3b134a91e07f03965f63eF4B23eA-0x87C4D41c0982F335E8eB6BE30fD2Ae91A6de31FB",
426
426
  Superlend_Net_Supply_WETH_Etherlink = "Superlend net Supply WETH Etherlink 0x301bea8B7c0eF6722c937C07Da4d53931F61969c-0x2Bc84b1F1E1b89521de08C966bE1ca498F97a493",
427
427
  Superlend_Net_Supply_WXTZ_Etherlink = "Superlend net Supply WXTZ Etherlink 0x008ae222661B6A42e3A097bd7AAC15412829106b-0x1504D006b80b1616d2651E8d15D5d25A88efef58",
428
+ Superlend_Superloop_XTZ_Etherlink = "Superlend Superloop XTZ 0xe24e5DEbA01Ab0B5D78A0093442De0864832803E",
428
429
  Iguana_stXTZ_WXTZ = "Iguana stXTZ/WXTZ Etherlink 0xcdf92Cdc35c55507BaC86b24b718308D56b59597",
429
430
  Iguana_WETH_WXTZ = "Iguana WETH/WXTZ Etherlink 0x478F067b0Ed73d120BBcd8c6f4f33438FC483912",
430
431
  Iguana_USDC_USDT = "Iguana USDC/USDT Etherlink 0x86456e2E2A203Da82E61ed34eF4137Fbe545f0DC",
@@ -456,6 +457,7 @@ export declare enum etherlinkCampaigns {
456
457
  Curve_mBASIS_USDC_Etherlink = "Curve mBASIS/USDC Etherlink 0x0714027E44802b2Ff76389daF5371990CC3a4C24",
457
458
  Curve_mMEV_USDC_Etherlink = "Curve mMEV/USDC Etherlink 0x269b47978f4348C96f521658eF452fF85906fcfe",
458
459
  Curve_stXTZ_WXTZ_Etherlink = "Curve stXTZ/WXTZ Etherlink 0x74d80eE400D3026FDd2520265cC98300710b25D4",
460
+ Curve_mRE7_USDC_Etherlink = "Curve mRE7/USDC 0x5D37F9B272ca7cdA2A05245b9a503746EefAC88f",
459
461
  Gearbox_Re7USDC = "Gearbox Re7USDC 0x653e62A9Ef0e869F91Dc3D627B479592aA02eA75"
460
462
  }
461
463
  export declare enum swapxCampaigns {
@@ -3853,6 +3855,29 @@ declare const EtherlinkInterfaceCampaigns: {
3853
3855
  blacklist: string[];
3854
3856
  url: string;
3855
3857
  };
3858
+ "Superlend Superloop XTZ 0xe24e5DEbA01Ab0B5D78A0093442De0864832803E": {
3859
+ campaignType: CampaignType;
3860
+ computeChainId: ChainId;
3861
+ hooks: {
3862
+ hookType: HookType;
3863
+ key: string;
3864
+ chainId: ChainId;
3865
+ contractAddress: string;
3866
+ contractState: contractStateBoost;
3867
+ boostForReferrer: boostingReferralFunction;
3868
+ valueForBoostForReferrer: number;
3869
+ boostForInvited: boostingReferralFunction;
3870
+ valueForBoostForInvited: number;
3871
+ defaultBoost: defaultReferralBoost;
3872
+ maximumBoostReferrer: number;
3873
+ maximumBoostInvited: number;
3874
+ cumulativeBoost: boolean;
3875
+ }[];
3876
+ targetToken: string;
3877
+ whitelist: never[];
3878
+ blacklist: string[];
3879
+ url: string;
3880
+ };
3856
3881
  "Superlend Supply mTBILL Etherlink 0x187B7b83e8CaB442AD0BFEAe38067f3eb38a2d72": {
3857
3882
  campaignType: CampaignType;
3858
3883
  computeChainId: ChainId;
@@ -4710,16 +4735,44 @@ declare const EtherlinkInterfaceCampaigns: {
4710
4735
  campaignType: CampaignType;
4711
4736
  computeChainId: ChainId;
4712
4737
  targetToken: string;
4713
- hooks: never[];
4714
4738
  whitelist: never[];
4715
4739
  blacklist: string[];
4740
+ hooks: {
4741
+ hookType: HookType;
4742
+ key: string;
4743
+ chainId: ChainId;
4744
+ contractAddress: string;
4745
+ contractState: contractStateBoost;
4746
+ boostForReferrer: boostingReferralFunction;
4747
+ valueForBoostForReferrer: number;
4748
+ boostForInvited: boostingReferralFunction;
4749
+ valueForBoostForInvited: number;
4750
+ defaultBoost: defaultReferralBoost;
4751
+ maximumBoostReferrer: number;
4752
+ maximumBoostInvited: number;
4753
+ cumulativeBoost: boolean;
4754
+ }[];
4716
4755
  url: string;
4717
4756
  };
4718
4757
  "Iguana LBTC/WBTC Stableswap Etherlink 0xF0cDE65d6899b13d20508FD071B331A86B57a13d": {
4719
4758
  campaignType: CampaignType;
4720
4759
  computeChainId: ChainId;
4721
4760
  targetToken: string;
4722
- hooks: never[];
4761
+ hooks: {
4762
+ hookType: HookType;
4763
+ key: string;
4764
+ chainId: ChainId;
4765
+ contractAddress: string;
4766
+ contractState: contractStateBoost;
4767
+ boostForReferrer: boostingReferralFunction;
4768
+ valueForBoostForReferrer: number;
4769
+ boostForInvited: boostingReferralFunction;
4770
+ valueForBoostForInvited: number;
4771
+ defaultBoost: defaultReferralBoost;
4772
+ maximumBoostReferrer: number;
4773
+ maximumBoostInvited: number;
4774
+ cumulativeBoost: boolean;
4775
+ }[];
4723
4776
  whitelist: never[];
4724
4777
  blacklist: string[];
4725
4778
  url: string;
@@ -4728,7 +4781,21 @@ declare const EtherlinkInterfaceCampaigns: {
4728
4781
  campaignType: CampaignType;
4729
4782
  computeChainId: ChainId;
4730
4783
  targetToken: string;
4731
- hooks: never[];
4784
+ hooks: {
4785
+ hookType: HookType;
4786
+ key: string;
4787
+ chainId: ChainId;
4788
+ contractAddress: string;
4789
+ contractState: contractStateBoost;
4790
+ boostForReferrer: boostingReferralFunction;
4791
+ valueForBoostForReferrer: number;
4792
+ boostForInvited: boostingReferralFunction;
4793
+ valueForBoostForInvited: number;
4794
+ defaultBoost: defaultReferralBoost;
4795
+ maximumBoostReferrer: number;
4796
+ maximumBoostInvited: number;
4797
+ cumulativeBoost: boolean;
4798
+ }[];
4732
4799
  url: string;
4733
4800
  whitelist: never[];
4734
4801
  blacklist: string[];
@@ -4737,7 +4804,21 @@ declare const EtherlinkInterfaceCampaigns: {
4737
4804
  campaignType: CampaignType;
4738
4805
  computeChainId: ChainId;
4739
4806
  targetToken: string;
4740
- hooks: never[];
4807
+ hooks: {
4808
+ hookType: HookType;
4809
+ key: string;
4810
+ chainId: ChainId;
4811
+ contractAddress: string;
4812
+ contractState: contractStateBoost;
4813
+ boostForReferrer: boostingReferralFunction;
4814
+ valueForBoostForReferrer: number;
4815
+ boostForInvited: boostingReferralFunction;
4816
+ valueForBoostForInvited: number;
4817
+ defaultBoost: defaultReferralBoost;
4818
+ maximumBoostReferrer: number;
4819
+ maximumBoostInvited: number;
4820
+ cumulativeBoost: boolean;
4821
+ }[];
4741
4822
  url: string;
4742
4823
  whitelist: never[];
4743
4824
  blacklist: string[];
@@ -4746,7 +4827,21 @@ declare const EtherlinkInterfaceCampaigns: {
4746
4827
  campaignType: CampaignType;
4747
4828
  computeChainId: ChainId;
4748
4829
  targetToken: string;
4749
- hooks: never[];
4830
+ hooks: {
4831
+ hookType: HookType;
4832
+ key: string;
4833
+ chainId: ChainId;
4834
+ contractAddress: string;
4835
+ contractState: contractStateBoost;
4836
+ boostForReferrer: boostingReferralFunction;
4837
+ valueForBoostForReferrer: number;
4838
+ boostForInvited: boostingReferralFunction;
4839
+ valueForBoostForInvited: number;
4840
+ defaultBoost: defaultReferralBoost;
4841
+ maximumBoostReferrer: number;
4842
+ maximumBoostInvited: number;
4843
+ cumulativeBoost: boolean;
4844
+ }[];
4750
4845
  url: string;
4751
4846
  whitelist: never[];
4752
4847
  blacklist: string[];
@@ -4755,7 +4850,21 @@ declare const EtherlinkInterfaceCampaigns: {
4755
4850
  campaignType: CampaignType;
4756
4851
  computeChainId: ChainId;
4757
4852
  targetToken: string;
4758
- hooks: never[];
4853
+ hooks: {
4854
+ hookType: HookType;
4855
+ key: string;
4856
+ chainId: ChainId;
4857
+ contractAddress: string;
4858
+ contractState: contractStateBoost;
4859
+ boostForReferrer: boostingReferralFunction;
4860
+ valueForBoostForReferrer: number;
4861
+ boostForInvited: boostingReferralFunction;
4862
+ valueForBoostForInvited: number;
4863
+ defaultBoost: defaultReferralBoost;
4864
+ maximumBoostReferrer: number;
4865
+ maximumBoostInvited: number;
4866
+ cumulativeBoost: boolean;
4867
+ }[];
4759
4868
  url: string;
4760
4869
  whitelist: never[];
4761
4870
  blacklist: string[];
@@ -4764,7 +4873,21 @@ declare const EtherlinkInterfaceCampaigns: {
4764
4873
  campaignType: CampaignType;
4765
4874
  computeChainId: ChainId;
4766
4875
  targetToken: string;
4767
- hooks: never[];
4876
+ hooks: {
4877
+ hookType: HookType;
4878
+ key: string;
4879
+ chainId: ChainId;
4880
+ contractAddress: string;
4881
+ contractState: contractStateBoost;
4882
+ boostForReferrer: boostingReferralFunction;
4883
+ valueForBoostForReferrer: number;
4884
+ boostForInvited: boostingReferralFunction;
4885
+ valueForBoostForInvited: number;
4886
+ defaultBoost: defaultReferralBoost;
4887
+ maximumBoostReferrer: number;
4888
+ maximumBoostInvited: number;
4889
+ cumulativeBoost: boolean;
4890
+ }[];
4768
4891
  url: string;
4769
4892
  whitelist: never[];
4770
4893
  blacklist: string[];
@@ -4773,7 +4896,21 @@ declare const EtherlinkInterfaceCampaigns: {
4773
4896
  campaignType: CampaignType;
4774
4897
  computeChainId: ChainId;
4775
4898
  targetToken: string;
4776
- hooks: never[];
4899
+ hooks: {
4900
+ hookType: HookType;
4901
+ key: string;
4902
+ chainId: ChainId;
4903
+ contractAddress: string;
4904
+ contractState: contractStateBoost;
4905
+ boostForReferrer: boostingReferralFunction;
4906
+ valueForBoostForReferrer: number;
4907
+ boostForInvited: boostingReferralFunction;
4908
+ valueForBoostForInvited: number;
4909
+ defaultBoost: defaultReferralBoost;
4910
+ maximumBoostReferrer: number;
4911
+ maximumBoostInvited: number;
4912
+ cumulativeBoost: boolean;
4913
+ }[];
4777
4914
  url: string;
4778
4915
  whitelist: never[];
4779
4916
  blacklist: string[];
@@ -4782,7 +4919,44 @@ declare const EtherlinkInterfaceCampaigns: {
4782
4919
  campaignType: CampaignType;
4783
4920
  computeChainId: ChainId;
4784
4921
  targetToken: string;
4785
- hooks: never[];
4922
+ hooks: {
4923
+ hookType: HookType;
4924
+ key: string;
4925
+ chainId: ChainId;
4926
+ contractAddress: string;
4927
+ contractState: contractStateBoost;
4928
+ boostForReferrer: boostingReferralFunction;
4929
+ valueForBoostForReferrer: number;
4930
+ boostForInvited: boostingReferralFunction;
4931
+ valueForBoostForInvited: number;
4932
+ defaultBoost: defaultReferralBoost;
4933
+ maximumBoostReferrer: number;
4934
+ maximumBoostInvited: number;
4935
+ cumulativeBoost: boolean;
4936
+ }[];
4937
+ url: string;
4938
+ whitelist: never[];
4939
+ blacklist: string[];
4940
+ };
4941
+ "Curve mRE7/USDC 0x5D37F9B272ca7cdA2A05245b9a503746EefAC88f": {
4942
+ campaignType: CampaignType;
4943
+ computeChainId: ChainId;
4944
+ targetToken: string;
4945
+ hooks: {
4946
+ hookType: HookType;
4947
+ key: string;
4948
+ chainId: ChainId;
4949
+ contractAddress: string;
4950
+ contractState: contractStateBoost;
4951
+ boostForReferrer: boostingReferralFunction;
4952
+ valueForBoostForReferrer: number;
4953
+ boostForInvited: boostingReferralFunction;
4954
+ valueForBoostForInvited: number;
4955
+ defaultBoost: defaultReferralBoost;
4956
+ maximumBoostReferrer: number;
4957
+ maximumBoostInvited: number;
4958
+ cumulativeBoost: boolean;
4959
+ }[];
4786
4960
  url: string;
4787
4961
  whitelist: never[];
4788
4962
  blacklist: string[];
@@ -4791,7 +4965,21 @@ declare const EtherlinkInterfaceCampaigns: {
4791
4965
  campaignType: CampaignType;
4792
4966
  computeChainId: ChainId;
4793
4967
  targetToken: string;
4794
- hooks: never[];
4968
+ hooks: {
4969
+ hookType: HookType;
4970
+ key: string;
4971
+ chainId: ChainId;
4972
+ contractAddress: string;
4973
+ contractState: contractStateBoost;
4974
+ boostForReferrer: boostingReferralFunction;
4975
+ valueForBoostForReferrer: number;
4976
+ boostForInvited: boostingReferralFunction;
4977
+ valueForBoostForInvited: number;
4978
+ defaultBoost: defaultReferralBoost;
4979
+ maximumBoostReferrer: number;
4980
+ maximumBoostInvited: number;
4981
+ cumulativeBoost: boolean;
4982
+ }[];
4795
4983
  url: string;
4796
4984
  whitelist: never[];
4797
4985
  blacklist: string[];