@merkl/api 1.0.17 → 1.0.19

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.
@@ -8751,6 +8751,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
8751
8751
  weightToken0?: number | undefined;
8752
8752
  weightToken1?: number | undefined;
8753
8753
  compFork?: number | undefined;
8754
+ rewardsUrl?: string | undefined;
8755
+ dataUrl?: string | undefined;
8754
8756
  usesBlockNumber?: boolean | undefined;
8755
8757
  snapshotTimestamp?: number | undefined;
8756
8758
  snapshotBlockNumber?: number | undefined;
@@ -17865,6 +17867,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
17865
17867
  weightToken0?: number | undefined;
17866
17868
  weightToken1?: number | undefined;
17867
17869
  compFork?: number | undefined;
17870
+ rewardsUrl?: string | undefined;
17871
+ dataUrl?: string | undefined;
17868
17872
  usesBlockNumber?: boolean | undefined;
17869
17873
  snapshotTimestamp?: number | undefined;
17870
17874
  snapshotBlockNumber?: number | undefined;
@@ -8752,6 +8752,8 @@ declare const app: Elysia<"", {
8752
8752
  weightToken0?: number | undefined;
8753
8753
  weightToken1?: number | undefined;
8754
8754
  compFork?: number | undefined;
8755
+ rewardsUrl?: string | undefined;
8756
+ dataUrl?: string | undefined;
8755
8757
  usesBlockNumber?: boolean | undefined;
8756
8758
  snapshotTimestamp?: number | undefined;
8757
8759
  snapshotBlockNumber?: number | undefined;
@@ -67,6 +67,8 @@ export declare const PayloadController: Elysia<"/payload", {
67
67
  weightToken0?: number | undefined;
68
68
  weightToken1?: number | undefined;
69
69
  compFork?: number | undefined;
70
+ rewardsUrl?: string | undefined;
71
+ dataUrl?: string | undefined;
70
72
  usesBlockNumber?: boolean | undefined;
71
73
  snapshotTimestamp?: number | undefined;
72
74
  snapshotBlockNumber?: number | undefined;
@@ -47,6 +47,8 @@ export declare const SinglePayloadInputDto: import("@sinclair/typebox").TObject<
47
47
  collateralAddress: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
48
48
  strategy: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
49
49
  contract: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
50
+ rewardsUrl: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
51
+ dataUrl: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
50
52
  }>;
51
53
  export declare const ProgramPayloadInputDto: import("@sinclair/typebox").TObject<{
52
54
  program: import("@sinclair/typebox").TString;
@@ -167,7 +167,10 @@ export declare enum celoCampaigns {
167
167
  UniswapV3_USDT_cAUD_Celo = "UniswapV3 USDT/cAUD Celo 0x59aBE068150BE95582479a405f2734cB533f9354",
168
168
  UniswapV3_USDT_cCAD_Celo = "UniswapV3 USDT/cCAD Celo 0x0D95d04c72fe3B0F17963779138C504Fdd365C03",
169
169
  UniswapV3_USDT_cGBP_Celo = "UniswapV3 USDT/cGBP Celo 0xb1ea2E17C8aBCFA5Ba111c92A9a1ad8C5728153f",
170
- UniswapV3_USDT_UNI_Celo = "UniswapV3 USDT/UNI Celo 0xC5a5caebf3bF6220A3Efa222710Ab488943A73f8"
170
+ UniswapV3_USDT_UNI_Celo = "UniswapV3 USDT/UNI Celo 0xC5a5caebf3bF6220A3Efa222710Ab488943A73f8",
171
+ UniswapV3_USDT_cNGN_Celo = "UniswapV3 USDT/cNGN Celo 0x1e2F87e1f8056Fcd39695aAeb63cb475E1DD2318",
172
+ UniswapV3_USDT_cJPY_Celo = "UniswapV3 USDT/cGPY Celo 0x04fEAE0d4a3D0051397Ee09314dAD768a37Fb539",
173
+ UniswapV3_USDT_cCHF_Celo = "UniswapV3 USDT/cCHF Celo 0x1aa2f83357150F811B1010c00020AbE1462feB01"
171
174
  }
172
175
  export declare enum beetsCampaigns {
173
176
  Staked_Sonic_Symphony_Beets = "Staked Sonic Symphony Beets 0x374641076B68371e69D03C417DAc3E5F236c32FA",
@@ -8561,6 +8561,8 @@ export declare const v4: Elysia<"/v4", {
8561
8561
  weightToken0?: number | undefined;
8562
8562
  weightToken1?: number | undefined;
8563
8563
  compFork?: number | undefined;
8564
+ rewardsUrl?: string | undefined;
8565
+ dataUrl?: string | undefined;
8564
8566
  usesBlockNumber?: boolean | undefined;
8565
8567
  snapshotTimestamp?: number | undefined;
8566
8568
  snapshotBlockNumber?: number | undefined;