@merkl/api 1.0.93 → 1.0.94

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.
@@ -29,7 +29,14 @@ export declare enum program {
29
29
  Stability = "Stability",
30
30
  Test = "Test",
31
31
  Tanssi = "Tanssi",
32
- Nibiru = "Nibiru"
32
+ Nibiru = "Nibiru",
33
+ Saga = "Saga"
34
+ }
35
+ export declare enum SagaCampaigns {
36
+ Uniswap_SAGA_USDC_Saga = "Uniswap SAGA/USDC Saga 0xc2C5f2C94759b2829C9Fd86b8d34d33DDc4D29e4",
37
+ Uniswap_SAGA_WETH_Saga = "Uniswap SAGA/WETH Saga 0x387b99A979C79f827f0cA8a752893472dc34b7EC",
38
+ Uniswap_WETH_USDC_Saga = "Uniswap WETH/USDC Saga 0xbBf2219c49eFdE9C64Cd5f94a952c90e4E5B6E41",
39
+ Uniswap_USDT_USDC_Saga = "Uniswap USDT/USDC Saga 0x99429757dDEB5432b52982B0fCF6ED94620c358D"
33
40
  }
34
41
  export declare enum TanssiCampaigns {
35
42
  Tanssi_Restaking_Vault_ETH_Tanssi = "Tanssi Restaking Vault ETH 0x7b276aAD6D2ebfD7e270C5a2697ac79182D9550E",
@@ -2702,6 +2709,9 @@ declare const EtherlinkInterfaceCampaigns: {
2702
2709
  declare const SwapxInterfaceCampaigns: {
2703
2710
  [key in swapxCampaigns]: partialConfig;
2704
2711
  };
2712
+ declare const SagaCampaignsInterface: {
2713
+ [key in SagaCampaigns]: partialConfig;
2714
+ };
2705
2715
  declare const CeloInterfaceCampaigns: {
2706
2716
  [key in celoCampaigns]: partialConfig;
2707
2717
  };
@@ -3492,6 +3502,6 @@ declare const stabilityCampaignsInterface: {
3492
3502
  [key in stabilityCampaigns]: partialConfig;
3493
3503
  };
3494
3504
  export declare const MerklInterfaceCampaigns: {
3495
- [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 NibiruSubPayloads;
3505
+ [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 NibiruSubPayloads | typeof SagaCampaignsInterface;
3496
3506
  };
3497
3507
  export {};