@merkl/api 0.13.7 → 0.13.9

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.
@@ -1048,6 +1048,19 @@ declare const eden: {
1048
1048
  200: number;
1049
1049
  }>>;
1050
1050
  };
1051
+ next: {
1052
+ get: (options: {
1053
+ headers?: Record<string, unknown> | undefined;
1054
+ query: {
1055
+ chainId: number;
1056
+ };
1057
+ fetch?: RequestInit | undefined;
1058
+ }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
1059
+ 200: {
1060
+ campaignId: string;
1061
+ };
1062
+ }>>;
1063
+ };
1051
1064
  engine: {
1052
1065
  post: (body: unknown, options: {
1053
1066
  headers: {
@@ -1435,7 +1448,7 @@ declare const eden: {
1435
1448
  fetch?: RequestInit | undefined;
1436
1449
  }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
1437
1450
  200: {
1438
- [x: string]: {
1451
+ [x: number]: {
1439
1452
  rewardCount: number;
1440
1453
  breakdownCount: number;
1441
1454
  };
@@ -2252,6 +2265,7 @@ declare const eden: {
2252
2265
  live: string;
2253
2266
  tree: string;
2254
2267
  lastTree: string;
2268
+ endOfDisputePeriod: number;
2255
2269
  };
2256
2270
  };
2257
2271
  }>>;
@@ -2683,6 +2697,23 @@ declare const eden: {
2683
2697
  }[];
2684
2698
  }>>;
2685
2699
  };
2700
+ status: {
2701
+ get: (options?: {
2702
+ headers?: Record<string, unknown> | undefined;
2703
+ query?: Record<string, unknown> | undefined;
2704
+ fetch?: RequestInit | undefined;
2705
+ } | undefined) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
2706
+ 200: {
2707
+ [x: number]: {
2708
+ live: string;
2709
+ tree: string;
2710
+ lastTree: string;
2711
+ endOfDisputePeriod: number;
2712
+ delayed: Awaited<ReturnType<typeof import("../modules/v4/status").StatusService.findManyDelay>>;
2713
+ };
2714
+ };
2715
+ }>>;
2716
+ };
2686
2717
  };
2687
2718
  };
2688
2719
  liquidity: {
@@ -4059,6 +4090,19 @@ declare const eden: {
4059
4090
  200: number;
4060
4091
  }>>;
4061
4092
  };
4093
+ next: {
4094
+ get: (options: {
4095
+ headers?: Record<string, unknown> | undefined;
4096
+ query: {
4097
+ chainId: number;
4098
+ };
4099
+ fetch?: RequestInit | undefined;
4100
+ }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
4101
+ 200: {
4102
+ campaignId: string;
4103
+ };
4104
+ }>>;
4105
+ };
4062
4106
  engine: {
4063
4107
  post: (body: unknown, options: {
4064
4108
  headers: {
@@ -4446,7 +4490,7 @@ declare const eden: {
4446
4490
  fetch?: RequestInit | undefined;
4447
4491
  }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
4448
4492
  200: {
4449
- [x: string]: {
4493
+ [x: number]: {
4450
4494
  rewardCount: number;
4451
4495
  breakdownCount: number;
4452
4496
  };
@@ -5263,6 +5307,7 @@ declare const eden: {
5263
5307
  live: string;
5264
5308
  tree: string;
5265
5309
  lastTree: string;
5310
+ endOfDisputePeriod: number;
5266
5311
  };
5267
5312
  };
5268
5313
  }>>;
@@ -5694,6 +5739,23 @@ declare const eden: {
5694
5739
  }[];
5695
5740
  }>>;
5696
5741
  };
5742
+ status: {
5743
+ get: (options?: {
5744
+ headers?: Record<string, unknown> | undefined;
5745
+ query?: Record<string, unknown> | undefined;
5746
+ fetch?: RequestInit | undefined;
5747
+ } | undefined) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
5748
+ 200: {
5749
+ [x: number]: {
5750
+ live: string;
5751
+ tree: string;
5752
+ lastTree: string;
5753
+ endOfDisputePeriod: number;
5754
+ delayed: Awaited<ReturnType<typeof import("../modules/v4/status").StatusService.findManyDelay>>;
5755
+ };
5756
+ };
5757
+ }>>;
5758
+ };
5697
5759
  };
5698
5760
  };
5699
5761
  liquidity: {
@@ -7922,6 +7984,24 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
7922
7984
  };
7923
7985
  };
7924
7986
  };
7987
+ } & {
7988
+ "campaigns-to-process": {
7989
+ next: {
7990
+ get: {
7991
+ body: unknown;
7992
+ params: {};
7993
+ query: {
7994
+ chainId: number;
7995
+ };
7996
+ headers: unknown;
7997
+ response: {
7998
+ 200: {
7999
+ campaignId: string;
8000
+ };
8001
+ };
8002
+ };
8003
+ };
8004
+ };
7925
8005
  } & {
7926
8006
  "campaigns-to-process": {
7927
8007
  engine: {
@@ -8663,7 +8743,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
8663
8743
  };
8664
8744
  response: {
8665
8745
  200: {
8666
- [x: string]: {
8746
+ [x: number]: {
8667
8747
  rewardCount: number;
8668
8748
  breakdownCount: number;
8669
8749
  };
@@ -9472,6 +9552,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
9472
9552
  live: string;
9473
9553
  tree: string;
9474
9554
  lastTree: string;
9555
+ endOfDisputePeriod: number;
9475
9556
  };
9476
9557
  };
9477
9558
  };
@@ -10017,6 +10098,28 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
10017
10098
  };
10018
10099
  };
10019
10100
  };
10101
+ } & {
10102
+ delay: {
10103
+ status: {
10104
+ get: {
10105
+ body: unknown;
10106
+ params: {};
10107
+ query: unknown;
10108
+ headers: unknown;
10109
+ response: {
10110
+ 200: {
10111
+ [x: number]: {
10112
+ live: string;
10113
+ tree: string;
10114
+ lastTree: string;
10115
+ endOfDisputePeriod: number;
10116
+ delayed: Awaited<ReturnType<typeof import("../modules/v4/status").StatusService.findManyDelay>>;
10117
+ };
10118
+ };
10119
+ };
10120
+ };
10121
+ };
10122
+ };
10020
10123
  };
10021
10124
  };
10022
10125
  } & {
@@ -12385,6 +12488,19 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
12385
12488
  200: number;
12386
12489
  }>>;
12387
12490
  };
12491
+ next: {
12492
+ get: (options: {
12493
+ headers?: Record<string, unknown> | undefined;
12494
+ query: {
12495
+ chainId: number;
12496
+ };
12497
+ fetch?: RequestInit | undefined;
12498
+ }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
12499
+ 200: {
12500
+ campaignId: string;
12501
+ };
12502
+ }>>;
12503
+ };
12388
12504
  engine: {
12389
12505
  post: (body: unknown, options: {
12390
12506
  headers: {
@@ -12772,7 +12888,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
12772
12888
  fetch?: RequestInit | undefined;
12773
12889
  }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
12774
12890
  200: {
12775
- [x: string]: {
12891
+ [x: number]: {
12776
12892
  rewardCount: number;
12777
12893
  breakdownCount: number;
12778
12894
  };
@@ -13589,6 +13705,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
13589
13705
  live: string;
13590
13706
  tree: string;
13591
13707
  lastTree: string;
13708
+ endOfDisputePeriod: number;
13592
13709
  };
13593
13710
  };
13594
13711
  }>>;
@@ -14020,6 +14137,23 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
14020
14137
  }[];
14021
14138
  }>>;
14022
14139
  };
14140
+ status: {
14141
+ get: (options?: {
14142
+ headers?: Record<string, unknown> | undefined;
14143
+ query?: Record<string, unknown> | undefined;
14144
+ fetch?: RequestInit | undefined;
14145
+ } | undefined) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
14146
+ 200: {
14147
+ [x: number]: {
14148
+ live: string;
14149
+ tree: string;
14150
+ lastTree: string;
14151
+ endOfDisputePeriod: number;
14152
+ delayed: Awaited<ReturnType<typeof import("../modules/v4/status").StatusService.findManyDelay>>;
14153
+ };
14154
+ };
14155
+ }>>;
14156
+ };
14023
14157
  };
14024
14158
  };
14025
14159
  liquidity: {
@@ -15396,6 +15530,19 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
15396
15530
  200: number;
15397
15531
  }>>;
15398
15532
  };
15533
+ next: {
15534
+ get: (options: {
15535
+ headers?: Record<string, unknown> | undefined;
15536
+ query: {
15537
+ chainId: number;
15538
+ };
15539
+ fetch?: RequestInit | undefined;
15540
+ }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
15541
+ 200: {
15542
+ campaignId: string;
15543
+ };
15544
+ }>>;
15545
+ };
15399
15546
  engine: {
15400
15547
  post: (body: unknown, options: {
15401
15548
  headers: {
@@ -15783,7 +15930,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
15783
15930
  fetch?: RequestInit | undefined;
15784
15931
  }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
15785
15932
  200: {
15786
- [x: string]: {
15933
+ [x: number]: {
15787
15934
  rewardCount: number;
15788
15935
  breakdownCount: number;
15789
15936
  };
@@ -16600,6 +16747,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
16600
16747
  live: string;
16601
16748
  tree: string;
16602
16749
  lastTree: string;
16750
+ endOfDisputePeriod: number;
16603
16751
  };
16604
16752
  };
16605
16753
  }>>;
@@ -17031,6 +17179,23 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
17031
17179
  }[];
17032
17180
  }>>;
17033
17181
  };
17182
+ status: {
17183
+ get: (options?: {
17184
+ headers?: Record<string, unknown> | undefined;
17185
+ query?: Record<string, unknown> | undefined;
17186
+ fetch?: RequestInit | undefined;
17187
+ } | undefined) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
17188
+ 200: {
17189
+ [x: number]: {
17190
+ live: string;
17191
+ tree: string;
17192
+ lastTree: string;
17193
+ endOfDisputePeriod: number;
17194
+ delayed: Awaited<ReturnType<typeof import("../modules/v4/status").StatusService.findManyDelay>>;
17195
+ };
17196
+ };
17197
+ }>>;
17198
+ };
17034
17199
  };
17035
17200
  };
17036
17201
  liquidity: {
@@ -284,7 +284,7 @@ export const extractOpportunities = {
284
284
  "compound",
285
285
  "radiant_lend",
286
286
  "aave_lending",
287
- "vicune_lending",
287
+ "vicuna_lending",
288
288
  "takotako_lending",
289
289
  "lendle_lending",
290
290
  "vicuna_lending",
@@ -1211,6 +1211,24 @@ declare const app: Elysia<"", false, {
1211
1211
  };
1212
1212
  };
1213
1213
  };
1214
+ } & {
1215
+ "campaigns-to-process": {
1216
+ next: {
1217
+ get: {
1218
+ body: unknown;
1219
+ params: {};
1220
+ query: {
1221
+ chainId: number;
1222
+ };
1223
+ headers: unknown;
1224
+ response: {
1225
+ 200: {
1226
+ campaignId: string;
1227
+ };
1228
+ };
1229
+ };
1230
+ };
1231
+ };
1214
1232
  } & {
1215
1233
  "campaigns-to-process": {
1216
1234
  engine: {
@@ -1952,7 +1970,7 @@ declare const app: Elysia<"", false, {
1952
1970
  };
1953
1971
  response: {
1954
1972
  200: {
1955
- [x: string]: {
1973
+ [x: number]: {
1956
1974
  rewardCount: number;
1957
1975
  breakdownCount: number;
1958
1976
  };
@@ -2761,6 +2779,7 @@ declare const app: Elysia<"", false, {
2761
2779
  live: string;
2762
2780
  tree: string;
2763
2781
  lastTree: string;
2782
+ endOfDisputePeriod: number;
2764
2783
  };
2765
2784
  };
2766
2785
  };
@@ -3306,6 +3325,28 @@ declare const app: Elysia<"", false, {
3306
3325
  };
3307
3326
  };
3308
3327
  };
3328
+ } & {
3329
+ delay: {
3330
+ status: {
3331
+ get: {
3332
+ body: unknown;
3333
+ params: {};
3334
+ query: unknown;
3335
+ headers: unknown;
3336
+ response: {
3337
+ 200: {
3338
+ [x: number]: {
3339
+ live: string;
3340
+ tree: string;
3341
+ lastTree: string;
3342
+ endOfDisputePeriod: number;
3343
+ delayed: Awaited<ReturnType<typeof import("./modules/v4/status").StatusService.findManyDelay>>;
3344
+ };
3345
+ };
3346
+ };
3347
+ };
3348
+ };
3349
+ };
3309
3350
  };
3310
3351
  };
3311
3352
  } & {
@@ -247,6 +247,24 @@ export declare const CampaignController: Elysia<"/campaigns", false, {
247
247
  };
248
248
  };
249
249
  };
250
+ } & {
251
+ "campaigns-to-process": {
252
+ next: {
253
+ get: {
254
+ body: unknown;
255
+ params: {};
256
+ query: {
257
+ chainId: number;
258
+ };
259
+ headers: unknown;
260
+ response: {
261
+ 200: {
262
+ campaignId: string;
263
+ };
264
+ };
265
+ };
266
+ };
267
+ };
250
268
  } & {
251
269
  "campaigns-to-process": {
252
270
  engine: {
@@ -61,6 +61,13 @@ export const CampaignController = new Elysia({ prefix: "/campaigns", detail: { t
61
61
  throwOnUnsupportedChainId(query.chainId);
62
62
  },
63
63
  detail: { hide: true },
64
+ })
65
+ .get("/next", async ({ query }) => await CampaignService.findNextCampaignToProcess(query.chainId), {
66
+ query: ChainUniqueDto,
67
+ beforeHandle: ({ query }) => {
68
+ throwOnUnsupportedChainId(query.chainId);
69
+ },
70
+ detail: { hide: true },
64
71
  })
65
72
  // ─── Marks A Campaignid As Processing ────────
66
73
  .post("/engine", async ({ query }) => await CampaignService.pickCampaignToProcess(query.chainId), {
@@ -137,6 +137,9 @@ export declare abstract class CampaignService {
137
137
  }[];
138
138
  campaignId: string;
139
139
  }[]>;
140
+ static findNextCampaignToProcess(chainId: ChainId): Promise<{
141
+ campaignId: string;
142
+ }>;
140
143
  static pickCampaignToProcess(chainId: ChainId): Promise<{
141
144
  campaignId: string;
142
145
  }>;
@@ -6,6 +6,7 @@ import { OpportunityService } from "../opportunity";
6
6
  import { InvalidParameter } from "../../../utils/error";
7
7
  import { executeSimple } from "../../../utils/execute";
8
8
  import { log } from "../../../utils/logger";
9
+ import { apiDbClient } from "../../../utils/prisma";
9
10
  import { NETWORK_LABELS, } from "@sdk";
10
11
  import { utils } from "ethers";
11
12
  import moment from "moment";
@@ -151,8 +152,23 @@ export class CampaignService {
151
152
  return await CampaignRepository.findUniqueOrThrow(id);
152
153
  }
153
154
  static async findCampaignsToProcess(distributionChainId) {
155
+ await apiDbClient.campaignStatus.updateMany({
156
+ data: {
157
+ status: "SUCCESS",
158
+ },
159
+ where: {
160
+ Campaign: {
161
+ distributionChainId: 1,
162
+ },
163
+ status: "PROCESSING",
164
+ },
165
+ });
154
166
  return (await CampaignRepository.findCampaignsToProcess(distributionChainId)).filter(campaign => campaign.endTimestamp > campaign?.CampaignStatus?.[0]?.computedUntil);
155
167
  }
168
+ static async findNextCampaignToProcess(chainId) {
169
+ const campaigns = await CampaignService.findCampaignsToProcess(chainId);
170
+ return { campaignId: campaigns[0].campaignId };
171
+ }
156
172
  static async pickCampaignToProcess(chainId) {
157
173
  const campaigns = await CampaignService.findCampaignsToProcess(chainId);
158
174
  for (const campaign of campaigns) {
@@ -48,6 +48,7 @@ export declare const MerklRootController: Elysia<"/roots", false, {
48
48
  live: string;
49
49
  tree: string;
50
50
  lastTree: string;
51
+ endOfDisputePeriod: number;
51
52
  };
52
53
  };
53
54
  };
@@ -17,6 +17,7 @@ export declare class MerklRootRepository {
17
17
  live: any;
18
18
  tree: any;
19
19
  lastTree: any;
20
+ endOfDisputePeriod: any;
20
21
  }>;
21
22
  static create(x: CreateRootModel): Promise<{
22
23
  timestamp: bigint;
@@ -24,9 +24,8 @@ export class MerklRootRepository {
24
24
  return [res[0], res[1]];
25
25
  }
26
26
  static async fetch(chainId) {
27
- const live = await DistributorService(chainId).fetchLiveMerklRoot();
28
- const [tree, lastTree] = await DistributorService(chainId).fetchTreeAndLastTreeMerklRoots();
29
- return { live, tree, lastTree };
27
+ const { live, tree, lastTree, endOfDisputePeriod } = await DistributorService(chainId).fetchUpdateData();
28
+ return { live, tree, lastTree, endOfDisputePeriod };
30
29
  }
31
30
  static async create(x) {
32
31
  return await apiDbClient.merklRoot.create({
@@ -1,4 +1,3 @@
1
- import type { CacheKeys } from "../../../cache/keys";
2
1
  import type { ChainId } from "@sdk";
3
2
  import type { CreateRootModel, RootByTimestampModel } from "./merklRoot.model";
4
3
  export declare class MerklRootService {
@@ -19,7 +18,12 @@ export declare class MerklRootService {
19
18
  * @param chainId to fetch roots for
20
19
  * @returns object with live and last tree roots
21
20
  */
22
- static fetch(chainId: ChainId): Promise<CacheKeys["CurrentRoot"]["returns"]>;
21
+ static fetch(chainId: ChainId): Promise<{
22
+ live: any;
23
+ tree: any;
24
+ lastTree: any;
25
+ endOfDisputePeriod: any;
26
+ }>;
23
27
  /**
24
28
  * Fetch all roots for the provided chains
25
29
  * @param chainIds to fetch roots for
@@ -29,6 +33,7 @@ export declare class MerklRootService {
29
33
  live: string;
30
34
  tree: string;
31
35
  lastTree: string;
36
+ endOfDisputePeriod: number;
32
37
  }>>;
33
38
  static create(x: CreateRootModel): Promise<{
34
39
  timestamp: bigint;
@@ -2,7 +2,55 @@ import type { partialConfig } from "./programPayload.model";
2
2
  export declare enum program {
3
3
  Puffer = "Puffer",
4
4
  ZkSync = "ZkSync",
5
- Mode = "Mode"
5
+ Mode = "Mode",
6
+ Vicuna = "Vicuna"
7
+ }
8
+ export declare enum vicunaCampaigns {
9
+ wS_USDC_Equalizer_Vault_Vicuna = "wS/USDC Equalizer Vault 0xc83CE82CEb536a6bCf6678EC4B308A6739057050",
10
+ wS_EQUAL_Equalizer_Vault_Vicuna = "wS/EQUAL Equalizer Vault 0x3D66328c513ed56D5dB02eE7dFBF5D0E1d90836D",
11
+ wS_stS_Equalizer_Vault_Vicuna = "wS/stS Equalizer Vault 0x9418FDfcDdC546ADb990a575e2a31E4D30c2e36C",
12
+ wS_BRUSH_Equalizer_Vault_Vicuna = "wS/BRUSH Equalizer Vault 0x585A8941a9faeD644829Ce5CF7919776DBd53990",
13
+ wS_GOGLZ_Equalizer_Vault_Vicuna = "wS/GOGLZ Equalizer Vault 0xf82d99F2a745e479f27b191fdF74b338887e73e2",
14
+ wS_ECO_Equalizer_Vault_Vicuna = "wS/ECO Equalizer Vault 0x845Df2f5f394879caB662247cFF77fE18787e7Ad",
15
+ wS_ANON_Equalizer_Vault_Vicuna = "wS/ANON Equalizer Vault 0x15be5c53Aa95e6c418BCB365081ab3e786904b04",
16
+ wS_THC_Equalizer_Vault_Vicuna = "wS/THC Equalizer Vault 0x89fcD4093719e1d539F4A7953c53020C7b6d2e2E",
17
+ wS_stS_Balancer_Vault_Vicuna = "wS/stS Balancer Vault 0x02D742f182D2a588c54E7DC998aD19f9D795bC51",
18
+ scUSD_stS_Balancer_Vault_Vicuna = "scUSDC/stS Balancer Vault 0xca830eaE0b3F65c6FB4fD824F1b442956fE5D424",
19
+ wS_SWPX_Swapx_Vault_Vicuna = "wS/SWPX Swapx Vault 0x183d7f69F581A97A5343dF8828b1303bf9eC27b0",
20
+ wS_USDC_Swapx_Vault_Vicuna = "wS/USDC Swapx Vault 0xb57A91b7DD83E2E3B7cDf17D0912B03Bc0bf7327",
21
+ wS_scETH_Swapx_Vault_Vicuna = "wS/scETH Swapx Vault 0xD6141D887E6A16f7AAbdFAf77ACfFC1b3Ee27be5",
22
+ wS_stS_Swapx_Vault_Vicuna = "wS/stS Swapx Vault 0xd50190C922f252dA3A8106f527F41dFFe1B16067",
23
+ wS_wETH_Swapx_Vault_Vicuna = "wS/wETH Swapx Vault 0xB59f7edC55760DB39b4a69dc44eb0B34d66589d6",
24
+ wS_oS_Swapx_Vault_Vicuna = "wS/oS Swapx Vault 0xF58653cCE3E68F769A75924dd83dD3bd24C04104",
25
+ USDC_SWPX_Swapx_Vault_Vicuna = "USDC/SWPX Swapx Vault 0xc90781e2fbBb748Dae79EE179173eF0C783476e8",
26
+ USDC_wETH_Swapx_Vault_Vicuna = "USDC/wETH Swapx Vault 0x1d9cf65B2468075A38fFE5d32D83E31AC1539Ccc",
27
+ USDC_scUSD_Swapx_Vault_Vicuna = "USDC/scUSD Swapx Vault 0xC36F478888dDDfa1a50f27442c610ac5dbA8C22A",
28
+ USDC_stS_Swapx_Vault_Vicuna = "USDC/stS Swapx Vault 0x51D5871a9c865FEA9fAF86e48Cc5e999106baEe4",
29
+ wETH_USDC_Swapx_Vault_Vicuna = "wETH/USDC Swapx Vault 0x953fB377Ef19D29117C4F7020F4492a1692A493a",
30
+ oS_wS_Swapx_Vault_Vicuna = "oS/wS Swapx Vault 0xfe4812f9e6c7a098CBA5c43B8F2c4D9F87a4D6a7",
31
+ scUSD_USDC_Swapx_Vault_Vicuna = "scUSD/USDC Swapx Vault 0x6De36C1Af417A438a69d4AAa3655022E52bbC606",
32
+ stS_wS_Swapx_Vault_Vicuna = "stS/wS Swapx Vault 0xf462864B174d7A084881A6F1E61553318E3D6471",
33
+ SACRA_wS_Swapx_Vault_Vicuna = "SACRA/wS Swapx Vault Vicuna 0xE253373E5e424BE330DC41837054462f6e6d66aE",
34
+ wS_ECO_Swapx_Vault_Vicuna = "wS/ECO Swapx Vault 0x975ba9fcaeb197c3e615f9dffcafe8c7fcd4d8ea",
35
+ wS_GOGLZ_Swapx_Vault_Vicuna = "wS/GOGLZ Swapx Vault 0xe3243b741a54a1a5d29bcd7856c7b70cfdd76f1b",
36
+ wS_HEDGY_Swapx_Vault_Vicuna = "wS/HEDGY Swapx Vault 0x517cf3dd00b7bae948b42adb5532d32c5e665580",
37
+ wS_TYSG_Swapx_Vault_Vicuna = "wS/TYSG Swapx Vault 0x90decf248b0e386d7538437cb548dad9d61bce24",
38
+ wS_sDOG_Swapx_Vault_Vicuna = "wS/sDOG Swapx Vault 0xbae81e65ff1a9e3170afadb23d7a2b6cec6079b8",
39
+ wS_SHIBA_Swapx_Vault_Vicuna = "wS/SHIBA Swapx Vault 0xdf78107cf7d4568e1e5a750a3cc9558034b07502",
40
+ wS_Vicuna_Sonic = "wS Vicuna Sonic 0x9E581fC9181f99c3c4DAB344B91C55DaEb9413fe",
41
+ USDCe_Vicuna_Sonic = "USDC.e Vicuna Sonic 0xF224CB039F2B5909197c019b1972E62d7fdCdA0f",
42
+ scUSD_Vicuna_Sonic = "scUSD Vicuna Sonic 0xF9f65F8c6566d71C5966a0a1852cEd1Eb978bafb",
43
+ wETH_Vicuna_Sonic = "wETH Vicuna Sonic 0xA1241Ce1fBB74Ff37D5c73dcB84326766C3852C0",
44
+ USDTe_Vicuna_Sonic = "USDT.e Vicuna Sonic 0xb401dc6D04fd6D3993345dE2858065ddC9a36b79",
45
+ wOS_Vicuna_Sonic = "wOS Vicuna Sonic 0x9BF96Dee5b4161c5cA3DDDf2D19cc677B6832644",
46
+ stS_Vicuna_Sonic = "stS Vicuna Sonic 0x4C8D17317884B53bEfE5abeF884818b2fbe0A2dD",
47
+ wS_Variable_Debt_Vicuna_Sonic = "wS Variable Debt Vicuna Sonic 0x1b0ce878895518Fb2067cFB56B50b376b2d62c72",
48
+ USDCe_Variable_Debt_Vicuna_Sonic = "USDC.e Variable Debt Vicuna Sonic 0x083b54e455430c2fca30C7dF6538423155f04e8c",
49
+ scUSD_Variable_Debt_Vicuna_Sonic = "scUSD Variable Debt Vicuna Sonic 0xDA02eA41574b31ab95E50ec1E6F1315543F30Ca8",
50
+ wETH_Variable_Debt_Vicuna_Sonic = "wETH Variable Debt Vicuna Sonic 0x50b547B44182973066607fA030cE9B8C7CE05A80",
51
+ USDTe_Variable_Debt_Vicuna_Sonic = "USDT.e Variable Debt Vicuna Sonic 0x7e5EC2B98691d20FfDf4d1F37c7B1733a03C3a84",
52
+ wOS_Variable_Debt_Vicuna_Sonic = "wOS Variable Debt Vicuna Sonic 0xcbf8f9bA27a1377CDEa79457EE7Df8fe66f21F55",
53
+ stS_Variable_Debt_Vicuna_Sonic = "stS Variable Debt Vicuna Sonic 0x7E82597B158663ECA96f9C65DeFCB02d55c3BC1f"
6
54
  }
7
55
  export declare enum pufferCampaigns {
8
56
  Zircuit_Restaking_Pool = "0xF047ab4c75cebf0eB9ed34Ae2c186f3611aEAfa6",
@@ -207,6 +255,9 @@ export declare enum modeCampaigns {
207
255
  Bedrock_Ionic_Supply_ionuniBTC_Mode = "Bedrock Ionic Supply uniBTC 0xa48750877a83f7dec11f722178c317b54a44d142",
208
256
  Bedrock_Ironclad_Supply_uniBTC_Mode = "Bedrock Ironclad Supply uniBTC 0x0F041cf2ae959f39215EFfB50d681Df55D4d90B1"
209
257
  }
258
+ declare const VicunaInterfaceCampaigns: {
259
+ [key in vicunaCampaigns]: partialConfig;
260
+ };
210
261
  declare const ModeInterfaceCampaigns: {
211
262
  [key in modeCampaigns]: partialConfig;
212
263
  };
@@ -217,6 +268,6 @@ declare const PufferInterfaceCampaigns: {
217
268
  [key in pufferCampaigns]: partialConfig;
218
269
  };
219
270
  export declare const MerklInterfaceCampaigns: {
220
- [key in program]: typeof PufferInterfaceCampaigns | typeof ZkSyncInterfaceCampaigns | typeof ModeInterfaceCampaigns;
271
+ [key in program]: typeof PufferInterfaceCampaigns | typeof ZkSyncInterfaceCampaigns | typeof ModeInterfaceCampaigns | typeof VicunaInterfaceCampaigns;
221
272
  };
222
273
  export {};