@merkl/api 1.4.7 → 1.4.8

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.
Files changed (35) hide show
  1. package/dist/src/eden/index.d.ts +240 -672
  2. package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/ownerFinder.js.map +1 -1
  3. package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesRound1.js.map +1 -1
  4. package/dist/src/engine/implementations/Erc20/subTypes/factories.js.map +1 -1
  5. package/dist/src/engine/implementations/Erc20/subTypes/implementations/eulerEarn/metadata.js.map +1 -1
  6. package/dist/src/engine/implementations/Erc20/subTypes/index.d.ts +0 -1
  7. package/dist/src/engine/implementations/Erc20/subTypes/index.js.map +1 -1
  8. package/dist/src/index.d.ts +4 -440
  9. package/dist/src/libs/computeFee.d.ts +12 -17
  10. package/dist/src/modules/v4/campaign/campaign.service.js.map +1 -1
  11. package/dist/src/modules/v4/config/config.controller.d.ts +4 -8
  12. package/dist/src/modules/v4/payload/payload.model.d.ts +13 -12
  13. package/dist/src/modules/v4/payload/payload.model.js.map +1 -1
  14. package/dist/src/modules/v4/payload/payload.service.js.map +1 -1
  15. package/dist/src/modules/v4/programPayload/programPayload.controller.d.ts +0 -432
  16. package/dist/src/modules/v4/programPayload/programPayload.model.d.ts +20 -18
  17. package/dist/src/modules/v4/programPayload/programPayload.repository.d.ts +7 -1
  18. package/dist/src/modules/v4/programPayload/programPayload.repository.js.map +1 -1
  19. package/dist/src/modules/v4/programPayload/subPayloads/aave.d.ts +3 -1
  20. package/dist/src/modules/v4/programPayload/subPayloads/aave.js.map +1 -1
  21. package/dist/src/modules/v4/programPayload/subPayloads/drip.d.ts +45 -3
  22. package/dist/src/modules/v4/programPayload/subPayloads/drip.js.map +1 -1
  23. package/dist/src/modules/v4/programPayload/subPayloads/ethena.d.ts +4 -1
  24. package/dist/src/modules/v4/programPayload/subPayloads/ethena.js.map +1 -1
  25. package/dist/src/modules/v4/programPayload/subPayloads/hypurrFi.js.map +1 -1
  26. package/dist/src/modules/v4/programPayload/subPayloads/nibiru.js.map +1 -1
  27. package/dist/src/modules/v4/programPayload/subPayloads/redbelly.d.ts +4 -1
  28. package/dist/src/modules/v4/programPayload/subPayloads/redbelly.js.map +1 -1
  29. package/dist/src/modules/v4/programPayload/subPayloads/rezerve.d.ts +2 -1
  30. package/dist/src/modules/v4/programPayload/subPayloads/rezerve.js.map +1 -1
  31. package/dist/src/modules/v4/programPayload/subPayloads/tac.d.ts +2 -1
  32. package/dist/src/modules/v4/programPayload/subPayloads/tac.js.map +1 -1
  33. package/dist/src/modules/v4/router.d.ts +13 -449
  34. package/dist/src/utils/models.d.ts +4 -8
  35. package/package.json +1 -1
@@ -30,15 +30,11 @@ export declare const v4: Elysia<"/v4", {
30
30
  }> | import("@sinclair/typebox").TObject<{
31
31
  boostTokenChainId: import("@sinclair/typebox").TNumber;
32
32
  boostTokenAddress: import("@sinclair/typebox").TString;
33
- boostTokenSymbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
34
- boostTokenDecimals: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
35
33
  boostMultiplicator: import("@sinclair/typebox").TNumber;
36
34
  } & {
37
35
  hookType: import("@sinclair/typebox").TLiteral<import("@package/resources/enums").BOOST>;
38
36
  }> | import("@sinclair/typebox").TObject<{
39
37
  boostTokenAddress: import("@sinclair/typebox").TString;
40
- boostTokenDecimals: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
41
- boostTokenSymbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
42
38
  boostTokenChainId: import("@sinclair/typebox").TNumber;
43
39
  boostTokenThreshold: import("@sinclair/typebox").TNumber;
44
40
  boostConfiguration: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNumber>;
@@ -63,8 +59,6 @@ export declare const v4: Elysia<"/v4", {
63
59
  }> | import("@sinclair/typebox").TObject<{
64
60
  eligibilityTokenChainId: import("@sinclair/typebox").TNumber;
65
61
  eligibilityTokenAddress: import("@sinclair/typebox").TString;
66
- eligibilityTokenSymbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
67
- eligibilityTokenDecimals: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
68
62
  eligibilityTokenThreshold: import("@sinclair/typebox").TNumber;
69
63
  eligibilityDuration: import("@sinclair/typebox").TNumber;
70
64
  } & {
@@ -244,8 +238,6 @@ export declare const v4: Elysia<"/v4", {
244
238
  computeMethod: import("@sinclair/typebox").TLiteral<import("@package/resources/enums").maxDeposit>;
245
239
  }>)[]>>;
246
240
  }>, import("@sinclair/typebox").TUnion<(import("@sinclair/typebox").TObject<{
247
- campaignType: import("@sinclair/typebox").TLiteral<import("@package/resources/enums").INVALID>;
248
- }> | import("@sinclair/typebox").TObject<{
249
241
  whitelist: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>;
250
242
  blacklist: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>;
251
243
  endTimestamp: import("@sinclair/typebox").TNumber;
@@ -646,6 +638,10 @@ export declare const v4: Elysia<"/v4", {
646
638
  targetTokenPricing: import("@sinclair/typebox").TBoolean;
647
639
  } & {
648
640
  campaignType: import("@sinclair/typebox").TLiteral<import("@package/resources/enums").HYPERDRIVELOGFIXPROCESSOR>;
641
+ }> | import("@sinclair/typebox").TObject<{
642
+ endTimestamp: import("@sinclair/typebox").TNumber;
643
+ } & {
644
+ campaignType: import("@sinclair/typebox").TLiteral<import("@package/resources/enums").INVALID>;
649
645
  }> | import("@sinclair/typebox").TObject<{
650
646
  jsonUrl: import("@sinclair/typebox").TString;
651
647
  url: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
@@ -9697,13 +9693,12 @@ export declare const v4: Elysia<"/v4", {
9697
9693
  headers: unknown;
9698
9694
  response: {
9699
9695
  200: ({
9700
- campaignType: import("@package/resources/enums").AJNA;
9696
+ campaignType: import("@package/resources/enums").M0;
9701
9697
  whitelist: string[];
9702
9698
  blacklist: string[];
9703
9699
  endTimestamp: number;
9704
9700
  url?: string | undefined;
9705
- poolId: string;
9706
- subCampaignType: import("@package/resources/enums").AjnaSubCampaignType;
9701
+ markets: string[];
9707
9702
  forwarders: string[];
9708
9703
  } & {
9709
9704
  rewardToken: string;
@@ -9727,14 +9722,10 @@ export declare const v4: Elysia<"/v4", {
9727
9722
  hookType: import("@package/resources/enums").BOOST;
9728
9723
  boostTokenChainId: number;
9729
9724
  boostTokenAddress: string;
9730
- boostTokenSymbol?: string | undefined;
9731
- boostTokenDecimals?: number | undefined;
9732
9725
  boostMultiplicator: number;
9733
9726
  } | {
9734
9727
  hookType: import("@package/resources/enums").BOOSTERC20;
9735
9728
  boostTokenAddress: string;
9736
- boostTokenDecimals?: number | undefined;
9737
- boostTokenSymbol?: string | undefined;
9738
9729
  boostTokenChainId: number;
9739
9730
  boostTokenThreshold: number;
9740
9731
  boostConfiguration: {
@@ -9757,8 +9748,6 @@ export declare const v4: Elysia<"/v4", {
9757
9748
  hookType: import("@package/resources/enums").ELIGIBILITY;
9758
9749
  eligibilityTokenChainId: number;
9759
9750
  eligibilityTokenAddress: string;
9760
- eligibilityTokenSymbol?: string | undefined;
9761
- eligibilityTokenDecimals?: number | undefined;
9762
9751
  eligibilityTokenThreshold: number;
9763
9752
  eligibilityDuration: number;
9764
9753
  } | {
@@ -9912,13 +9901,12 @@ export declare const v4: Elysia<"/v4", {
9912
9901
  };
9913
9902
  } | undefined;
9914
9903
  }) | ({
9915
- campaignType: import("@package/resources/enums").M0;
9904
+ campaignType: import("@package/resources/enums").AAVE_SUPPLY;
9916
9905
  whitelist: string[];
9917
9906
  blacklist: string[];
9918
9907
  endTimestamp: number;
9919
9908
  url?: string | undefined;
9920
- markets: string[];
9921
- forwarders: string[];
9909
+ targetToken: string;
9922
9910
  } & {
9923
9911
  rewardToken: string;
9924
9912
  amount: string;
@@ -9941,14 +9929,10 @@ export declare const v4: Elysia<"/v4", {
9941
9929
  hookType: import("@package/resources/enums").BOOST;
9942
9930
  boostTokenChainId: number;
9943
9931
  boostTokenAddress: string;
9944
- boostTokenSymbol?: string | undefined;
9945
- boostTokenDecimals?: number | undefined;
9946
9932
  boostMultiplicator: number;
9947
9933
  } | {
9948
9934
  hookType: import("@package/resources/enums").BOOSTERC20;
9949
9935
  boostTokenAddress: string;
9950
- boostTokenDecimals?: number | undefined;
9951
- boostTokenSymbol?: string | undefined;
9952
9936
  boostTokenChainId: number;
9953
9937
  boostTokenThreshold: number;
9954
9938
  boostConfiguration: {
@@ -9971,8 +9955,6 @@ export declare const v4: Elysia<"/v4", {
9971
9955
  hookType: import("@package/resources/enums").ELIGIBILITY;
9972
9956
  eligibilityTokenChainId: number;
9973
9957
  eligibilityTokenAddress: string;
9974
- eligibilityTokenSymbol?: string | undefined;
9975
- eligibilityTokenDecimals?: number | undefined;
9976
9958
  eligibilityTokenThreshold: number;
9977
9959
  eligibilityDuration: number;
9978
9960
  } | {
@@ -10126,7 +10108,7 @@ export declare const v4: Elysia<"/v4", {
10126
10108
  };
10127
10109
  } | undefined;
10128
10110
  }) | ({
10129
- campaignType: import("@package/resources/enums").AAVE_SUPPLY;
10111
+ campaignType: import("@package/resources/enums").AAVE_BORROW;
10130
10112
  whitelist: string[];
10131
10113
  blacklist: string[];
10132
10114
  endTimestamp: number;
@@ -10154,14 +10136,10 @@ export declare const v4: Elysia<"/v4", {
10154
10136
  hookType: import("@package/resources/enums").BOOST;
10155
10137
  boostTokenChainId: number;
10156
10138
  boostTokenAddress: string;
10157
- boostTokenSymbol?: string | undefined;
10158
- boostTokenDecimals?: number | undefined;
10159
10139
  boostMultiplicator: number;
10160
10140
  } | {
10161
10141
  hookType: import("@package/resources/enums").BOOSTERC20;
10162
10142
  boostTokenAddress: string;
10163
- boostTokenDecimals?: number | undefined;
10164
- boostTokenSymbol?: string | undefined;
10165
10143
  boostTokenChainId: number;
10166
10144
  boostTokenThreshold: number;
10167
10145
  boostConfiguration: {
@@ -10184,8 +10162,6 @@ export declare const v4: Elysia<"/v4", {
10184
10162
  hookType: import("@package/resources/enums").ELIGIBILITY;
10185
10163
  eligibilityTokenChainId: number;
10186
10164
  eligibilityTokenAddress: string;
10187
- eligibilityTokenSymbol?: string | undefined;
10188
- eligibilityTokenDecimals?: number | undefined;
10189
10165
  eligibilityTokenThreshold: number;
10190
10166
  eligibilityDuration: number;
10191
10167
  } | {
@@ -10339,12 +10315,14 @@ export declare const v4: Elysia<"/v4", {
10339
10315
  };
10340
10316
  } | undefined;
10341
10317
  }) | ({
10342
- campaignType: import("@package/resources/enums").AAVE_BORROW;
10318
+ campaignType: import("@package/resources/enums").AJNA;
10343
10319
  whitelist: string[];
10344
10320
  blacklist: string[];
10345
10321
  endTimestamp: number;
10346
10322
  url?: string | undefined;
10347
- targetToken: string;
10323
+ poolId: string;
10324
+ subCampaignType: import("@package/resources/enums").AjnaSubCampaignType;
10325
+ forwarders: string[];
10348
10326
  } & {
10349
10327
  rewardToken: string;
10350
10328
  amount: string;
@@ -10367,14 +10345,10 @@ export declare const v4: Elysia<"/v4", {
10367
10345
  hookType: import("@package/resources/enums").BOOST;
10368
10346
  boostTokenChainId: number;
10369
10347
  boostTokenAddress: string;
10370
- boostTokenSymbol?: string | undefined;
10371
- boostTokenDecimals?: number | undefined;
10372
10348
  boostMultiplicator: number;
10373
10349
  } | {
10374
10350
  hookType: import("@package/resources/enums").BOOSTERC20;
10375
10351
  boostTokenAddress: string;
10376
- boostTokenDecimals?: number | undefined;
10377
- boostTokenSymbol?: string | undefined;
10378
10352
  boostTokenChainId: number;
10379
10353
  boostTokenThreshold: number;
10380
10354
  boostConfiguration: {
@@ -10397,8 +10371,6 @@ export declare const v4: Elysia<"/v4", {
10397
10371
  hookType: import("@package/resources/enums").ELIGIBILITY;
10398
10372
  eligibilityTokenChainId: number;
10399
10373
  eligibilityTokenAddress: string;
10400
- eligibilityTokenSymbol?: string | undefined;
10401
- eligibilityTokenDecimals?: number | undefined;
10402
10374
  eligibilityTokenThreshold: number;
10403
10375
  eligibilityDuration: number;
10404
10376
  } | {
@@ -10588,14 +10560,10 @@ export declare const v4: Elysia<"/v4", {
10588
10560
  hookType: import("@package/resources/enums").BOOST;
10589
10561
  boostTokenChainId: number;
10590
10562
  boostTokenAddress: string;
10591
- boostTokenSymbol?: string | undefined;
10592
- boostTokenDecimals?: number | undefined;
10593
10563
  boostMultiplicator: number;
10594
10564
  } | {
10595
10565
  hookType: import("@package/resources/enums").BOOSTERC20;
10596
10566
  boostTokenAddress: string;
10597
- boostTokenDecimals?: number | undefined;
10598
- boostTokenSymbol?: string | undefined;
10599
10567
  boostTokenChainId: number;
10600
10568
  boostTokenThreshold: number;
10601
10569
  boostConfiguration: {
@@ -10618,8 +10586,6 @@ export declare const v4: Elysia<"/v4", {
10618
10586
  hookType: import("@package/resources/enums").ELIGIBILITY;
10619
10587
  eligibilityTokenChainId: number;
10620
10588
  eligibilityTokenAddress: string;
10621
- eligibilityTokenSymbol?: string | undefined;
10622
- eligibilityTokenDecimals?: number | undefined;
10623
10589
  eligibilityTokenThreshold: number;
10624
10590
  eligibilityDuration: number;
10625
10591
  } | {
@@ -10802,14 +10768,10 @@ export declare const v4: Elysia<"/v4", {
10802
10768
  hookType: import("@package/resources/enums").BOOST;
10803
10769
  boostTokenChainId: number;
10804
10770
  boostTokenAddress: string;
10805
- boostTokenSymbol?: string | undefined;
10806
- boostTokenDecimals?: number | undefined;
10807
10771
  boostMultiplicator: number;
10808
10772
  } | {
10809
10773
  hookType: import("@package/resources/enums").BOOSTERC20;
10810
10774
  boostTokenAddress: string;
10811
- boostTokenDecimals?: number | undefined;
10812
- boostTokenSymbol?: string | undefined;
10813
10775
  boostTokenChainId: number;
10814
10776
  boostTokenThreshold: number;
10815
10777
  boostConfiguration: {
@@ -10832,8 +10794,6 @@ export declare const v4: Elysia<"/v4", {
10832
10794
  hookType: import("@package/resources/enums").ELIGIBILITY;
10833
10795
  eligibilityTokenChainId: number;
10834
10796
  eligibilityTokenAddress: string;
10835
- eligibilityTokenSymbol?: string | undefined;
10836
- eligibilityTokenDecimals?: number | undefined;
10837
10797
  eligibilityTokenThreshold: number;
10838
10798
  eligibilityDuration: number;
10839
10799
  } | {
@@ -11015,14 +10975,10 @@ export declare const v4: Elysia<"/v4", {
11015
10975
  hookType: import("@package/resources/enums").BOOST;
11016
10976
  boostTokenChainId: number;
11017
10977
  boostTokenAddress: string;
11018
- boostTokenSymbol?: string | undefined;
11019
- boostTokenDecimals?: number | undefined;
11020
10978
  boostMultiplicator: number;
11021
10979
  } | {
11022
10980
  hookType: import("@package/resources/enums").BOOSTERC20;
11023
10981
  boostTokenAddress: string;
11024
- boostTokenDecimals?: number | undefined;
11025
- boostTokenSymbol?: string | undefined;
11026
10982
  boostTokenChainId: number;
11027
10983
  boostTokenThreshold: number;
11028
10984
  boostConfiguration: {
@@ -11045,8 +11001,6 @@ export declare const v4: Elysia<"/v4", {
11045
11001
  hookType: import("@package/resources/enums").ELIGIBILITY;
11046
11002
  eligibilityTokenChainId: number;
11047
11003
  eligibilityTokenAddress: string;
11048
- eligibilityTokenSymbol?: string | undefined;
11049
- eligibilityTokenDecimals?: number | undefined;
11050
11004
  eligibilityTokenThreshold: number;
11051
11005
  eligibilityDuration: number;
11052
11006
  } | {
@@ -11228,14 +11182,10 @@ export declare const v4: Elysia<"/v4", {
11228
11182
  hookType: import("@package/resources/enums").BOOST;
11229
11183
  boostTokenChainId: number;
11230
11184
  boostTokenAddress: string;
11231
- boostTokenSymbol?: string | undefined;
11232
- boostTokenDecimals?: number | undefined;
11233
11185
  boostMultiplicator: number;
11234
11186
  } | {
11235
11187
  hookType: import("@package/resources/enums").BOOSTERC20;
11236
11188
  boostTokenAddress: string;
11237
- boostTokenDecimals?: number | undefined;
11238
- boostTokenSymbol?: string | undefined;
11239
11189
  boostTokenChainId: number;
11240
11190
  boostTokenThreshold: number;
11241
11191
  boostConfiguration: {
@@ -11258,8 +11208,6 @@ export declare const v4: Elysia<"/v4", {
11258
11208
  hookType: import("@package/resources/enums").ELIGIBILITY;
11259
11209
  eligibilityTokenChainId: number;
11260
11210
  eligibilityTokenAddress: string;
11261
- eligibilityTokenSymbol?: string | undefined;
11262
- eligibilityTokenDecimals?: number | undefined;
11263
11211
  eligibilityTokenThreshold: number;
11264
11212
  eligibilityDuration: number;
11265
11213
  } | {
@@ -11444,14 +11392,10 @@ export declare const v4: Elysia<"/v4", {
11444
11392
  hookType: import("@package/resources/enums").BOOST;
11445
11393
  boostTokenChainId: number;
11446
11394
  boostTokenAddress: string;
11447
- boostTokenSymbol?: string | undefined;
11448
- boostTokenDecimals?: number | undefined;
11449
11395
  boostMultiplicator: number;
11450
11396
  } | {
11451
11397
  hookType: import("@package/resources/enums").BOOSTERC20;
11452
11398
  boostTokenAddress: string;
11453
- boostTokenDecimals?: number | undefined;
11454
- boostTokenSymbol?: string | undefined;
11455
11399
  boostTokenChainId: number;
11456
11400
  boostTokenThreshold: number;
11457
11401
  boostConfiguration: {
@@ -11474,8 +11418,6 @@ export declare const v4: Elysia<"/v4", {
11474
11418
  hookType: import("@package/resources/enums").ELIGIBILITY;
11475
11419
  eligibilityTokenChainId: number;
11476
11420
  eligibilityTokenAddress: string;
11477
- eligibilityTokenSymbol?: string | undefined;
11478
- eligibilityTokenDecimals?: number | undefined;
11479
11421
  eligibilityTokenThreshold: number;
11480
11422
  eligibilityDuration: number;
11481
11423
  } | {
@@ -11658,14 +11600,10 @@ export declare const v4: Elysia<"/v4", {
11658
11600
  hookType: import("@package/resources/enums").BOOST;
11659
11601
  boostTokenChainId: number;
11660
11602
  boostTokenAddress: string;
11661
- boostTokenSymbol?: string | undefined;
11662
- boostTokenDecimals?: number | undefined;
11663
11603
  boostMultiplicator: number;
11664
11604
  } | {
11665
11605
  hookType: import("@package/resources/enums").BOOSTERC20;
11666
11606
  boostTokenAddress: string;
11667
- boostTokenDecimals?: number | undefined;
11668
- boostTokenSymbol?: string | undefined;
11669
11607
  boostTokenChainId: number;
11670
11608
  boostTokenThreshold: number;
11671
11609
  boostConfiguration: {
@@ -11688,8 +11626,6 @@ export declare const v4: Elysia<"/v4", {
11688
11626
  hookType: import("@package/resources/enums").ELIGIBILITY;
11689
11627
  eligibilityTokenChainId: number;
11690
11628
  eligibilityTokenAddress: string;
11691
- eligibilityTokenSymbol?: string | undefined;
11692
- eligibilityTokenDecimals?: number | undefined;
11693
11629
  eligibilityTokenThreshold: number;
11694
11630
  eligibilityDuration: number;
11695
11631
  } | {
@@ -11871,14 +11807,10 @@ export declare const v4: Elysia<"/v4", {
11871
11807
  hookType: import("@package/resources/enums").BOOST;
11872
11808
  boostTokenChainId: number;
11873
11809
  boostTokenAddress: string;
11874
- boostTokenSymbol?: string | undefined;
11875
- boostTokenDecimals?: number | undefined;
11876
11810
  boostMultiplicator: number;
11877
11811
  } | {
11878
11812
  hookType: import("@package/resources/enums").BOOSTERC20;
11879
11813
  boostTokenAddress: string;
11880
- boostTokenDecimals?: number | undefined;
11881
- boostTokenSymbol?: string | undefined;
11882
11814
  boostTokenChainId: number;
11883
11815
  boostTokenThreshold: number;
11884
11816
  boostConfiguration: {
@@ -11901,8 +11833,6 @@ export declare const v4: Elysia<"/v4", {
11901
11833
  hookType: import("@package/resources/enums").ELIGIBILITY;
11902
11834
  eligibilityTokenChainId: number;
11903
11835
  eligibilityTokenAddress: string;
11904
- eligibilityTokenSymbol?: string | undefined;
11905
- eligibilityTokenDecimals?: number | undefined;
11906
11836
  eligibilityTokenThreshold: number;
11907
11837
  eligibilityDuration: number;
11908
11838
  } | {
@@ -12088,14 +12018,10 @@ export declare const v4: Elysia<"/v4", {
12088
12018
  hookType: import("@package/resources/enums").BOOST;
12089
12019
  boostTokenChainId: number;
12090
12020
  boostTokenAddress: string;
12091
- boostTokenSymbol?: string | undefined;
12092
- boostTokenDecimals?: number | undefined;
12093
12021
  boostMultiplicator: number;
12094
12022
  } | {
12095
12023
  hookType: import("@package/resources/enums").BOOSTERC20;
12096
12024
  boostTokenAddress: string;
12097
- boostTokenDecimals?: number | undefined;
12098
- boostTokenSymbol?: string | undefined;
12099
12025
  boostTokenChainId: number;
12100
12026
  boostTokenThreshold: number;
12101
12027
  boostConfiguration: {
@@ -12118,8 +12044,6 @@ export declare const v4: Elysia<"/v4", {
12118
12044
  hookType: import("@package/resources/enums").ELIGIBILITY;
12119
12045
  eligibilityTokenChainId: number;
12120
12046
  eligibilityTokenAddress: string;
12121
- eligibilityTokenSymbol?: string | undefined;
12122
- eligibilityTokenDecimals?: number | undefined;
12123
12047
  eligibilityTokenThreshold: number;
12124
12048
  eligibilityDuration: number;
12125
12049
  } | {
@@ -12302,14 +12226,10 @@ export declare const v4: Elysia<"/v4", {
12302
12226
  hookType: import("@package/resources/enums").BOOST;
12303
12227
  boostTokenChainId: number;
12304
12228
  boostTokenAddress: string;
12305
- boostTokenSymbol?: string | undefined;
12306
- boostTokenDecimals?: number | undefined;
12307
12229
  boostMultiplicator: number;
12308
12230
  } | {
12309
12231
  hookType: import("@package/resources/enums").BOOSTERC20;
12310
12232
  boostTokenAddress: string;
12311
- boostTokenDecimals?: number | undefined;
12312
- boostTokenSymbol?: string | undefined;
12313
12233
  boostTokenChainId: number;
12314
12234
  boostTokenThreshold: number;
12315
12235
  boostConfiguration: {
@@ -12332,8 +12252,6 @@ export declare const v4: Elysia<"/v4", {
12332
12252
  hookType: import("@package/resources/enums").ELIGIBILITY;
12333
12253
  eligibilityTokenChainId: number;
12334
12254
  eligibilityTokenAddress: string;
12335
- eligibilityTokenSymbol?: string | undefined;
12336
- eligibilityTokenDecimals?: number | undefined;
12337
12255
  eligibilityTokenThreshold: number;
12338
12256
  eligibilityDuration: number;
12339
12257
  } | {
@@ -12516,14 +12434,10 @@ export declare const v4: Elysia<"/v4", {
12516
12434
  hookType: import("@package/resources/enums").BOOST;
12517
12435
  boostTokenChainId: number;
12518
12436
  boostTokenAddress: string;
12519
- boostTokenSymbol?: string | undefined;
12520
- boostTokenDecimals?: number | undefined;
12521
12437
  boostMultiplicator: number;
12522
12438
  } | {
12523
12439
  hookType: import("@package/resources/enums").BOOSTERC20;
12524
12440
  boostTokenAddress: string;
12525
- boostTokenDecimals?: number | undefined;
12526
- boostTokenSymbol?: string | undefined;
12527
12441
  boostTokenChainId: number;
12528
12442
  boostTokenThreshold: number;
12529
12443
  boostConfiguration: {
@@ -12546,8 +12460,6 @@ export declare const v4: Elysia<"/v4", {
12546
12460
  hookType: import("@package/resources/enums").ELIGIBILITY;
12547
12461
  eligibilityTokenChainId: number;
12548
12462
  eligibilityTokenAddress: string;
12549
- eligibilityTokenSymbol?: string | undefined;
12550
- eligibilityTokenDecimals?: number | undefined;
12551
12463
  eligibilityTokenThreshold: number;
12552
12464
  eligibilityDuration: number;
12553
12465
  } | {
@@ -12737,14 +12649,10 @@ export declare const v4: Elysia<"/v4", {
12737
12649
  hookType: import("@package/resources/enums").BOOST;
12738
12650
  boostTokenChainId: number;
12739
12651
  boostTokenAddress: string;
12740
- boostTokenSymbol?: string | undefined;
12741
- boostTokenDecimals?: number | undefined;
12742
12652
  boostMultiplicator: number;
12743
12653
  } | {
12744
12654
  hookType: import("@package/resources/enums").BOOSTERC20;
12745
12655
  boostTokenAddress: string;
12746
- boostTokenDecimals?: number | undefined;
12747
- boostTokenSymbol?: string | undefined;
12748
12656
  boostTokenChainId: number;
12749
12657
  boostTokenThreshold: number;
12750
12658
  boostConfiguration: {
@@ -12767,8 +12675,6 @@ export declare const v4: Elysia<"/v4", {
12767
12675
  hookType: import("@package/resources/enums").ELIGIBILITY;
12768
12676
  eligibilityTokenChainId: number;
12769
12677
  eligibilityTokenAddress: string;
12770
- eligibilityTokenSymbol?: string | undefined;
12771
- eligibilityTokenDecimals?: number | undefined;
12772
12678
  eligibilityTokenThreshold: number;
12773
12679
  eligibilityDuration: number;
12774
12680
  } | {
@@ -12951,14 +12857,10 @@ export declare const v4: Elysia<"/v4", {
12951
12857
  hookType: import("@package/resources/enums").BOOST;
12952
12858
  boostTokenChainId: number;
12953
12859
  boostTokenAddress: string;
12954
- boostTokenSymbol?: string | undefined;
12955
- boostTokenDecimals?: number | undefined;
12956
12860
  boostMultiplicator: number;
12957
12861
  } | {
12958
12862
  hookType: import("@package/resources/enums").BOOSTERC20;
12959
12863
  boostTokenAddress: string;
12960
- boostTokenDecimals?: number | undefined;
12961
- boostTokenSymbol?: string | undefined;
12962
12864
  boostTokenChainId: number;
12963
12865
  boostTokenThreshold: number;
12964
12866
  boostConfiguration: {
@@ -12981,8 +12883,6 @@ export declare const v4: Elysia<"/v4", {
12981
12883
  hookType: import("@package/resources/enums").ELIGIBILITY;
12982
12884
  eligibilityTokenChainId: number;
12983
12885
  eligibilityTokenAddress: string;
12984
- eligibilityTokenSymbol?: string | undefined;
12985
- eligibilityTokenDecimals?: number | undefined;
12986
12886
  eligibilityTokenThreshold: number;
12987
12887
  eligibilityDuration: number;
12988
12888
  } | {
@@ -13162,14 +13062,10 @@ export declare const v4: Elysia<"/v4", {
13162
13062
  hookType: import("@package/resources/enums").BOOST;
13163
13063
  boostTokenChainId: number;
13164
13064
  boostTokenAddress: string;
13165
- boostTokenSymbol?: string | undefined;
13166
- boostTokenDecimals?: number | undefined;
13167
13065
  boostMultiplicator: number;
13168
13066
  } | {
13169
13067
  hookType: import("@package/resources/enums").BOOSTERC20;
13170
13068
  boostTokenAddress: string;
13171
- boostTokenDecimals?: number | undefined;
13172
- boostTokenSymbol?: string | undefined;
13173
13069
  boostTokenChainId: number;
13174
13070
  boostTokenThreshold: number;
13175
13071
  boostConfiguration: {
@@ -13192,8 +13088,6 @@ export declare const v4: Elysia<"/v4", {
13192
13088
  hookType: import("@package/resources/enums").ELIGIBILITY;
13193
13089
  eligibilityTokenChainId: number;
13194
13090
  eligibilityTokenAddress: string;
13195
- eligibilityTokenSymbol?: string | undefined;
13196
- eligibilityTokenDecimals?: number | undefined;
13197
13091
  eligibilityTokenThreshold: number;
13198
13092
  eligibilityDuration: number;
13199
13093
  } | {
@@ -13375,14 +13269,10 @@ export declare const v4: Elysia<"/v4", {
13375
13269
  hookType: import("@package/resources/enums").BOOST;
13376
13270
  boostTokenChainId: number;
13377
13271
  boostTokenAddress: string;
13378
- boostTokenSymbol?: string | undefined;
13379
- boostTokenDecimals?: number | undefined;
13380
13272
  boostMultiplicator: number;
13381
13273
  } | {
13382
13274
  hookType: import("@package/resources/enums").BOOSTERC20;
13383
13275
  boostTokenAddress: string;
13384
- boostTokenDecimals?: number | undefined;
13385
- boostTokenSymbol?: string | undefined;
13386
13276
  boostTokenChainId: number;
13387
13277
  boostTokenThreshold: number;
13388
13278
  boostConfiguration: {
@@ -13405,8 +13295,6 @@ export declare const v4: Elysia<"/v4", {
13405
13295
  hookType: import("@package/resources/enums").ELIGIBILITY;
13406
13296
  eligibilityTokenChainId: number;
13407
13297
  eligibilityTokenAddress: string;
13408
- eligibilityTokenSymbol?: string | undefined;
13409
- eligibilityTokenDecimals?: number | undefined;
13410
13298
  eligibilityTokenThreshold: number;
13411
13299
  eligibilityDuration: number;
13412
13300
  } | {
@@ -13589,14 +13477,10 @@ export declare const v4: Elysia<"/v4", {
13589
13477
  hookType: import("@package/resources/enums").BOOST;
13590
13478
  boostTokenChainId: number;
13591
13479
  boostTokenAddress: string;
13592
- boostTokenSymbol?: string | undefined;
13593
- boostTokenDecimals?: number | undefined;
13594
13480
  boostMultiplicator: number;
13595
13481
  } | {
13596
13482
  hookType: import("@package/resources/enums").BOOSTERC20;
13597
13483
  boostTokenAddress: string;
13598
- boostTokenDecimals?: number | undefined;
13599
- boostTokenSymbol?: string | undefined;
13600
13484
  boostTokenChainId: number;
13601
13485
  boostTokenThreshold: number;
13602
13486
  boostConfiguration: {
@@ -13619,8 +13503,6 @@ export declare const v4: Elysia<"/v4", {
13619
13503
  hookType: import("@package/resources/enums").ELIGIBILITY;
13620
13504
  eligibilityTokenChainId: number;
13621
13505
  eligibilityTokenAddress: string;
13622
- eligibilityTokenSymbol?: string | undefined;
13623
- eligibilityTokenDecimals?: number | undefined;
13624
13506
  eligibilityTokenThreshold: number;
13625
13507
  eligibilityDuration: number;
13626
13508
  } | {
@@ -13806,14 +13688,10 @@ export declare const v4: Elysia<"/v4", {
13806
13688
  hookType: import("@package/resources/enums").BOOST;
13807
13689
  boostTokenChainId: number;
13808
13690
  boostTokenAddress: string;
13809
- boostTokenSymbol?: string | undefined;
13810
- boostTokenDecimals?: number | undefined;
13811
13691
  boostMultiplicator: number;
13812
13692
  } | {
13813
13693
  hookType: import("@package/resources/enums").BOOSTERC20;
13814
13694
  boostTokenAddress: string;
13815
- boostTokenDecimals?: number | undefined;
13816
- boostTokenSymbol?: string | undefined;
13817
13695
  boostTokenChainId: number;
13818
13696
  boostTokenThreshold: number;
13819
13697
  boostConfiguration: {
@@ -13836,8 +13714,6 @@ export declare const v4: Elysia<"/v4", {
13836
13714
  hookType: import("@package/resources/enums").ELIGIBILITY;
13837
13715
  eligibilityTokenChainId: number;
13838
13716
  eligibilityTokenAddress: string;
13839
- eligibilityTokenSymbol?: string | undefined;
13840
- eligibilityTokenDecimals?: number | undefined;
13841
13717
  eligibilityTokenThreshold: number;
13842
13718
  eligibilityDuration: number;
13843
13719
  } | {
@@ -14021,14 +13897,10 @@ export declare const v4: Elysia<"/v4", {
14021
13897
  hookType: import("@package/resources/enums").BOOST;
14022
13898
  boostTokenChainId: number;
14023
13899
  boostTokenAddress: string;
14024
- boostTokenSymbol?: string | undefined;
14025
- boostTokenDecimals?: number | undefined;
14026
13900
  boostMultiplicator: number;
14027
13901
  } | {
14028
13902
  hookType: import("@package/resources/enums").BOOSTERC20;
14029
13903
  boostTokenAddress: string;
14030
- boostTokenDecimals?: number | undefined;
14031
- boostTokenSymbol?: string | undefined;
14032
13904
  boostTokenChainId: number;
14033
13905
  boostTokenThreshold: number;
14034
13906
  boostConfiguration: {
@@ -14051,8 +13923,6 @@ export declare const v4: Elysia<"/v4", {
14051
13923
  hookType: import("@package/resources/enums").ELIGIBILITY;
14052
13924
  eligibilityTokenChainId: number;
14053
13925
  eligibilityTokenAddress: string;
14054
- eligibilityTokenSymbol?: string | undefined;
14055
- eligibilityTokenDecimals?: number | undefined;
14056
13926
  eligibilityTokenThreshold: number;
14057
13927
  eligibilityDuration: number;
14058
13928
  } | {
@@ -14235,14 +14105,10 @@ export declare const v4: Elysia<"/v4", {
14235
14105
  hookType: import("@package/resources/enums").BOOST;
14236
14106
  boostTokenChainId: number;
14237
14107
  boostTokenAddress: string;
14238
- boostTokenSymbol?: string | undefined;
14239
- boostTokenDecimals?: number | undefined;
14240
14108
  boostMultiplicator: number;
14241
14109
  } | {
14242
14110
  hookType: import("@package/resources/enums").BOOSTERC20;
14243
14111
  boostTokenAddress: string;
14244
- boostTokenDecimals?: number | undefined;
14245
- boostTokenSymbol?: string | undefined;
14246
14112
  boostTokenChainId: number;
14247
14113
  boostTokenThreshold: number;
14248
14114
  boostConfiguration: {
@@ -14265,8 +14131,6 @@ export declare const v4: Elysia<"/v4", {
14265
14131
  hookType: import("@package/resources/enums").ELIGIBILITY;
14266
14132
  eligibilityTokenChainId: number;
14267
14133
  eligibilityTokenAddress: string;
14268
- eligibilityTokenSymbol?: string | undefined;
14269
- eligibilityTokenDecimals?: number | undefined;
14270
14134
  eligibilityTokenThreshold: number;
14271
14135
  eligibilityDuration: number;
14272
14136
  } | {
@@ -14452,14 +14316,10 @@ export declare const v4: Elysia<"/v4", {
14452
14316
  hookType: import("@package/resources/enums").BOOST;
14453
14317
  boostTokenChainId: number;
14454
14318
  boostTokenAddress: string;
14455
- boostTokenSymbol?: string | undefined;
14456
- boostTokenDecimals?: number | undefined;
14457
14319
  boostMultiplicator: number;
14458
14320
  } | {
14459
14321
  hookType: import("@package/resources/enums").BOOSTERC20;
14460
14322
  boostTokenAddress: string;
14461
- boostTokenDecimals?: number | undefined;
14462
- boostTokenSymbol?: string | undefined;
14463
14323
  boostTokenChainId: number;
14464
14324
  boostTokenThreshold: number;
14465
14325
  boostConfiguration: {
@@ -14482,8 +14342,6 @@ export declare const v4: Elysia<"/v4", {
14482
14342
  hookType: import("@package/resources/enums").ELIGIBILITY;
14483
14343
  eligibilityTokenChainId: number;
14484
14344
  eligibilityTokenAddress: string;
14485
- eligibilityTokenSymbol?: string | undefined;
14486
- eligibilityTokenDecimals?: number | undefined;
14487
14345
  eligibilityTokenThreshold: number;
14488
14346
  eligibilityDuration: number;
14489
14347
  } | {
@@ -14666,14 +14524,10 @@ export declare const v4: Elysia<"/v4", {
14666
14524
  hookType: import("@package/resources/enums").BOOST;
14667
14525
  boostTokenChainId: number;
14668
14526
  boostTokenAddress: string;
14669
- boostTokenSymbol?: string | undefined;
14670
- boostTokenDecimals?: number | undefined;
14671
14527
  boostMultiplicator: number;
14672
14528
  } | {
14673
14529
  hookType: import("@package/resources/enums").BOOSTERC20;
14674
14530
  boostTokenAddress: string;
14675
- boostTokenDecimals?: number | undefined;
14676
- boostTokenSymbol?: string | undefined;
14677
14531
  boostTokenChainId: number;
14678
14532
  boostTokenThreshold: number;
14679
14533
  boostConfiguration: {
@@ -14696,8 +14550,6 @@ export declare const v4: Elysia<"/v4", {
14696
14550
  hookType: import("@package/resources/enums").ELIGIBILITY;
14697
14551
  eligibilityTokenChainId: number;
14698
14552
  eligibilityTokenAddress: string;
14699
- eligibilityTokenSymbol?: string | undefined;
14700
- eligibilityTokenDecimals?: number | undefined;
14701
14553
  eligibilityTokenThreshold: number;
14702
14554
  eligibilityDuration: number;
14703
14555
  } | {
@@ -14882,14 +14734,10 @@ export declare const v4: Elysia<"/v4", {
14882
14734
  hookType: import("@package/resources/enums").BOOST;
14883
14735
  boostTokenChainId: number;
14884
14736
  boostTokenAddress: string;
14885
- boostTokenSymbol?: string | undefined;
14886
- boostTokenDecimals?: number | undefined;
14887
14737
  boostMultiplicator: number;
14888
14738
  } | {
14889
14739
  hookType: import("@package/resources/enums").BOOSTERC20;
14890
14740
  boostTokenAddress: string;
14891
- boostTokenDecimals?: number | undefined;
14892
- boostTokenSymbol?: string | undefined;
14893
14741
  boostTokenChainId: number;
14894
14742
  boostTokenThreshold: number;
14895
14743
  boostConfiguration: {
@@ -14912,8 +14760,6 @@ export declare const v4: Elysia<"/v4", {
14912
14760
  hookType: import("@package/resources/enums").ELIGIBILITY;
14913
14761
  eligibilityTokenChainId: number;
14914
14762
  eligibilityTokenAddress: string;
14915
- eligibilityTokenSymbol?: string | undefined;
14916
- eligibilityTokenDecimals?: number | undefined;
14917
14763
  eligibilityTokenThreshold: number;
14918
14764
  eligibilityDuration: number;
14919
14765
  } | {
@@ -15097,14 +14943,10 @@ export declare const v4: Elysia<"/v4", {
15097
14943
  hookType: import("@package/resources/enums").BOOST;
15098
14944
  boostTokenChainId: number;
15099
14945
  boostTokenAddress: string;
15100
- boostTokenSymbol?: string | undefined;
15101
- boostTokenDecimals?: number | undefined;
15102
14946
  boostMultiplicator: number;
15103
14947
  } | {
15104
14948
  hookType: import("@package/resources/enums").BOOSTERC20;
15105
14949
  boostTokenAddress: string;
15106
- boostTokenDecimals?: number | undefined;
15107
- boostTokenSymbol?: string | undefined;
15108
14950
  boostTokenChainId: number;
15109
14951
  boostTokenThreshold: number;
15110
14952
  boostConfiguration: {
@@ -15127,8 +14969,6 @@ export declare const v4: Elysia<"/v4", {
15127
14969
  hookType: import("@package/resources/enums").ELIGIBILITY;
15128
14970
  eligibilityTokenChainId: number;
15129
14971
  eligibilityTokenAddress: string;
15130
- eligibilityTokenSymbol?: string | undefined;
15131
- eligibilityTokenDecimals?: number | undefined;
15132
14972
  eligibilityTokenThreshold: number;
15133
14973
  eligibilityDuration: number;
15134
14974
  } | {
@@ -15311,14 +15151,10 @@ export declare const v4: Elysia<"/v4", {
15311
15151
  hookType: import("@package/resources/enums").BOOST;
15312
15152
  boostTokenChainId: number;
15313
15153
  boostTokenAddress: string;
15314
- boostTokenSymbol?: string | undefined;
15315
- boostTokenDecimals?: number | undefined;
15316
15154
  boostMultiplicator: number;
15317
15155
  } | {
15318
15156
  hookType: import("@package/resources/enums").BOOSTERC20;
15319
15157
  boostTokenAddress: string;
15320
- boostTokenDecimals?: number | undefined;
15321
- boostTokenSymbol?: string | undefined;
15322
15158
  boostTokenChainId: number;
15323
15159
  boostTokenThreshold: number;
15324
15160
  boostConfiguration: {
@@ -15341,8 +15177,6 @@ export declare const v4: Elysia<"/v4", {
15341
15177
  hookType: import("@package/resources/enums").ELIGIBILITY;
15342
15178
  eligibilityTokenChainId: number;
15343
15179
  eligibilityTokenAddress: string;
15344
- eligibilityTokenSymbol?: string | undefined;
15345
- eligibilityTokenDecimals?: number | undefined;
15346
15180
  eligibilityTokenThreshold: number;
15347
15181
  eligibilityDuration: number;
15348
15182
  } | {
@@ -15525,14 +15359,10 @@ export declare const v4: Elysia<"/v4", {
15525
15359
  hookType: import("@package/resources/enums").BOOST;
15526
15360
  boostTokenChainId: number;
15527
15361
  boostTokenAddress: string;
15528
- boostTokenSymbol?: string | undefined;
15529
- boostTokenDecimals?: number | undefined;
15530
15362
  boostMultiplicator: number;
15531
15363
  } | {
15532
15364
  hookType: import("@package/resources/enums").BOOSTERC20;
15533
15365
  boostTokenAddress: string;
15534
- boostTokenDecimals?: number | undefined;
15535
- boostTokenSymbol?: string | undefined;
15536
15366
  boostTokenChainId: number;
15537
15367
  boostTokenThreshold: number;
15538
15368
  boostConfiguration: {
@@ -15555,8 +15385,6 @@ export declare const v4: Elysia<"/v4", {
15555
15385
  hookType: import("@package/resources/enums").ELIGIBILITY;
15556
15386
  eligibilityTokenChainId: number;
15557
15387
  eligibilityTokenAddress: string;
15558
- eligibilityTokenSymbol?: string | undefined;
15559
- eligibilityTokenDecimals?: number | undefined;
15560
15388
  eligibilityTokenThreshold: number;
15561
15389
  eligibilityDuration: number;
15562
15390
  } | {
@@ -15739,14 +15567,10 @@ export declare const v4: Elysia<"/v4", {
15739
15567
  hookType: import("@package/resources/enums").BOOST;
15740
15568
  boostTokenChainId: number;
15741
15569
  boostTokenAddress: string;
15742
- boostTokenSymbol?: string | undefined;
15743
- boostTokenDecimals?: number | undefined;
15744
15570
  boostMultiplicator: number;
15745
15571
  } | {
15746
15572
  hookType: import("@package/resources/enums").BOOSTERC20;
15747
15573
  boostTokenAddress: string;
15748
- boostTokenDecimals?: number | undefined;
15749
- boostTokenSymbol?: string | undefined;
15750
15574
  boostTokenChainId: number;
15751
15575
  boostTokenThreshold: number;
15752
15576
  boostConfiguration: {
@@ -15769,8 +15593,6 @@ export declare const v4: Elysia<"/v4", {
15769
15593
  hookType: import("@package/resources/enums").ELIGIBILITY;
15770
15594
  eligibilityTokenChainId: number;
15771
15595
  eligibilityTokenAddress: string;
15772
- eligibilityTokenSymbol?: string | undefined;
15773
- eligibilityTokenDecimals?: number | undefined;
15774
15596
  eligibilityTokenThreshold: number;
15775
15597
  eligibilityDuration: number;
15776
15598
  } | {
@@ -15954,14 +15776,10 @@ export declare const v4: Elysia<"/v4", {
15954
15776
  hookType: import("@package/resources/enums").BOOST;
15955
15777
  boostTokenChainId: number;
15956
15778
  boostTokenAddress: string;
15957
- boostTokenSymbol?: string | undefined;
15958
- boostTokenDecimals?: number | undefined;
15959
15779
  boostMultiplicator: number;
15960
15780
  } | {
15961
15781
  hookType: import("@package/resources/enums").BOOSTERC20;
15962
15782
  boostTokenAddress: string;
15963
- boostTokenDecimals?: number | undefined;
15964
- boostTokenSymbol?: string | undefined;
15965
15783
  boostTokenChainId: number;
15966
15784
  boostTokenThreshold: number;
15967
15785
  boostConfiguration: {
@@ -15984,8 +15802,6 @@ export declare const v4: Elysia<"/v4", {
15984
15802
  hookType: import("@package/resources/enums").ELIGIBILITY;
15985
15803
  eligibilityTokenChainId: number;
15986
15804
  eligibilityTokenAddress: string;
15987
- eligibilityTokenSymbol?: string | undefined;
15988
- eligibilityTokenDecimals?: number | undefined;
15989
15805
  eligibilityTokenThreshold: number;
15990
15806
  eligibilityDuration: number;
15991
15807
  } | {
@@ -16172,14 +15988,10 @@ export declare const v4: Elysia<"/v4", {
16172
15988
  hookType: import("@package/resources/enums").BOOST;
16173
15989
  boostTokenChainId: number;
16174
15990
  boostTokenAddress: string;
16175
- boostTokenSymbol?: string | undefined;
16176
- boostTokenDecimals?: number | undefined;
16177
15991
  boostMultiplicator: number;
16178
15992
  } | {
16179
15993
  hookType: import("@package/resources/enums").BOOSTERC20;
16180
15994
  boostTokenAddress: string;
16181
- boostTokenDecimals?: number | undefined;
16182
- boostTokenSymbol?: string | undefined;
16183
15995
  boostTokenChainId: number;
16184
15996
  boostTokenThreshold: number;
16185
15997
  boostConfiguration: {
@@ -16202,8 +16014,6 @@ export declare const v4: Elysia<"/v4", {
16202
16014
  hookType: import("@package/resources/enums").ELIGIBILITY;
16203
16015
  eligibilityTokenChainId: number;
16204
16016
  eligibilityTokenAddress: string;
16205
- eligibilityTokenSymbol?: string | undefined;
16206
- eligibilityTokenDecimals?: number | undefined;
16207
16017
  eligibilityTokenThreshold: number;
16208
16018
  eligibilityDuration: number;
16209
16019
  } | {
@@ -16385,14 +16195,10 @@ export declare const v4: Elysia<"/v4", {
16385
16195
  hookType: import("@package/resources/enums").BOOST;
16386
16196
  boostTokenChainId: number;
16387
16197
  boostTokenAddress: string;
16388
- boostTokenSymbol?: string | undefined;
16389
- boostTokenDecimals?: number | undefined;
16390
16198
  boostMultiplicator: number;
16391
16199
  } | {
16392
16200
  hookType: import("@package/resources/enums").BOOSTERC20;
16393
16201
  boostTokenAddress: string;
16394
- boostTokenDecimals?: number | undefined;
16395
- boostTokenSymbol?: string | undefined;
16396
16202
  boostTokenChainId: number;
16397
16203
  boostTokenThreshold: number;
16398
16204
  boostConfiguration: {
@@ -16415,8 +16221,6 @@ export declare const v4: Elysia<"/v4", {
16415
16221
  hookType: import("@package/resources/enums").ELIGIBILITY;
16416
16222
  eligibilityTokenChainId: number;
16417
16223
  eligibilityTokenAddress: string;
16418
- eligibilityTokenSymbol?: string | undefined;
16419
- eligibilityTokenDecimals?: number | undefined;
16420
16224
  eligibilityTokenThreshold: number;
16421
16225
  eligibilityDuration: number;
16422
16226
  } | {
@@ -16598,14 +16402,10 @@ export declare const v4: Elysia<"/v4", {
16598
16402
  hookType: import("@package/resources/enums").BOOST;
16599
16403
  boostTokenChainId: number;
16600
16404
  boostTokenAddress: string;
16601
- boostTokenSymbol?: string | undefined;
16602
- boostTokenDecimals?: number | undefined;
16603
16405
  boostMultiplicator: number;
16604
16406
  } | {
16605
16407
  hookType: import("@package/resources/enums").BOOSTERC20;
16606
16408
  boostTokenAddress: string;
16607
- boostTokenDecimals?: number | undefined;
16608
- boostTokenSymbol?: string | undefined;
16609
16409
  boostTokenChainId: number;
16610
16410
  boostTokenThreshold: number;
16611
16411
  boostConfiguration: {
@@ -16628,8 +16428,6 @@ export declare const v4: Elysia<"/v4", {
16628
16428
  hookType: import("@package/resources/enums").ELIGIBILITY;
16629
16429
  eligibilityTokenChainId: number;
16630
16430
  eligibilityTokenAddress: string;
16631
- eligibilityTokenSymbol?: string | undefined;
16632
- eligibilityTokenDecimals?: number | undefined;
16633
16431
  eligibilityTokenThreshold: number;
16634
16432
  eligibilityDuration: number;
16635
16433
  } | {
@@ -16811,14 +16609,10 @@ export declare const v4: Elysia<"/v4", {
16811
16609
  hookType: import("@package/resources/enums").BOOST;
16812
16610
  boostTokenChainId: number;
16813
16611
  boostTokenAddress: string;
16814
- boostTokenSymbol?: string | undefined;
16815
- boostTokenDecimals?: number | undefined;
16816
16612
  boostMultiplicator: number;
16817
16613
  } | {
16818
16614
  hookType: import("@package/resources/enums").BOOSTERC20;
16819
16615
  boostTokenAddress: string;
16820
- boostTokenDecimals?: number | undefined;
16821
- boostTokenSymbol?: string | undefined;
16822
16616
  boostTokenChainId: number;
16823
16617
  boostTokenThreshold: number;
16824
16618
  boostConfiguration: {
@@ -16841,8 +16635,6 @@ export declare const v4: Elysia<"/v4", {
16841
16635
  hookType: import("@package/resources/enums").ELIGIBILITY;
16842
16636
  eligibilityTokenChainId: number;
16843
16637
  eligibilityTokenAddress: string;
16844
- eligibilityTokenSymbol?: string | undefined;
16845
- eligibilityTokenDecimals?: number | undefined;
16846
16638
  eligibilityTokenThreshold: number;
16847
16639
  eligibilityDuration: number;
16848
16640
  } | {
@@ -17027,14 +16819,10 @@ export declare const v4: Elysia<"/v4", {
17027
16819
  hookType: import("@package/resources/enums").BOOST;
17028
16820
  boostTokenChainId: number;
17029
16821
  boostTokenAddress: string;
17030
- boostTokenSymbol?: string | undefined;
17031
- boostTokenDecimals?: number | undefined;
17032
16822
  boostMultiplicator: number;
17033
16823
  } | {
17034
16824
  hookType: import("@package/resources/enums").BOOSTERC20;
17035
16825
  boostTokenAddress: string;
17036
- boostTokenDecimals?: number | undefined;
17037
- boostTokenSymbol?: string | undefined;
17038
16826
  boostTokenChainId: number;
17039
16827
  boostTokenThreshold: number;
17040
16828
  boostConfiguration: {
@@ -17057,8 +16845,6 @@ export declare const v4: Elysia<"/v4", {
17057
16845
  hookType: import("@package/resources/enums").ELIGIBILITY;
17058
16846
  eligibilityTokenChainId: number;
17059
16847
  eligibilityTokenAddress: string;
17060
- eligibilityTokenSymbol?: string | undefined;
17061
- eligibilityTokenDecimals?: number | undefined;
17062
16848
  eligibilityTokenThreshold: number;
17063
16849
  eligibilityDuration: number;
17064
16850
  } | {
@@ -17240,14 +17026,10 @@ export declare const v4: Elysia<"/v4", {
17240
17026
  hookType: import("@package/resources/enums").BOOST;
17241
17027
  boostTokenChainId: number;
17242
17028
  boostTokenAddress: string;
17243
- boostTokenSymbol?: string | undefined;
17244
- boostTokenDecimals?: number | undefined;
17245
17029
  boostMultiplicator: number;
17246
17030
  } | {
17247
17031
  hookType: import("@package/resources/enums").BOOSTERC20;
17248
17032
  boostTokenAddress: string;
17249
- boostTokenDecimals?: number | undefined;
17250
- boostTokenSymbol?: string | undefined;
17251
17033
  boostTokenChainId: number;
17252
17034
  boostTokenThreshold: number;
17253
17035
  boostConfiguration: {
@@ -17270,8 +17052,6 @@ export declare const v4: Elysia<"/v4", {
17270
17052
  hookType: import("@package/resources/enums").ELIGIBILITY;
17271
17053
  eligibilityTokenChainId: number;
17272
17054
  eligibilityTokenAddress: string;
17273
- eligibilityTokenSymbol?: string | undefined;
17274
- eligibilityTokenDecimals?: number | undefined;
17275
17055
  eligibilityTokenThreshold: number;
17276
17056
  eligibilityDuration: number;
17277
17057
  } | {
@@ -17456,14 +17236,10 @@ export declare const v4: Elysia<"/v4", {
17456
17236
  hookType: import("@package/resources/enums").BOOST;
17457
17237
  boostTokenChainId: number;
17458
17238
  boostTokenAddress: string;
17459
- boostTokenSymbol?: string | undefined;
17460
- boostTokenDecimals?: number | undefined;
17461
17239
  boostMultiplicator: number;
17462
17240
  } | {
17463
17241
  hookType: import("@package/resources/enums").BOOSTERC20;
17464
17242
  boostTokenAddress: string;
17465
- boostTokenDecimals?: number | undefined;
17466
- boostTokenSymbol?: string | undefined;
17467
17243
  boostTokenChainId: number;
17468
17244
  boostTokenThreshold: number;
17469
17245
  boostConfiguration: {
@@ -17486,8 +17262,6 @@ export declare const v4: Elysia<"/v4", {
17486
17262
  hookType: import("@package/resources/enums").ELIGIBILITY;
17487
17263
  eligibilityTokenChainId: number;
17488
17264
  eligibilityTokenAddress: string;
17489
- eligibilityTokenSymbol?: string | undefined;
17490
- eligibilityTokenDecimals?: number | undefined;
17491
17265
  eligibilityTokenThreshold: number;
17492
17266
  eligibilityDuration: number;
17493
17267
  } | {
@@ -17677,14 +17451,10 @@ export declare const v4: Elysia<"/v4", {
17677
17451
  hookType: import("@package/resources/enums").BOOST;
17678
17452
  boostTokenChainId: number;
17679
17453
  boostTokenAddress: string;
17680
- boostTokenSymbol?: string | undefined;
17681
- boostTokenDecimals?: number | undefined;
17682
17454
  boostMultiplicator: number;
17683
17455
  } | {
17684
17456
  hookType: import("@package/resources/enums").BOOSTERC20;
17685
17457
  boostTokenAddress: string;
17686
- boostTokenDecimals?: number | undefined;
17687
- boostTokenSymbol?: string | undefined;
17688
17458
  boostTokenChainId: number;
17689
17459
  boostTokenThreshold: number;
17690
17460
  boostConfiguration: {
@@ -17707,8 +17477,6 @@ export declare const v4: Elysia<"/v4", {
17707
17477
  hookType: import("@package/resources/enums").ELIGIBILITY;
17708
17478
  eligibilityTokenChainId: number;
17709
17479
  eligibilityTokenAddress: string;
17710
- eligibilityTokenSymbol?: string | undefined;
17711
- eligibilityTokenDecimals?: number | undefined;
17712
17480
  eligibilityTokenThreshold: number;
17713
17481
  eligibilityDuration: number;
17714
17482
  } | {
@@ -17893,14 +17661,10 @@ export declare const v4: Elysia<"/v4", {
17893
17661
  hookType: import("@package/resources/enums").BOOST;
17894
17662
  boostTokenChainId: number;
17895
17663
  boostTokenAddress: string;
17896
- boostTokenSymbol?: string | undefined;
17897
- boostTokenDecimals?: number | undefined;
17898
17664
  boostMultiplicator: number;
17899
17665
  } | {
17900
17666
  hookType: import("@package/resources/enums").BOOSTERC20;
17901
17667
  boostTokenAddress: string;
17902
- boostTokenDecimals?: number | undefined;
17903
- boostTokenSymbol?: string | undefined;
17904
17668
  boostTokenChainId: number;
17905
17669
  boostTokenThreshold: number;
17906
17670
  boostConfiguration: {
@@ -17923,8 +17687,6 @@ export declare const v4: Elysia<"/v4", {
17923
17687
  hookType: import("@package/resources/enums").ELIGIBILITY;
17924
17688
  eligibilityTokenChainId: number;
17925
17689
  eligibilityTokenAddress: string;
17926
- eligibilityTokenSymbol?: string | undefined;
17927
- eligibilityTokenDecimals?: number | undefined;
17928
17690
  eligibilityTokenThreshold: number;
17929
17691
  eligibilityDuration: number;
17930
17692
  } | {
@@ -18112,14 +17874,10 @@ export declare const v4: Elysia<"/v4", {
18112
17874
  hookType: import("@package/resources/enums").BOOST;
18113
17875
  boostTokenChainId: number;
18114
17876
  boostTokenAddress: string;
18115
- boostTokenSymbol?: string | undefined;
18116
- boostTokenDecimals?: number | undefined;
18117
17877
  boostMultiplicator: number;
18118
17878
  } | {
18119
17879
  hookType: import("@package/resources/enums").BOOSTERC20;
18120
17880
  boostTokenAddress: string;
18121
- boostTokenDecimals?: number | undefined;
18122
- boostTokenSymbol?: string | undefined;
18123
17881
  boostTokenChainId: number;
18124
17882
  boostTokenThreshold: number;
18125
17883
  boostConfiguration: {
@@ -18142,8 +17900,6 @@ export declare const v4: Elysia<"/v4", {
18142
17900
  hookType: import("@package/resources/enums").ELIGIBILITY;
18143
17901
  eligibilityTokenChainId: number;
18144
17902
  eligibilityTokenAddress: string;
18145
- eligibilityTokenSymbol?: string | undefined;
18146
- eligibilityTokenDecimals?: number | undefined;
18147
17903
  eligibilityTokenThreshold: number;
18148
17904
  eligibilityDuration: number;
18149
17905
  } | {
@@ -18322,14 +18078,10 @@ export declare const v4: Elysia<"/v4", {
18322
18078
  hookType: import("@package/resources/enums").BOOST;
18323
18079
  boostTokenChainId: number;
18324
18080
  boostTokenAddress: string;
18325
- boostTokenSymbol?: string | undefined;
18326
- boostTokenDecimals?: number | undefined;
18327
18081
  boostMultiplicator: number;
18328
18082
  } | {
18329
18083
  hookType: import("@package/resources/enums").BOOSTERC20;
18330
18084
  boostTokenAddress: string;
18331
- boostTokenDecimals?: number | undefined;
18332
- boostTokenSymbol?: string | undefined;
18333
18085
  boostTokenChainId: number;
18334
18086
  boostTokenThreshold: number;
18335
18087
  boostConfiguration: {
@@ -18352,8 +18104,6 @@ export declare const v4: Elysia<"/v4", {
18352
18104
  hookType: import("@package/resources/enums").ELIGIBILITY;
18353
18105
  eligibilityTokenChainId: number;
18354
18106
  eligibilityTokenAddress: string;
18355
- eligibilityTokenSymbol?: string | undefined;
18356
- eligibilityTokenDecimals?: number | undefined;
18357
18107
  eligibilityTokenThreshold: number;
18358
18108
  eligibilityDuration: number;
18359
18109
  } | {
@@ -18541,14 +18291,10 @@ export declare const v4: Elysia<"/v4", {
18541
18291
  hookType: import("@package/resources/enums").BOOST;
18542
18292
  boostTokenChainId: number;
18543
18293
  boostTokenAddress: string;
18544
- boostTokenSymbol?: string | undefined;
18545
- boostTokenDecimals?: number | undefined;
18546
18294
  boostMultiplicator: number;
18547
18295
  } | {
18548
18296
  hookType: import("@package/resources/enums").BOOSTERC20;
18549
18297
  boostTokenAddress: string;
18550
- boostTokenDecimals?: number | undefined;
18551
- boostTokenSymbol?: string | undefined;
18552
18298
  boostTokenChainId: number;
18553
18299
  boostTokenThreshold: number;
18554
18300
  boostConfiguration: {
@@ -18571,8 +18317,6 @@ export declare const v4: Elysia<"/v4", {
18571
18317
  hookType: import("@package/resources/enums").ELIGIBILITY;
18572
18318
  eligibilityTokenChainId: number;
18573
18319
  eligibilityTokenAddress: string;
18574
- eligibilityTokenSymbol?: string | undefined;
18575
- eligibilityTokenDecimals?: number | undefined;
18576
18320
  eligibilityTokenThreshold: number;
18577
18321
  eligibilityDuration: number;
18578
18322
  } | {
@@ -18754,14 +18498,10 @@ export declare const v4: Elysia<"/v4", {
18754
18498
  hookType: import("@package/resources/enums").BOOST;
18755
18499
  boostTokenChainId: number;
18756
18500
  boostTokenAddress: string;
18757
- boostTokenSymbol?: string | undefined;
18758
- boostTokenDecimals?: number | undefined;
18759
18501
  boostMultiplicator: number;
18760
18502
  } | {
18761
18503
  hookType: import("@package/resources/enums").BOOSTERC20;
18762
18504
  boostTokenAddress: string;
18763
- boostTokenDecimals?: number | undefined;
18764
- boostTokenSymbol?: string | undefined;
18765
18505
  boostTokenChainId: number;
18766
18506
  boostTokenThreshold: number;
18767
18507
  boostConfiguration: {
@@ -18784,8 +18524,6 @@ export declare const v4: Elysia<"/v4", {
18784
18524
  hookType: import("@package/resources/enums").ELIGIBILITY;
18785
18525
  eligibilityTokenChainId: number;
18786
18526
  eligibilityTokenAddress: string;
18787
- eligibilityTokenSymbol?: string | undefined;
18788
- eligibilityTokenDecimals?: number | undefined;
18789
18527
  eligibilityTokenThreshold: number;
18790
18528
  eligibilityDuration: number;
18791
18529
  } | {
@@ -18968,14 +18706,10 @@ export declare const v4: Elysia<"/v4", {
18968
18706
  hookType: import("@package/resources/enums").BOOST;
18969
18707
  boostTokenChainId: number;
18970
18708
  boostTokenAddress: string;
18971
- boostTokenSymbol?: string | undefined;
18972
- boostTokenDecimals?: number | undefined;
18973
18709
  boostMultiplicator: number;
18974
18710
  } | {
18975
18711
  hookType: import("@package/resources/enums").BOOSTERC20;
18976
18712
  boostTokenAddress: string;
18977
- boostTokenDecimals?: number | undefined;
18978
- boostTokenSymbol?: string | undefined;
18979
18713
  boostTokenChainId: number;
18980
18714
  boostTokenThreshold: number;
18981
18715
  boostConfiguration: {
@@ -18998,8 +18732,6 @@ export declare const v4: Elysia<"/v4", {
18998
18732
  hookType: import("@package/resources/enums").ELIGIBILITY;
18999
18733
  eligibilityTokenChainId: number;
19000
18734
  eligibilityTokenAddress: string;
19001
- eligibilityTokenSymbol?: string | undefined;
19002
- eligibilityTokenDecimals?: number | undefined;
19003
18735
  eligibilityTokenThreshold: number;
19004
18736
  eligibilityDuration: number;
19005
18737
  } | {
@@ -19184,14 +18916,10 @@ export declare const v4: Elysia<"/v4", {
19184
18916
  hookType: import("@package/resources/enums").BOOST;
19185
18917
  boostTokenChainId: number;
19186
18918
  boostTokenAddress: string;
19187
- boostTokenSymbol?: string | undefined;
19188
- boostTokenDecimals?: number | undefined;
19189
18919
  boostMultiplicator: number;
19190
18920
  } | {
19191
18921
  hookType: import("@package/resources/enums").BOOSTERC20;
19192
18922
  boostTokenAddress: string;
19193
- boostTokenDecimals?: number | undefined;
19194
- boostTokenSymbol?: string | undefined;
19195
18923
  boostTokenChainId: number;
19196
18924
  boostTokenThreshold: number;
19197
18925
  boostConfiguration: {
@@ -19214,8 +18942,6 @@ export declare const v4: Elysia<"/v4", {
19214
18942
  hookType: import("@package/resources/enums").ELIGIBILITY;
19215
18943
  eligibilityTokenChainId: number;
19216
18944
  eligibilityTokenAddress: string;
19217
- eligibilityTokenSymbol?: string | undefined;
19218
- eligibilityTokenDecimals?: number | undefined;
19219
18945
  eligibilityTokenThreshold: number;
19220
18946
  eligibilityDuration: number;
19221
18947
  } | {
@@ -19397,14 +19123,10 @@ export declare const v4: Elysia<"/v4", {
19397
19123
  hookType: import("@package/resources/enums").BOOST;
19398
19124
  boostTokenChainId: number;
19399
19125
  boostTokenAddress: string;
19400
- boostTokenSymbol?: string | undefined;
19401
- boostTokenDecimals?: number | undefined;
19402
19126
  boostMultiplicator: number;
19403
19127
  } | {
19404
19128
  hookType: import("@package/resources/enums").BOOSTERC20;
19405
19129
  boostTokenAddress: string;
19406
- boostTokenDecimals?: number | undefined;
19407
- boostTokenSymbol?: string | undefined;
19408
19130
  boostTokenChainId: number;
19409
19131
  boostTokenThreshold: number;
19410
19132
  boostConfiguration: {
@@ -19427,8 +19149,6 @@ export declare const v4: Elysia<"/v4", {
19427
19149
  hookType: import("@package/resources/enums").ELIGIBILITY;
19428
19150
  eligibilityTokenChainId: number;
19429
19151
  eligibilityTokenAddress: string;
19430
- eligibilityTokenSymbol?: string | undefined;
19431
- eligibilityTokenDecimals?: number | undefined;
19432
19152
  eligibilityTokenThreshold: number;
19433
19153
  eligibilityDuration: number;
19434
19154
  } | {
@@ -19613,14 +19333,10 @@ export declare const v4: Elysia<"/v4", {
19613
19333
  hookType: import("@package/resources/enums").BOOST;
19614
19334
  boostTokenChainId: number;
19615
19335
  boostTokenAddress: string;
19616
- boostTokenSymbol?: string | undefined;
19617
- boostTokenDecimals?: number | undefined;
19618
19336
  boostMultiplicator: number;
19619
19337
  } | {
19620
19338
  hookType: import("@package/resources/enums").BOOSTERC20;
19621
19339
  boostTokenAddress: string;
19622
- boostTokenDecimals?: number | undefined;
19623
- boostTokenSymbol?: string | undefined;
19624
19340
  boostTokenChainId: number;
19625
19341
  boostTokenThreshold: number;
19626
19342
  boostConfiguration: {
@@ -19643,8 +19359,6 @@ export declare const v4: Elysia<"/v4", {
19643
19359
  hookType: import("@package/resources/enums").ELIGIBILITY;
19644
19360
  eligibilityTokenChainId: number;
19645
19361
  eligibilityTokenAddress: string;
19646
- eligibilityTokenSymbol?: string | undefined;
19647
- eligibilityTokenDecimals?: number | undefined;
19648
19362
  eligibilityTokenThreshold: number;
19649
19363
  eligibilityDuration: number;
19650
19364
  } | {
@@ -19826,14 +19540,10 @@ export declare const v4: Elysia<"/v4", {
19826
19540
  hookType: import("@package/resources/enums").BOOST;
19827
19541
  boostTokenChainId: number;
19828
19542
  boostTokenAddress: string;
19829
- boostTokenSymbol?: string | undefined;
19830
- boostTokenDecimals?: number | undefined;
19831
19543
  boostMultiplicator: number;
19832
19544
  } | {
19833
19545
  hookType: import("@package/resources/enums").BOOSTERC20;
19834
19546
  boostTokenAddress: string;
19835
- boostTokenDecimals?: number | undefined;
19836
- boostTokenSymbol?: string | undefined;
19837
19547
  boostTokenChainId: number;
19838
19548
  boostTokenThreshold: number;
19839
19549
  boostConfiguration: {
@@ -19856,8 +19566,6 @@ export declare const v4: Elysia<"/v4", {
19856
19566
  hookType: import("@package/resources/enums").ELIGIBILITY;
19857
19567
  eligibilityTokenChainId: number;
19858
19568
  eligibilityTokenAddress: string;
19859
- eligibilityTokenSymbol?: string | undefined;
19860
- eligibilityTokenDecimals?: number | undefined;
19861
19569
  eligibilityTokenThreshold: number;
19862
19570
  eligibilityDuration: number;
19863
19571
  } | {
@@ -20039,14 +19747,10 @@ export declare const v4: Elysia<"/v4", {
20039
19747
  hookType: import("@package/resources/enums").BOOST;
20040
19748
  boostTokenChainId: number;
20041
19749
  boostTokenAddress: string;
20042
- boostTokenSymbol?: string | undefined;
20043
- boostTokenDecimals?: number | undefined;
20044
19750
  boostMultiplicator: number;
20045
19751
  } | {
20046
19752
  hookType: import("@package/resources/enums").BOOSTERC20;
20047
19753
  boostTokenAddress: string;
20048
- boostTokenDecimals?: number | undefined;
20049
- boostTokenSymbol?: string | undefined;
20050
19754
  boostTokenChainId: number;
20051
19755
  boostTokenThreshold: number;
20052
19756
  boostConfiguration: {
@@ -20069,8 +19773,6 @@ export declare const v4: Elysia<"/v4", {
20069
19773
  hookType: import("@package/resources/enums").ELIGIBILITY;
20070
19774
  eligibilityTokenChainId: number;
20071
19775
  eligibilityTokenAddress: string;
20072
- eligibilityTokenSymbol?: string | undefined;
20073
- eligibilityTokenDecimals?: number | undefined;
20074
19776
  eligibilityTokenThreshold: number;
20075
19777
  eligibilityDuration: number;
20076
19778
  } | {
@@ -20255,14 +19957,10 @@ export declare const v4: Elysia<"/v4", {
20255
19957
  hookType: import("@package/resources/enums").BOOST;
20256
19958
  boostTokenChainId: number;
20257
19959
  boostTokenAddress: string;
20258
- boostTokenSymbol?: string | undefined;
20259
- boostTokenDecimals?: number | undefined;
20260
19960
  boostMultiplicator: number;
20261
19961
  } | {
20262
19962
  hookType: import("@package/resources/enums").BOOSTERC20;
20263
19963
  boostTokenAddress: string;
20264
- boostTokenDecimals?: number | undefined;
20265
- boostTokenSymbol?: string | undefined;
20266
19964
  boostTokenChainId: number;
20267
19965
  boostTokenThreshold: number;
20268
19966
  boostConfiguration: {
@@ -20285,8 +19983,6 @@ export declare const v4: Elysia<"/v4", {
20285
19983
  hookType: import("@package/resources/enums").ELIGIBILITY;
20286
19984
  eligibilityTokenChainId: number;
20287
19985
  eligibilityTokenAddress: string;
20288
- eligibilityTokenSymbol?: string | undefined;
20289
- eligibilityTokenDecimals?: number | undefined;
20290
19986
  eligibilityTokenThreshold: number;
20291
19987
  eligibilityDuration: number;
20292
19988
  } | {
@@ -20468,14 +20164,10 @@ export declare const v4: Elysia<"/v4", {
20468
20164
  hookType: import("@package/resources/enums").BOOST;
20469
20165
  boostTokenChainId: number;
20470
20166
  boostTokenAddress: string;
20471
- boostTokenSymbol?: string | undefined;
20472
- boostTokenDecimals?: number | undefined;
20473
20167
  boostMultiplicator: number;
20474
20168
  } | {
20475
20169
  hookType: import("@package/resources/enums").BOOSTERC20;
20476
20170
  boostTokenAddress: string;
20477
- boostTokenDecimals?: number | undefined;
20478
- boostTokenSymbol?: string | undefined;
20479
20171
  boostTokenChainId: number;
20480
20172
  boostTokenThreshold: number;
20481
20173
  boostConfiguration: {
@@ -20498,8 +20190,6 @@ export declare const v4: Elysia<"/v4", {
20498
20190
  hookType: import("@package/resources/enums").ELIGIBILITY;
20499
20191
  eligibilityTokenChainId: number;
20500
20192
  eligibilityTokenAddress: string;
20501
- eligibilityTokenSymbol?: string | undefined;
20502
- eligibilityTokenDecimals?: number | undefined;
20503
20193
  eligibilityTokenThreshold: number;
20504
20194
  eligibilityDuration: number;
20505
20195
  } | {
@@ -20681,14 +20371,10 @@ export declare const v4: Elysia<"/v4", {
20681
20371
  hookType: import("@package/resources/enums").BOOST;
20682
20372
  boostTokenChainId: number;
20683
20373
  boostTokenAddress: string;
20684
- boostTokenSymbol?: string | undefined;
20685
- boostTokenDecimals?: number | undefined;
20686
20374
  boostMultiplicator: number;
20687
20375
  } | {
20688
20376
  hookType: import("@package/resources/enums").BOOSTERC20;
20689
20377
  boostTokenAddress: string;
20690
- boostTokenDecimals?: number | undefined;
20691
- boostTokenSymbol?: string | undefined;
20692
20378
  boostTokenChainId: number;
20693
20379
  boostTokenThreshold: number;
20694
20380
  boostConfiguration: {
@@ -20711,8 +20397,6 @@ export declare const v4: Elysia<"/v4", {
20711
20397
  hookType: import("@package/resources/enums").ELIGIBILITY;
20712
20398
  eligibilityTokenChainId: number;
20713
20399
  eligibilityTokenAddress: string;
20714
- eligibilityTokenSymbol?: string | undefined;
20715
- eligibilityTokenDecimals?: number | undefined;
20716
20400
  eligibilityTokenThreshold: number;
20717
20401
  eligibilityDuration: number;
20718
20402
  } | {
@@ -20897,14 +20581,10 @@ export declare const v4: Elysia<"/v4", {
20897
20581
  hookType: import("@package/resources/enums").BOOST;
20898
20582
  boostTokenChainId: number;
20899
20583
  boostTokenAddress: string;
20900
- boostTokenSymbol?: string | undefined;
20901
- boostTokenDecimals?: number | undefined;
20902
20584
  boostMultiplicator: number;
20903
20585
  } | {
20904
20586
  hookType: import("@package/resources/enums").BOOSTERC20;
20905
20587
  boostTokenAddress: string;
20906
- boostTokenDecimals?: number | undefined;
20907
- boostTokenSymbol?: string | undefined;
20908
20588
  boostTokenChainId: number;
20909
20589
  boostTokenThreshold: number;
20910
20590
  boostConfiguration: {
@@ -20927,8 +20607,6 @@ export declare const v4: Elysia<"/v4", {
20927
20607
  hookType: import("@package/resources/enums").ELIGIBILITY;
20928
20608
  eligibilityTokenChainId: number;
20929
20609
  eligibilityTokenAddress: string;
20930
- eligibilityTokenSymbol?: string | undefined;
20931
- eligibilityTokenDecimals?: number | undefined;
20932
20610
  eligibilityTokenThreshold: number;
20933
20611
  eligibilityDuration: number;
20934
20612
  } | {
@@ -21110,14 +20788,10 @@ export declare const v4: Elysia<"/v4", {
21110
20788
  hookType: import("@package/resources/enums").BOOST;
21111
20789
  boostTokenChainId: number;
21112
20790
  boostTokenAddress: string;
21113
- boostTokenSymbol?: string | undefined;
21114
- boostTokenDecimals?: number | undefined;
21115
20791
  boostMultiplicator: number;
21116
20792
  } | {
21117
20793
  hookType: import("@package/resources/enums").BOOSTERC20;
21118
20794
  boostTokenAddress: string;
21119
- boostTokenDecimals?: number | undefined;
21120
- boostTokenSymbol?: string | undefined;
21121
20795
  boostTokenChainId: number;
21122
20796
  boostTokenThreshold: number;
21123
20797
  boostConfiguration: {
@@ -21140,8 +20814,6 @@ export declare const v4: Elysia<"/v4", {
21140
20814
  hookType: import("@package/resources/enums").ELIGIBILITY;
21141
20815
  eligibilityTokenChainId: number;
21142
20816
  eligibilityTokenAddress: string;
21143
- eligibilityTokenSymbol?: string | undefined;
21144
- eligibilityTokenDecimals?: number | undefined;
21145
20817
  eligibilityTokenThreshold: number;
21146
20818
  eligibilityDuration: number;
21147
20819
  } | {
@@ -21323,14 +20995,10 @@ export declare const v4: Elysia<"/v4", {
21323
20995
  hookType: import("@package/resources/enums").BOOST;
21324
20996
  boostTokenChainId: number;
21325
20997
  boostTokenAddress: string;
21326
- boostTokenSymbol?: string | undefined;
21327
- boostTokenDecimals?: number | undefined;
21328
20998
  boostMultiplicator: number;
21329
20999
  } | {
21330
21000
  hookType: import("@package/resources/enums").BOOSTERC20;
21331
21001
  boostTokenAddress: string;
21332
- boostTokenDecimals?: number | undefined;
21333
- boostTokenSymbol?: string | undefined;
21334
21002
  boostTokenChainId: number;
21335
21003
  boostTokenThreshold: number;
21336
21004
  boostConfiguration: {
@@ -21353,8 +21021,6 @@ export declare const v4: Elysia<"/v4", {
21353
21021
  hookType: import("@package/resources/enums").ELIGIBILITY;
21354
21022
  eligibilityTokenChainId: number;
21355
21023
  eligibilityTokenAddress: string;
21356
- eligibilityTokenSymbol?: string | undefined;
21357
- eligibilityTokenDecimals?: number | undefined;
21358
21024
  eligibilityTokenThreshold: number;
21359
21025
  eligibilityDuration: number;
21360
21026
  } | {
@@ -21537,14 +21203,10 @@ export declare const v4: Elysia<"/v4", {
21537
21203
  hookType: import("@package/resources/enums").BOOST;
21538
21204
  boostTokenChainId: number;
21539
21205
  boostTokenAddress: string;
21540
- boostTokenSymbol?: string | undefined;
21541
- boostTokenDecimals?: number | undefined;
21542
21206
  boostMultiplicator: number;
21543
21207
  } | {
21544
21208
  hookType: import("@package/resources/enums").BOOSTERC20;
21545
21209
  boostTokenAddress: string;
21546
- boostTokenDecimals?: number | undefined;
21547
- boostTokenSymbol?: string | undefined;
21548
21210
  boostTokenChainId: number;
21549
21211
  boostTokenThreshold: number;
21550
21212
  boostConfiguration: {
@@ -21567,8 +21229,6 @@ export declare const v4: Elysia<"/v4", {
21567
21229
  hookType: import("@package/resources/enums").ELIGIBILITY;
21568
21230
  eligibilityTokenChainId: number;
21569
21231
  eligibilityTokenAddress: string;
21570
- eligibilityTokenSymbol?: string | undefined;
21571
- eligibilityTokenDecimals?: number | undefined;
21572
21232
  eligibilityTokenThreshold: number;
21573
21233
  eligibilityDuration: number;
21574
21234
  } | {
@@ -21751,14 +21411,10 @@ export declare const v4: Elysia<"/v4", {
21751
21411
  hookType: import("@package/resources/enums").BOOST;
21752
21412
  boostTokenChainId: number;
21753
21413
  boostTokenAddress: string;
21754
- boostTokenSymbol?: string | undefined;
21755
- boostTokenDecimals?: number | undefined;
21756
21414
  boostMultiplicator: number;
21757
21415
  } | {
21758
21416
  hookType: import("@package/resources/enums").BOOSTERC20;
21759
21417
  boostTokenAddress: string;
21760
- boostTokenDecimals?: number | undefined;
21761
- boostTokenSymbol?: string | undefined;
21762
21418
  boostTokenChainId: number;
21763
21419
  boostTokenThreshold: number;
21764
21420
  boostConfiguration: {
@@ -21781,8 +21437,6 @@ export declare const v4: Elysia<"/v4", {
21781
21437
  hookType: import("@package/resources/enums").ELIGIBILITY;
21782
21438
  eligibilityTokenChainId: number;
21783
21439
  eligibilityTokenAddress: string;
21784
- eligibilityTokenSymbol?: string | undefined;
21785
- eligibilityTokenDecimals?: number | undefined;
21786
21440
  eligibilityTokenThreshold: number;
21787
21441
  eligibilityDuration: number;
21788
21442
  } | {
@@ -21965,14 +21619,10 @@ export declare const v4: Elysia<"/v4", {
21965
21619
  hookType: import("@package/resources/enums").BOOST;
21966
21620
  boostTokenChainId: number;
21967
21621
  boostTokenAddress: string;
21968
- boostTokenSymbol?: string | undefined;
21969
- boostTokenDecimals?: number | undefined;
21970
21622
  boostMultiplicator: number;
21971
21623
  } | {
21972
21624
  hookType: import("@package/resources/enums").BOOSTERC20;
21973
21625
  boostTokenAddress: string;
21974
- boostTokenDecimals?: number | undefined;
21975
- boostTokenSymbol?: string | undefined;
21976
21626
  boostTokenChainId: number;
21977
21627
  boostTokenThreshold: number;
21978
21628
  boostConfiguration: {
@@ -21995,8 +21645,6 @@ export declare const v4: Elysia<"/v4", {
21995
21645
  hookType: import("@package/resources/enums").ELIGIBILITY;
21996
21646
  eligibilityTokenChainId: number;
21997
21647
  eligibilityTokenAddress: string;
21998
- eligibilityTokenSymbol?: string | undefined;
21999
- eligibilityTokenDecimals?: number | undefined;
22000
21648
  eligibilityTokenThreshold: number;
22001
21649
  eligibilityDuration: number;
22002
21650
  } | {
@@ -22178,14 +21826,10 @@ export declare const v4: Elysia<"/v4", {
22178
21826
  hookType: import("@package/resources/enums").BOOST;
22179
21827
  boostTokenChainId: number;
22180
21828
  boostTokenAddress: string;
22181
- boostTokenSymbol?: string | undefined;
22182
- boostTokenDecimals?: number | undefined;
22183
21829
  boostMultiplicator: number;
22184
21830
  } | {
22185
21831
  hookType: import("@package/resources/enums").BOOSTERC20;
22186
21832
  boostTokenAddress: string;
22187
- boostTokenDecimals?: number | undefined;
22188
- boostTokenSymbol?: string | undefined;
22189
21833
  boostTokenChainId: number;
22190
21834
  boostTokenThreshold: number;
22191
21835
  boostConfiguration: {
@@ -22208,8 +21852,6 @@ export declare const v4: Elysia<"/v4", {
22208
21852
  hookType: import("@package/resources/enums").ELIGIBILITY;
22209
21853
  eligibilityTokenChainId: number;
22210
21854
  eligibilityTokenAddress: string;
22211
- eligibilityTokenSymbol?: string | undefined;
22212
- eligibilityTokenDecimals?: number | undefined;
22213
21855
  eligibilityTokenThreshold: number;
22214
21856
  eligibilityDuration: number;
22215
21857
  } | {
@@ -22393,14 +22035,10 @@ export declare const v4: Elysia<"/v4", {
22393
22035
  hookType: import("@package/resources/enums").BOOST;
22394
22036
  boostTokenChainId: number;
22395
22037
  boostTokenAddress: string;
22396
- boostTokenSymbol?: string | undefined;
22397
- boostTokenDecimals?: number | undefined;
22398
22038
  boostMultiplicator: number;
22399
22039
  } | {
22400
22040
  hookType: import("@package/resources/enums").BOOSTERC20;
22401
22041
  boostTokenAddress: string;
22402
- boostTokenDecimals?: number | undefined;
22403
- boostTokenSymbol?: string | undefined;
22404
22042
  boostTokenChainId: number;
22405
22043
  boostTokenThreshold: number;
22406
22044
  boostConfiguration: {
@@ -22423,8 +22061,6 @@ export declare const v4: Elysia<"/v4", {
22423
22061
  hookType: import("@package/resources/enums").ELIGIBILITY;
22424
22062
  eligibilityTokenChainId: number;
22425
22063
  eligibilityTokenAddress: string;
22426
- eligibilityTokenSymbol?: string | undefined;
22427
- eligibilityTokenDecimals?: number | undefined;
22428
22064
  eligibilityTokenThreshold: number;
22429
22065
  eligibilityDuration: number;
22430
22066
  } | {
@@ -22606,14 +22242,10 @@ export declare const v4: Elysia<"/v4", {
22606
22242
  hookType: import("@package/resources/enums").BOOST;
22607
22243
  boostTokenChainId: number;
22608
22244
  boostTokenAddress: string;
22609
- boostTokenSymbol?: string | undefined;
22610
- boostTokenDecimals?: number | undefined;
22611
22245
  boostMultiplicator: number;
22612
22246
  } | {
22613
22247
  hookType: import("@package/resources/enums").BOOSTERC20;
22614
22248
  boostTokenAddress: string;
22615
- boostTokenDecimals?: number | undefined;
22616
- boostTokenSymbol?: string | undefined;
22617
22249
  boostTokenChainId: number;
22618
22250
  boostTokenThreshold: number;
22619
22251
  boostConfiguration: {
@@ -22636,8 +22268,6 @@ export declare const v4: Elysia<"/v4", {
22636
22268
  hookType: import("@package/resources/enums").ELIGIBILITY;
22637
22269
  eligibilityTokenChainId: number;
22638
22270
  eligibilityTokenAddress: string;
22639
- eligibilityTokenSymbol?: string | undefined;
22640
- eligibilityTokenDecimals?: number | undefined;
22641
22271
  eligibilityTokenThreshold: number;
22642
22272
  eligibilityDuration: number;
22643
22273
  } | {
@@ -22819,14 +22449,10 @@ export declare const v4: Elysia<"/v4", {
22819
22449
  hookType: import("@package/resources/enums").BOOST;
22820
22450
  boostTokenChainId: number;
22821
22451
  boostTokenAddress: string;
22822
- boostTokenSymbol?: string | undefined;
22823
- boostTokenDecimals?: number | undefined;
22824
22452
  boostMultiplicator: number;
22825
22453
  } | {
22826
22454
  hookType: import("@package/resources/enums").BOOSTERC20;
22827
22455
  boostTokenAddress: string;
22828
- boostTokenDecimals?: number | undefined;
22829
- boostTokenSymbol?: string | undefined;
22830
22456
  boostTokenChainId: number;
22831
22457
  boostTokenThreshold: number;
22832
22458
  boostConfiguration: {
@@ -22849,8 +22475,6 @@ export declare const v4: Elysia<"/v4", {
22849
22475
  hookType: import("@package/resources/enums").ELIGIBILITY;
22850
22476
  eligibilityTokenChainId: number;
22851
22477
  eligibilityTokenAddress: string;
22852
- eligibilityTokenSymbol?: string | undefined;
22853
- eligibilityTokenDecimals?: number | undefined;
22854
22478
  eligibilityTokenThreshold: number;
22855
22479
  eligibilityDuration: number;
22856
22480
  } | {
@@ -23032,14 +22656,10 @@ export declare const v4: Elysia<"/v4", {
23032
22656
  hookType: import("@package/resources/enums").BOOST;
23033
22657
  boostTokenChainId: number;
23034
22658
  boostTokenAddress: string;
23035
- boostTokenSymbol?: string | undefined;
23036
- boostTokenDecimals?: number | undefined;
23037
22659
  boostMultiplicator: number;
23038
22660
  } | {
23039
22661
  hookType: import("@package/resources/enums").BOOSTERC20;
23040
22662
  boostTokenAddress: string;
23041
- boostTokenDecimals?: number | undefined;
23042
- boostTokenSymbol?: string | undefined;
23043
22663
  boostTokenChainId: number;
23044
22664
  boostTokenThreshold: number;
23045
22665
  boostConfiguration: {
@@ -23062,8 +22682,6 @@ export declare const v4: Elysia<"/v4", {
23062
22682
  hookType: import("@package/resources/enums").ELIGIBILITY;
23063
22683
  eligibilityTokenChainId: number;
23064
22684
  eligibilityTokenAddress: string;
23065
- eligibilityTokenSymbol?: string | undefined;
23066
- eligibilityTokenDecimals?: number | undefined;
23067
22685
  eligibilityTokenThreshold: number;
23068
22686
  eligibilityDuration: number;
23069
22687
  } | {
@@ -23245,14 +22863,10 @@ export declare const v4: Elysia<"/v4", {
23245
22863
  hookType: import("@package/resources/enums").BOOST;
23246
22864
  boostTokenChainId: number;
23247
22865
  boostTokenAddress: string;
23248
- boostTokenSymbol?: string | undefined;
23249
- boostTokenDecimals?: number | undefined;
23250
22866
  boostMultiplicator: number;
23251
22867
  } | {
23252
22868
  hookType: import("@package/resources/enums").BOOSTERC20;
23253
22869
  boostTokenAddress: string;
23254
- boostTokenDecimals?: number | undefined;
23255
- boostTokenSymbol?: string | undefined;
23256
22870
  boostTokenChainId: number;
23257
22871
  boostTokenThreshold: number;
23258
22872
  boostConfiguration: {
@@ -23275,8 +22889,6 @@ export declare const v4: Elysia<"/v4", {
23275
22889
  hookType: import("@package/resources/enums").ELIGIBILITY;
23276
22890
  eligibilityTokenChainId: number;
23277
22891
  eligibilityTokenAddress: string;
23278
- eligibilityTokenSymbol?: string | undefined;
23279
- eligibilityTokenDecimals?: number | undefined;
23280
22892
  eligibilityTokenThreshold: number;
23281
22893
  eligibilityDuration: number;
23282
22894
  } | {
@@ -23458,14 +23070,10 @@ export declare const v4: Elysia<"/v4", {
23458
23070
  hookType: import("@package/resources/enums").BOOST;
23459
23071
  boostTokenChainId: number;
23460
23072
  boostTokenAddress: string;
23461
- boostTokenSymbol?: string | undefined;
23462
- boostTokenDecimals?: number | undefined;
23463
23073
  boostMultiplicator: number;
23464
23074
  } | {
23465
23075
  hookType: import("@package/resources/enums").BOOSTERC20;
23466
23076
  boostTokenAddress: string;
23467
- boostTokenDecimals?: number | undefined;
23468
- boostTokenSymbol?: string | undefined;
23469
23077
  boostTokenChainId: number;
23470
23078
  boostTokenThreshold: number;
23471
23079
  boostConfiguration: {
@@ -23488,8 +23096,6 @@ export declare const v4: Elysia<"/v4", {
23488
23096
  hookType: import("@package/resources/enums").ELIGIBILITY;
23489
23097
  eligibilityTokenChainId: number;
23490
23098
  eligibilityTokenAddress: string;
23491
- eligibilityTokenSymbol?: string | undefined;
23492
- eligibilityTokenDecimals?: number | undefined;
23493
23099
  eligibilityTokenThreshold: number;
23494
23100
  eligibilityDuration: number;
23495
23101
  } | {
@@ -23671,14 +23277,10 @@ export declare const v4: Elysia<"/v4", {
23671
23277
  hookType: import("@package/resources/enums").BOOST;
23672
23278
  boostTokenChainId: number;
23673
23279
  boostTokenAddress: string;
23674
- boostTokenSymbol?: string | undefined;
23675
- boostTokenDecimals?: number | undefined;
23676
23280
  boostMultiplicator: number;
23677
23281
  } | {
23678
23282
  hookType: import("@package/resources/enums").BOOSTERC20;
23679
23283
  boostTokenAddress: string;
23680
- boostTokenDecimals?: number | undefined;
23681
- boostTokenSymbol?: string | undefined;
23682
23284
  boostTokenChainId: number;
23683
23285
  boostTokenThreshold: number;
23684
23286
  boostConfiguration: {
@@ -23701,8 +23303,6 @@ export declare const v4: Elysia<"/v4", {
23701
23303
  hookType: import("@package/resources/enums").ELIGIBILITY;
23702
23304
  eligibilityTokenChainId: number;
23703
23305
  eligibilityTokenAddress: string;
23704
- eligibilityTokenSymbol?: string | undefined;
23705
- eligibilityTokenDecimals?: number | undefined;
23706
23306
  eligibilityTokenThreshold: number;
23707
23307
  eligibilityDuration: number;
23708
23308
  } | {
@@ -23884,14 +23484,10 @@ export declare const v4: Elysia<"/v4", {
23884
23484
  hookType: import("@package/resources/enums").BOOST;
23885
23485
  boostTokenChainId: number;
23886
23486
  boostTokenAddress: string;
23887
- boostTokenSymbol?: string | undefined;
23888
- boostTokenDecimals?: number | undefined;
23889
23487
  boostMultiplicator: number;
23890
23488
  } | {
23891
23489
  hookType: import("@package/resources/enums").BOOSTERC20;
23892
23490
  boostTokenAddress: string;
23893
- boostTokenDecimals?: number | undefined;
23894
- boostTokenSymbol?: string | undefined;
23895
23491
  boostTokenChainId: number;
23896
23492
  boostTokenThreshold: number;
23897
23493
  boostConfiguration: {
@@ -23914,8 +23510,6 @@ export declare const v4: Elysia<"/v4", {
23914
23510
  hookType: import("@package/resources/enums").ELIGIBILITY;
23915
23511
  eligibilityTokenChainId: number;
23916
23512
  eligibilityTokenAddress: string;
23917
- eligibilityTokenSymbol?: string | undefined;
23918
- eligibilityTokenDecimals?: number | undefined;
23919
23513
  eligibilityTokenThreshold: number;
23920
23514
  eligibilityDuration: number;
23921
23515
  } | {
@@ -24097,14 +23691,10 @@ export declare const v4: Elysia<"/v4", {
24097
23691
  hookType: import("@package/resources/enums").BOOST;
24098
23692
  boostTokenChainId: number;
24099
23693
  boostTokenAddress: string;
24100
- boostTokenSymbol?: string | undefined;
24101
- boostTokenDecimals?: number | undefined;
24102
23694
  boostMultiplicator: number;
24103
23695
  } | {
24104
23696
  hookType: import("@package/resources/enums").BOOSTERC20;
24105
23697
  boostTokenAddress: string;
24106
- boostTokenDecimals?: number | undefined;
24107
- boostTokenSymbol?: string | undefined;
24108
23698
  boostTokenChainId: number;
24109
23699
  boostTokenThreshold: number;
24110
23700
  boostConfiguration: {
@@ -24127,8 +23717,6 @@ export declare const v4: Elysia<"/v4", {
24127
23717
  hookType: import("@package/resources/enums").ELIGIBILITY;
24128
23718
  eligibilityTokenChainId: number;
24129
23719
  eligibilityTokenAddress: string;
24130
- eligibilityTokenSymbol?: string | undefined;
24131
- eligibilityTokenDecimals?: number | undefined;
24132
23720
  eligibilityTokenThreshold: number;
24133
23721
  eligibilityDuration: number;
24134
23722
  } | {
@@ -24318,14 +23906,10 @@ export declare const v4: Elysia<"/v4", {
24318
23906
  hookType: import("@package/resources/enums").BOOST;
24319
23907
  boostTokenChainId: number;
24320
23908
  boostTokenAddress: string;
24321
- boostTokenSymbol?: string | undefined;
24322
- boostTokenDecimals?: number | undefined;
24323
23909
  boostMultiplicator: number;
24324
23910
  } | {
24325
23911
  hookType: import("@package/resources/enums").BOOSTERC20;
24326
23912
  boostTokenAddress: string;
24327
- boostTokenDecimals?: number | undefined;
24328
- boostTokenSymbol?: string | undefined;
24329
23913
  boostTokenChainId: number;
24330
23914
  boostTokenThreshold: number;
24331
23915
  boostConfiguration: {
@@ -24348,8 +23932,6 @@ export declare const v4: Elysia<"/v4", {
24348
23932
  hookType: import("@package/resources/enums").ELIGIBILITY;
24349
23933
  eligibilityTokenChainId: number;
24350
23934
  eligibilityTokenAddress: string;
24351
- eligibilityTokenSymbol?: string | undefined;
24352
- eligibilityTokenDecimals?: number | undefined;
24353
23935
  eligibilityTokenThreshold: number;
24354
23936
  eligibilityDuration: number;
24355
23937
  } | {
@@ -24539,14 +24121,10 @@ export declare const v4: Elysia<"/v4", {
24539
24121
  hookType: import("@package/resources/enums").BOOST;
24540
24122
  boostTokenChainId: number;
24541
24123
  boostTokenAddress: string;
24542
- boostTokenSymbol?: string | undefined;
24543
- boostTokenDecimals?: number | undefined;
24544
24124
  boostMultiplicator: number;
24545
24125
  } | {
24546
24126
  hookType: import("@package/resources/enums").BOOSTERC20;
24547
24127
  boostTokenAddress: string;
24548
- boostTokenDecimals?: number | undefined;
24549
- boostTokenSymbol?: string | undefined;
24550
24128
  boostTokenChainId: number;
24551
24129
  boostTokenThreshold: number;
24552
24130
  boostConfiguration: {
@@ -24569,8 +24147,6 @@ export declare const v4: Elysia<"/v4", {
24569
24147
  hookType: import("@package/resources/enums").ELIGIBILITY;
24570
24148
  eligibilityTokenChainId: number;
24571
24149
  eligibilityTokenAddress: string;
24572
- eligibilityTokenSymbol?: string | undefined;
24573
- eligibilityTokenDecimals?: number | undefined;
24574
24150
  eligibilityTokenThreshold: number;
24575
24151
  eligibilityDuration: number;
24576
24152
  } | {
@@ -24751,14 +24327,10 @@ export declare const v4: Elysia<"/v4", {
24751
24327
  hookType: import("@package/resources/enums").BOOST;
24752
24328
  boostTokenChainId: number;
24753
24329
  boostTokenAddress: string;
24754
- boostTokenSymbol?: string | undefined;
24755
- boostTokenDecimals?: number | undefined;
24756
24330
  boostMultiplicator: number;
24757
24331
  } | {
24758
24332
  hookType: import("@package/resources/enums").BOOSTERC20;
24759
24333
  boostTokenAddress: string;
24760
- boostTokenDecimals?: number | undefined;
24761
- boostTokenSymbol?: string | undefined;
24762
24334
  boostTokenChainId: number;
24763
24335
  boostTokenThreshold: number;
24764
24336
  boostConfiguration: {
@@ -24781,8 +24353,6 @@ export declare const v4: Elysia<"/v4", {
24781
24353
  hookType: import("@package/resources/enums").ELIGIBILITY;
24782
24354
  eligibilityTokenChainId: number;
24783
24355
  eligibilityTokenAddress: string;
24784
- eligibilityTokenSymbol?: string | undefined;
24785
- eligibilityTokenDecimals?: number | undefined;
24786
24356
  eligibilityTokenThreshold: number;
24787
24357
  eligibilityDuration: number;
24788
24358
  } | {
@@ -24965,14 +24535,10 @@ export declare const v4: Elysia<"/v4", {
24965
24535
  hookType: import("@package/resources/enums").BOOST;
24966
24536
  boostTokenChainId: number;
24967
24537
  boostTokenAddress: string;
24968
- boostTokenSymbol?: string | undefined;
24969
- boostTokenDecimals?: number | undefined;
24970
24538
  boostMultiplicator: number;
24971
24539
  } | {
24972
24540
  hookType: import("@package/resources/enums").BOOSTERC20;
24973
24541
  boostTokenAddress: string;
24974
- boostTokenDecimals?: number | undefined;
24975
- boostTokenSymbol?: string | undefined;
24976
24542
  boostTokenChainId: number;
24977
24543
  boostTokenThreshold: number;
24978
24544
  boostConfiguration: {
@@ -24995,8 +24561,6 @@ export declare const v4: Elysia<"/v4", {
24995
24561
  hookType: import("@package/resources/enums").ELIGIBILITY;
24996
24562
  eligibilityTokenChainId: number;
24997
24563
  eligibilityTokenAddress: string;
24998
- eligibilityTokenSymbol?: string | undefined;
24999
- eligibilityTokenDecimals?: number | undefined;
25000
24564
  eligibilityTokenThreshold: number;
25001
24565
  eligibilityDuration: number;
25002
24566
  } | {