@merkl/api 1.4.7 → 1.4.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.
- package/dist/src/eden/index.d.ts +2 -432
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/ownerFinder.js.map +1 -1
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesRound1.js.map +1 -1
- package/dist/src/engine/implementations/Erc20/subTypes/factories.js.map +1 -1
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/ERC4626/tvl.js.map +1 -1
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/eulerEarn/metadata.js.map +1 -1
- package/dist/src/engine/implementations/Erc20/subTypes/index.d.ts +0 -1
- package/dist/src/engine/implementations/Erc20/subTypes/index.js.map +1 -1
- package/dist/src/index.d.ts +260 -694
- package/dist/src/libs/computeFee.d.ts +12 -17
- package/dist/src/modules/v4/campaign/campaign.service.js.map +1 -1
- package/dist/src/modules/v4/config/config.controller.d.ts +4 -8
- package/dist/src/modules/v4/payload/payload.model.d.ts +13 -12
- package/dist/src/modules/v4/payload/payload.model.js.map +1 -1
- package/dist/src/modules/v4/payload/payload.service.js.map +1 -1
- package/dist/src/modules/v4/priceSource/priceFetchers/implementations/erc4626Service.d.ts +0 -1
- package/dist/src/modules/v4/priceSource/priceFetchers/implementations/erc4626Service.js.map +1 -1
- package/dist/src/modules/v4/priceSource/priceSource.controller.d.ts +2 -0
- package/dist/src/modules/v4/priceSource/priceSource.controller.js.map +1 -1
- package/dist/src/modules/v4/priceSource/priceSource.model.d.ts +2 -0
- package/dist/src/modules/v4/priceSource/priceSource.model.js.map +1 -1
- package/dist/src/modules/v4/priceSource/priceSource.service.js.map +1 -1
- package/dist/src/modules/v4/programPayload/programPayload.controller.d.ts +254 -686
- package/dist/src/modules/v4/programPayload/programPayload.model.d.ts +20 -18
- package/dist/src/modules/v4/programPayload/programPayload.repository.d.ts +7 -1
- package/dist/src/modules/v4/programPayload/programPayload.repository.js.map +1 -1
- package/dist/src/modules/v4/programPayload/subPayloads/aave.d.ts +3 -1
- package/dist/src/modules/v4/programPayload/subPayloads/aave.js.map +1 -1
- package/dist/src/modules/v4/programPayload/subPayloads/drip.d.ts +45 -3
- package/dist/src/modules/v4/programPayload/subPayloads/drip.js.map +1 -1
- package/dist/src/modules/v4/programPayload/subPayloads/ethena.d.ts +4 -1
- package/dist/src/modules/v4/programPayload/subPayloads/ethena.js.map +1 -1
- package/dist/src/modules/v4/programPayload/subPayloads/hypurrFi.js.map +1 -1
- package/dist/src/modules/v4/programPayload/subPayloads/nibiru.js.map +1 -1
- package/dist/src/modules/v4/programPayload/subPayloads/redbelly.d.ts +4 -1
- package/dist/src/modules/v4/programPayload/subPayloads/redbelly.js.map +1 -1
- package/dist/src/modules/v4/programPayload/subPayloads/rezerve.d.ts +2 -1
- package/dist/src/modules/v4/programPayload/subPayloads/rezerve.js.map +1 -1
- package/dist/src/modules/v4/programPayload/subPayloads/tac.d.ts +2 -1
- package/dist/src/modules/v4/programPayload/subPayloads/tac.js.map +1 -1
- package/dist/src/modules/v4/router.d.ts +15 -449
- package/dist/src/utils/models.d.ts +4 -8
- 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>;
|
@@ -7447,6 +7443,7 @@ export declare const v4: Elysia<"/v4", {
|
|
7447
7443
|
post: {
|
7448
7444
|
body: {
|
7449
7445
|
addressOrSymbol: string;
|
7446
|
+
chainId?: number | undefined;
|
7450
7447
|
method: "COINGECKO" | "CONSTANT" | "DEFILLAMA" | "DEXSCREENER" | "EQUAL_TO" | "ERC4626" | "INDEXCOOP" | "ONCHAIN_CALL" | "UNISWAP_V2";
|
7451
7448
|
args: {};
|
7452
7449
|
protected?: boolean | undefined;
|
@@ -7514,6 +7511,7 @@ export declare const v4: Elysia<"/v4", {
|
|
7514
7511
|
patch: {
|
7515
7512
|
body: {
|
7516
7513
|
addressOrSymbol?: string | undefined;
|
7514
|
+
chainId?: number | undefined;
|
7517
7515
|
method?: "COINGECKO" | "CONSTANT" | "DEFILLAMA" | "DEXSCREENER" | "EQUAL_TO" | "ERC4626" | "INDEXCOOP" | "ONCHAIN_CALL" | "UNISWAP_V2" | undefined;
|
7518
7516
|
args?: {} | undefined;
|
7519
7517
|
protected?: boolean | undefined;
|
@@ -9697,13 +9695,12 @@ export declare const v4: Elysia<"/v4", {
|
|
9697
9695
|
headers: unknown;
|
9698
9696
|
response: {
|
9699
9697
|
200: ({
|
9700
|
-
campaignType: import("@package/resources/enums").
|
9698
|
+
campaignType: import("@package/resources/enums").M0;
|
9701
9699
|
whitelist: string[];
|
9702
9700
|
blacklist: string[];
|
9703
9701
|
endTimestamp: number;
|
9704
9702
|
url?: string | undefined;
|
9705
|
-
|
9706
|
-
subCampaignType: import("@package/resources/enums").AjnaSubCampaignType;
|
9703
|
+
markets: string[];
|
9707
9704
|
forwarders: string[];
|
9708
9705
|
} & {
|
9709
9706
|
rewardToken: string;
|
@@ -9727,14 +9724,10 @@ export declare const v4: Elysia<"/v4", {
|
|
9727
9724
|
hookType: import("@package/resources/enums").BOOST;
|
9728
9725
|
boostTokenChainId: number;
|
9729
9726
|
boostTokenAddress: string;
|
9730
|
-
boostTokenSymbol?: string | undefined;
|
9731
|
-
boostTokenDecimals?: number | undefined;
|
9732
9727
|
boostMultiplicator: number;
|
9733
9728
|
} | {
|
9734
9729
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
9735
9730
|
boostTokenAddress: string;
|
9736
|
-
boostTokenDecimals?: number | undefined;
|
9737
|
-
boostTokenSymbol?: string | undefined;
|
9738
9731
|
boostTokenChainId: number;
|
9739
9732
|
boostTokenThreshold: number;
|
9740
9733
|
boostConfiguration: {
|
@@ -9757,8 +9750,6 @@ export declare const v4: Elysia<"/v4", {
|
|
9757
9750
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
9758
9751
|
eligibilityTokenChainId: number;
|
9759
9752
|
eligibilityTokenAddress: string;
|
9760
|
-
eligibilityTokenSymbol?: string | undefined;
|
9761
|
-
eligibilityTokenDecimals?: number | undefined;
|
9762
9753
|
eligibilityTokenThreshold: number;
|
9763
9754
|
eligibilityDuration: number;
|
9764
9755
|
} | {
|
@@ -9912,13 +9903,12 @@ export declare const v4: Elysia<"/v4", {
|
|
9912
9903
|
};
|
9913
9904
|
} | undefined;
|
9914
9905
|
}) | ({
|
9915
|
-
campaignType: import("@package/resources/enums").
|
9906
|
+
campaignType: import("@package/resources/enums").AAVE_SUPPLY;
|
9916
9907
|
whitelist: string[];
|
9917
9908
|
blacklist: string[];
|
9918
9909
|
endTimestamp: number;
|
9919
9910
|
url?: string | undefined;
|
9920
|
-
|
9921
|
-
forwarders: string[];
|
9911
|
+
targetToken: string;
|
9922
9912
|
} & {
|
9923
9913
|
rewardToken: string;
|
9924
9914
|
amount: string;
|
@@ -9941,14 +9931,10 @@ export declare const v4: Elysia<"/v4", {
|
|
9941
9931
|
hookType: import("@package/resources/enums").BOOST;
|
9942
9932
|
boostTokenChainId: number;
|
9943
9933
|
boostTokenAddress: string;
|
9944
|
-
boostTokenSymbol?: string | undefined;
|
9945
|
-
boostTokenDecimals?: number | undefined;
|
9946
9934
|
boostMultiplicator: number;
|
9947
9935
|
} | {
|
9948
9936
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
9949
9937
|
boostTokenAddress: string;
|
9950
|
-
boostTokenDecimals?: number | undefined;
|
9951
|
-
boostTokenSymbol?: string | undefined;
|
9952
9938
|
boostTokenChainId: number;
|
9953
9939
|
boostTokenThreshold: number;
|
9954
9940
|
boostConfiguration: {
|
@@ -9971,8 +9957,6 @@ export declare const v4: Elysia<"/v4", {
|
|
9971
9957
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
9972
9958
|
eligibilityTokenChainId: number;
|
9973
9959
|
eligibilityTokenAddress: string;
|
9974
|
-
eligibilityTokenSymbol?: string | undefined;
|
9975
|
-
eligibilityTokenDecimals?: number | undefined;
|
9976
9960
|
eligibilityTokenThreshold: number;
|
9977
9961
|
eligibilityDuration: number;
|
9978
9962
|
} | {
|
@@ -10126,7 +10110,7 @@ export declare const v4: Elysia<"/v4", {
|
|
10126
10110
|
};
|
10127
10111
|
} | undefined;
|
10128
10112
|
}) | ({
|
10129
|
-
campaignType: import("@package/resources/enums").
|
10113
|
+
campaignType: import("@package/resources/enums").AAVE_BORROW;
|
10130
10114
|
whitelist: string[];
|
10131
10115
|
blacklist: string[];
|
10132
10116
|
endTimestamp: number;
|
@@ -10154,14 +10138,10 @@ export declare const v4: Elysia<"/v4", {
|
|
10154
10138
|
hookType: import("@package/resources/enums").BOOST;
|
10155
10139
|
boostTokenChainId: number;
|
10156
10140
|
boostTokenAddress: string;
|
10157
|
-
boostTokenSymbol?: string | undefined;
|
10158
|
-
boostTokenDecimals?: number | undefined;
|
10159
10141
|
boostMultiplicator: number;
|
10160
10142
|
} | {
|
10161
10143
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
10162
10144
|
boostTokenAddress: string;
|
10163
|
-
boostTokenDecimals?: number | undefined;
|
10164
|
-
boostTokenSymbol?: string | undefined;
|
10165
10145
|
boostTokenChainId: number;
|
10166
10146
|
boostTokenThreshold: number;
|
10167
10147
|
boostConfiguration: {
|
@@ -10184,8 +10164,6 @@ export declare const v4: Elysia<"/v4", {
|
|
10184
10164
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
10185
10165
|
eligibilityTokenChainId: number;
|
10186
10166
|
eligibilityTokenAddress: string;
|
10187
|
-
eligibilityTokenSymbol?: string | undefined;
|
10188
|
-
eligibilityTokenDecimals?: number | undefined;
|
10189
10167
|
eligibilityTokenThreshold: number;
|
10190
10168
|
eligibilityDuration: number;
|
10191
10169
|
} | {
|
@@ -10339,12 +10317,14 @@ export declare const v4: Elysia<"/v4", {
|
|
10339
10317
|
};
|
10340
10318
|
} | undefined;
|
10341
10319
|
}) | ({
|
10342
|
-
campaignType: import("@package/resources/enums").
|
10320
|
+
campaignType: import("@package/resources/enums").AJNA;
|
10343
10321
|
whitelist: string[];
|
10344
10322
|
blacklist: string[];
|
10345
10323
|
endTimestamp: number;
|
10346
10324
|
url?: string | undefined;
|
10347
|
-
|
10325
|
+
poolId: string;
|
10326
|
+
subCampaignType: import("@package/resources/enums").AjnaSubCampaignType;
|
10327
|
+
forwarders: string[];
|
10348
10328
|
} & {
|
10349
10329
|
rewardToken: string;
|
10350
10330
|
amount: string;
|
@@ -10367,14 +10347,10 @@ export declare const v4: Elysia<"/v4", {
|
|
10367
10347
|
hookType: import("@package/resources/enums").BOOST;
|
10368
10348
|
boostTokenChainId: number;
|
10369
10349
|
boostTokenAddress: string;
|
10370
|
-
boostTokenSymbol?: string | undefined;
|
10371
|
-
boostTokenDecimals?: number | undefined;
|
10372
10350
|
boostMultiplicator: number;
|
10373
10351
|
} | {
|
10374
10352
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
10375
10353
|
boostTokenAddress: string;
|
10376
|
-
boostTokenDecimals?: number | undefined;
|
10377
|
-
boostTokenSymbol?: string | undefined;
|
10378
10354
|
boostTokenChainId: number;
|
10379
10355
|
boostTokenThreshold: number;
|
10380
10356
|
boostConfiguration: {
|
@@ -10397,8 +10373,6 @@ export declare const v4: Elysia<"/v4", {
|
|
10397
10373
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
10398
10374
|
eligibilityTokenChainId: number;
|
10399
10375
|
eligibilityTokenAddress: string;
|
10400
|
-
eligibilityTokenSymbol?: string | undefined;
|
10401
|
-
eligibilityTokenDecimals?: number | undefined;
|
10402
10376
|
eligibilityTokenThreshold: number;
|
10403
10377
|
eligibilityDuration: number;
|
10404
10378
|
} | {
|
@@ -10588,14 +10562,10 @@ export declare const v4: Elysia<"/v4", {
|
|
10588
10562
|
hookType: import("@package/resources/enums").BOOST;
|
10589
10563
|
boostTokenChainId: number;
|
10590
10564
|
boostTokenAddress: string;
|
10591
|
-
boostTokenSymbol?: string | undefined;
|
10592
|
-
boostTokenDecimals?: number | undefined;
|
10593
10565
|
boostMultiplicator: number;
|
10594
10566
|
} | {
|
10595
10567
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
10596
10568
|
boostTokenAddress: string;
|
10597
|
-
boostTokenDecimals?: number | undefined;
|
10598
|
-
boostTokenSymbol?: string | undefined;
|
10599
10569
|
boostTokenChainId: number;
|
10600
10570
|
boostTokenThreshold: number;
|
10601
10571
|
boostConfiguration: {
|
@@ -10618,8 +10588,6 @@ export declare const v4: Elysia<"/v4", {
|
|
10618
10588
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
10619
10589
|
eligibilityTokenChainId: number;
|
10620
10590
|
eligibilityTokenAddress: string;
|
10621
|
-
eligibilityTokenSymbol?: string | undefined;
|
10622
|
-
eligibilityTokenDecimals?: number | undefined;
|
10623
10591
|
eligibilityTokenThreshold: number;
|
10624
10592
|
eligibilityDuration: number;
|
10625
10593
|
} | {
|
@@ -10802,14 +10770,10 @@ export declare const v4: Elysia<"/v4", {
|
|
10802
10770
|
hookType: import("@package/resources/enums").BOOST;
|
10803
10771
|
boostTokenChainId: number;
|
10804
10772
|
boostTokenAddress: string;
|
10805
|
-
boostTokenSymbol?: string | undefined;
|
10806
|
-
boostTokenDecimals?: number | undefined;
|
10807
10773
|
boostMultiplicator: number;
|
10808
10774
|
} | {
|
10809
10775
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
10810
10776
|
boostTokenAddress: string;
|
10811
|
-
boostTokenDecimals?: number | undefined;
|
10812
|
-
boostTokenSymbol?: string | undefined;
|
10813
10777
|
boostTokenChainId: number;
|
10814
10778
|
boostTokenThreshold: number;
|
10815
10779
|
boostConfiguration: {
|
@@ -10832,8 +10796,6 @@ export declare const v4: Elysia<"/v4", {
|
|
10832
10796
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
10833
10797
|
eligibilityTokenChainId: number;
|
10834
10798
|
eligibilityTokenAddress: string;
|
10835
|
-
eligibilityTokenSymbol?: string | undefined;
|
10836
|
-
eligibilityTokenDecimals?: number | undefined;
|
10837
10799
|
eligibilityTokenThreshold: number;
|
10838
10800
|
eligibilityDuration: number;
|
10839
10801
|
} | {
|
@@ -11015,14 +10977,10 @@ export declare const v4: Elysia<"/v4", {
|
|
11015
10977
|
hookType: import("@package/resources/enums").BOOST;
|
11016
10978
|
boostTokenChainId: number;
|
11017
10979
|
boostTokenAddress: string;
|
11018
|
-
boostTokenSymbol?: string | undefined;
|
11019
|
-
boostTokenDecimals?: number | undefined;
|
11020
10980
|
boostMultiplicator: number;
|
11021
10981
|
} | {
|
11022
10982
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
11023
10983
|
boostTokenAddress: string;
|
11024
|
-
boostTokenDecimals?: number | undefined;
|
11025
|
-
boostTokenSymbol?: string | undefined;
|
11026
10984
|
boostTokenChainId: number;
|
11027
10985
|
boostTokenThreshold: number;
|
11028
10986
|
boostConfiguration: {
|
@@ -11045,8 +11003,6 @@ export declare const v4: Elysia<"/v4", {
|
|
11045
11003
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
11046
11004
|
eligibilityTokenChainId: number;
|
11047
11005
|
eligibilityTokenAddress: string;
|
11048
|
-
eligibilityTokenSymbol?: string | undefined;
|
11049
|
-
eligibilityTokenDecimals?: number | undefined;
|
11050
11006
|
eligibilityTokenThreshold: number;
|
11051
11007
|
eligibilityDuration: number;
|
11052
11008
|
} | {
|
@@ -11228,14 +11184,10 @@ export declare const v4: Elysia<"/v4", {
|
|
11228
11184
|
hookType: import("@package/resources/enums").BOOST;
|
11229
11185
|
boostTokenChainId: number;
|
11230
11186
|
boostTokenAddress: string;
|
11231
|
-
boostTokenSymbol?: string | undefined;
|
11232
|
-
boostTokenDecimals?: number | undefined;
|
11233
11187
|
boostMultiplicator: number;
|
11234
11188
|
} | {
|
11235
11189
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
11236
11190
|
boostTokenAddress: string;
|
11237
|
-
boostTokenDecimals?: number | undefined;
|
11238
|
-
boostTokenSymbol?: string | undefined;
|
11239
11191
|
boostTokenChainId: number;
|
11240
11192
|
boostTokenThreshold: number;
|
11241
11193
|
boostConfiguration: {
|
@@ -11258,8 +11210,6 @@ export declare const v4: Elysia<"/v4", {
|
|
11258
11210
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
11259
11211
|
eligibilityTokenChainId: number;
|
11260
11212
|
eligibilityTokenAddress: string;
|
11261
|
-
eligibilityTokenSymbol?: string | undefined;
|
11262
|
-
eligibilityTokenDecimals?: number | undefined;
|
11263
11213
|
eligibilityTokenThreshold: number;
|
11264
11214
|
eligibilityDuration: number;
|
11265
11215
|
} | {
|
@@ -11444,14 +11394,10 @@ export declare const v4: Elysia<"/v4", {
|
|
11444
11394
|
hookType: import("@package/resources/enums").BOOST;
|
11445
11395
|
boostTokenChainId: number;
|
11446
11396
|
boostTokenAddress: string;
|
11447
|
-
boostTokenSymbol?: string | undefined;
|
11448
|
-
boostTokenDecimals?: number | undefined;
|
11449
11397
|
boostMultiplicator: number;
|
11450
11398
|
} | {
|
11451
11399
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
11452
11400
|
boostTokenAddress: string;
|
11453
|
-
boostTokenDecimals?: number | undefined;
|
11454
|
-
boostTokenSymbol?: string | undefined;
|
11455
11401
|
boostTokenChainId: number;
|
11456
11402
|
boostTokenThreshold: number;
|
11457
11403
|
boostConfiguration: {
|
@@ -11474,8 +11420,6 @@ export declare const v4: Elysia<"/v4", {
|
|
11474
11420
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
11475
11421
|
eligibilityTokenChainId: number;
|
11476
11422
|
eligibilityTokenAddress: string;
|
11477
|
-
eligibilityTokenSymbol?: string | undefined;
|
11478
|
-
eligibilityTokenDecimals?: number | undefined;
|
11479
11423
|
eligibilityTokenThreshold: number;
|
11480
11424
|
eligibilityDuration: number;
|
11481
11425
|
} | {
|
@@ -11658,14 +11602,10 @@ export declare const v4: Elysia<"/v4", {
|
|
11658
11602
|
hookType: import("@package/resources/enums").BOOST;
|
11659
11603
|
boostTokenChainId: number;
|
11660
11604
|
boostTokenAddress: string;
|
11661
|
-
boostTokenSymbol?: string | undefined;
|
11662
|
-
boostTokenDecimals?: number | undefined;
|
11663
11605
|
boostMultiplicator: number;
|
11664
11606
|
} | {
|
11665
11607
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
11666
11608
|
boostTokenAddress: string;
|
11667
|
-
boostTokenDecimals?: number | undefined;
|
11668
|
-
boostTokenSymbol?: string | undefined;
|
11669
11609
|
boostTokenChainId: number;
|
11670
11610
|
boostTokenThreshold: number;
|
11671
11611
|
boostConfiguration: {
|
@@ -11688,8 +11628,6 @@ export declare const v4: Elysia<"/v4", {
|
|
11688
11628
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
11689
11629
|
eligibilityTokenChainId: number;
|
11690
11630
|
eligibilityTokenAddress: string;
|
11691
|
-
eligibilityTokenSymbol?: string | undefined;
|
11692
|
-
eligibilityTokenDecimals?: number | undefined;
|
11693
11631
|
eligibilityTokenThreshold: number;
|
11694
11632
|
eligibilityDuration: number;
|
11695
11633
|
} | {
|
@@ -11871,14 +11809,10 @@ export declare const v4: Elysia<"/v4", {
|
|
11871
11809
|
hookType: import("@package/resources/enums").BOOST;
|
11872
11810
|
boostTokenChainId: number;
|
11873
11811
|
boostTokenAddress: string;
|
11874
|
-
boostTokenSymbol?: string | undefined;
|
11875
|
-
boostTokenDecimals?: number | undefined;
|
11876
11812
|
boostMultiplicator: number;
|
11877
11813
|
} | {
|
11878
11814
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
11879
11815
|
boostTokenAddress: string;
|
11880
|
-
boostTokenDecimals?: number | undefined;
|
11881
|
-
boostTokenSymbol?: string | undefined;
|
11882
11816
|
boostTokenChainId: number;
|
11883
11817
|
boostTokenThreshold: number;
|
11884
11818
|
boostConfiguration: {
|
@@ -11901,8 +11835,6 @@ export declare const v4: Elysia<"/v4", {
|
|
11901
11835
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
11902
11836
|
eligibilityTokenChainId: number;
|
11903
11837
|
eligibilityTokenAddress: string;
|
11904
|
-
eligibilityTokenSymbol?: string | undefined;
|
11905
|
-
eligibilityTokenDecimals?: number | undefined;
|
11906
11838
|
eligibilityTokenThreshold: number;
|
11907
11839
|
eligibilityDuration: number;
|
11908
11840
|
} | {
|
@@ -12088,14 +12020,10 @@ export declare const v4: Elysia<"/v4", {
|
|
12088
12020
|
hookType: import("@package/resources/enums").BOOST;
|
12089
12021
|
boostTokenChainId: number;
|
12090
12022
|
boostTokenAddress: string;
|
12091
|
-
boostTokenSymbol?: string | undefined;
|
12092
|
-
boostTokenDecimals?: number | undefined;
|
12093
12023
|
boostMultiplicator: number;
|
12094
12024
|
} | {
|
12095
12025
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
12096
12026
|
boostTokenAddress: string;
|
12097
|
-
boostTokenDecimals?: number | undefined;
|
12098
|
-
boostTokenSymbol?: string | undefined;
|
12099
12027
|
boostTokenChainId: number;
|
12100
12028
|
boostTokenThreshold: number;
|
12101
12029
|
boostConfiguration: {
|
@@ -12118,8 +12046,6 @@ export declare const v4: Elysia<"/v4", {
|
|
12118
12046
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
12119
12047
|
eligibilityTokenChainId: number;
|
12120
12048
|
eligibilityTokenAddress: string;
|
12121
|
-
eligibilityTokenSymbol?: string | undefined;
|
12122
|
-
eligibilityTokenDecimals?: number | undefined;
|
12123
12049
|
eligibilityTokenThreshold: number;
|
12124
12050
|
eligibilityDuration: number;
|
12125
12051
|
} | {
|
@@ -12302,14 +12228,10 @@ export declare const v4: Elysia<"/v4", {
|
|
12302
12228
|
hookType: import("@package/resources/enums").BOOST;
|
12303
12229
|
boostTokenChainId: number;
|
12304
12230
|
boostTokenAddress: string;
|
12305
|
-
boostTokenSymbol?: string | undefined;
|
12306
|
-
boostTokenDecimals?: number | undefined;
|
12307
12231
|
boostMultiplicator: number;
|
12308
12232
|
} | {
|
12309
12233
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
12310
12234
|
boostTokenAddress: string;
|
12311
|
-
boostTokenDecimals?: number | undefined;
|
12312
|
-
boostTokenSymbol?: string | undefined;
|
12313
12235
|
boostTokenChainId: number;
|
12314
12236
|
boostTokenThreshold: number;
|
12315
12237
|
boostConfiguration: {
|
@@ -12332,8 +12254,6 @@ export declare const v4: Elysia<"/v4", {
|
|
12332
12254
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
12333
12255
|
eligibilityTokenChainId: number;
|
12334
12256
|
eligibilityTokenAddress: string;
|
12335
|
-
eligibilityTokenSymbol?: string | undefined;
|
12336
|
-
eligibilityTokenDecimals?: number | undefined;
|
12337
12257
|
eligibilityTokenThreshold: number;
|
12338
12258
|
eligibilityDuration: number;
|
12339
12259
|
} | {
|
@@ -12516,14 +12436,10 @@ export declare const v4: Elysia<"/v4", {
|
|
12516
12436
|
hookType: import("@package/resources/enums").BOOST;
|
12517
12437
|
boostTokenChainId: number;
|
12518
12438
|
boostTokenAddress: string;
|
12519
|
-
boostTokenSymbol?: string | undefined;
|
12520
|
-
boostTokenDecimals?: number | undefined;
|
12521
12439
|
boostMultiplicator: number;
|
12522
12440
|
} | {
|
12523
12441
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
12524
12442
|
boostTokenAddress: string;
|
12525
|
-
boostTokenDecimals?: number | undefined;
|
12526
|
-
boostTokenSymbol?: string | undefined;
|
12527
12443
|
boostTokenChainId: number;
|
12528
12444
|
boostTokenThreshold: number;
|
12529
12445
|
boostConfiguration: {
|
@@ -12546,8 +12462,6 @@ export declare const v4: Elysia<"/v4", {
|
|
12546
12462
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
12547
12463
|
eligibilityTokenChainId: number;
|
12548
12464
|
eligibilityTokenAddress: string;
|
12549
|
-
eligibilityTokenSymbol?: string | undefined;
|
12550
|
-
eligibilityTokenDecimals?: number | undefined;
|
12551
12465
|
eligibilityTokenThreshold: number;
|
12552
12466
|
eligibilityDuration: number;
|
12553
12467
|
} | {
|
@@ -12737,14 +12651,10 @@ export declare const v4: Elysia<"/v4", {
|
|
12737
12651
|
hookType: import("@package/resources/enums").BOOST;
|
12738
12652
|
boostTokenChainId: number;
|
12739
12653
|
boostTokenAddress: string;
|
12740
|
-
boostTokenSymbol?: string | undefined;
|
12741
|
-
boostTokenDecimals?: number | undefined;
|
12742
12654
|
boostMultiplicator: number;
|
12743
12655
|
} | {
|
12744
12656
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
12745
12657
|
boostTokenAddress: string;
|
12746
|
-
boostTokenDecimals?: number | undefined;
|
12747
|
-
boostTokenSymbol?: string | undefined;
|
12748
12658
|
boostTokenChainId: number;
|
12749
12659
|
boostTokenThreshold: number;
|
12750
12660
|
boostConfiguration: {
|
@@ -12767,8 +12677,6 @@ export declare const v4: Elysia<"/v4", {
|
|
12767
12677
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
12768
12678
|
eligibilityTokenChainId: number;
|
12769
12679
|
eligibilityTokenAddress: string;
|
12770
|
-
eligibilityTokenSymbol?: string | undefined;
|
12771
|
-
eligibilityTokenDecimals?: number | undefined;
|
12772
12680
|
eligibilityTokenThreshold: number;
|
12773
12681
|
eligibilityDuration: number;
|
12774
12682
|
} | {
|
@@ -12951,14 +12859,10 @@ export declare const v4: Elysia<"/v4", {
|
|
12951
12859
|
hookType: import("@package/resources/enums").BOOST;
|
12952
12860
|
boostTokenChainId: number;
|
12953
12861
|
boostTokenAddress: string;
|
12954
|
-
boostTokenSymbol?: string | undefined;
|
12955
|
-
boostTokenDecimals?: number | undefined;
|
12956
12862
|
boostMultiplicator: number;
|
12957
12863
|
} | {
|
12958
12864
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
12959
12865
|
boostTokenAddress: string;
|
12960
|
-
boostTokenDecimals?: number | undefined;
|
12961
|
-
boostTokenSymbol?: string | undefined;
|
12962
12866
|
boostTokenChainId: number;
|
12963
12867
|
boostTokenThreshold: number;
|
12964
12868
|
boostConfiguration: {
|
@@ -12981,8 +12885,6 @@ export declare const v4: Elysia<"/v4", {
|
|
12981
12885
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
12982
12886
|
eligibilityTokenChainId: number;
|
12983
12887
|
eligibilityTokenAddress: string;
|
12984
|
-
eligibilityTokenSymbol?: string | undefined;
|
12985
|
-
eligibilityTokenDecimals?: number | undefined;
|
12986
12888
|
eligibilityTokenThreshold: number;
|
12987
12889
|
eligibilityDuration: number;
|
12988
12890
|
} | {
|
@@ -13162,14 +13064,10 @@ export declare const v4: Elysia<"/v4", {
|
|
13162
13064
|
hookType: import("@package/resources/enums").BOOST;
|
13163
13065
|
boostTokenChainId: number;
|
13164
13066
|
boostTokenAddress: string;
|
13165
|
-
boostTokenSymbol?: string | undefined;
|
13166
|
-
boostTokenDecimals?: number | undefined;
|
13167
13067
|
boostMultiplicator: number;
|
13168
13068
|
} | {
|
13169
13069
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
13170
13070
|
boostTokenAddress: string;
|
13171
|
-
boostTokenDecimals?: number | undefined;
|
13172
|
-
boostTokenSymbol?: string | undefined;
|
13173
13071
|
boostTokenChainId: number;
|
13174
13072
|
boostTokenThreshold: number;
|
13175
13073
|
boostConfiguration: {
|
@@ -13192,8 +13090,6 @@ export declare const v4: Elysia<"/v4", {
|
|
13192
13090
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
13193
13091
|
eligibilityTokenChainId: number;
|
13194
13092
|
eligibilityTokenAddress: string;
|
13195
|
-
eligibilityTokenSymbol?: string | undefined;
|
13196
|
-
eligibilityTokenDecimals?: number | undefined;
|
13197
13093
|
eligibilityTokenThreshold: number;
|
13198
13094
|
eligibilityDuration: number;
|
13199
13095
|
} | {
|
@@ -13375,14 +13271,10 @@ export declare const v4: Elysia<"/v4", {
|
|
13375
13271
|
hookType: import("@package/resources/enums").BOOST;
|
13376
13272
|
boostTokenChainId: number;
|
13377
13273
|
boostTokenAddress: string;
|
13378
|
-
boostTokenSymbol?: string | undefined;
|
13379
|
-
boostTokenDecimals?: number | undefined;
|
13380
13274
|
boostMultiplicator: number;
|
13381
13275
|
} | {
|
13382
13276
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
13383
13277
|
boostTokenAddress: string;
|
13384
|
-
boostTokenDecimals?: number | undefined;
|
13385
|
-
boostTokenSymbol?: string | undefined;
|
13386
13278
|
boostTokenChainId: number;
|
13387
13279
|
boostTokenThreshold: number;
|
13388
13280
|
boostConfiguration: {
|
@@ -13405,8 +13297,6 @@ export declare const v4: Elysia<"/v4", {
|
|
13405
13297
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
13406
13298
|
eligibilityTokenChainId: number;
|
13407
13299
|
eligibilityTokenAddress: string;
|
13408
|
-
eligibilityTokenSymbol?: string | undefined;
|
13409
|
-
eligibilityTokenDecimals?: number | undefined;
|
13410
13300
|
eligibilityTokenThreshold: number;
|
13411
13301
|
eligibilityDuration: number;
|
13412
13302
|
} | {
|
@@ -13589,14 +13479,10 @@ export declare const v4: Elysia<"/v4", {
|
|
13589
13479
|
hookType: import("@package/resources/enums").BOOST;
|
13590
13480
|
boostTokenChainId: number;
|
13591
13481
|
boostTokenAddress: string;
|
13592
|
-
boostTokenSymbol?: string | undefined;
|
13593
|
-
boostTokenDecimals?: number | undefined;
|
13594
13482
|
boostMultiplicator: number;
|
13595
13483
|
} | {
|
13596
13484
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
13597
13485
|
boostTokenAddress: string;
|
13598
|
-
boostTokenDecimals?: number | undefined;
|
13599
|
-
boostTokenSymbol?: string | undefined;
|
13600
13486
|
boostTokenChainId: number;
|
13601
13487
|
boostTokenThreshold: number;
|
13602
13488
|
boostConfiguration: {
|
@@ -13619,8 +13505,6 @@ export declare const v4: Elysia<"/v4", {
|
|
13619
13505
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
13620
13506
|
eligibilityTokenChainId: number;
|
13621
13507
|
eligibilityTokenAddress: string;
|
13622
|
-
eligibilityTokenSymbol?: string | undefined;
|
13623
|
-
eligibilityTokenDecimals?: number | undefined;
|
13624
13508
|
eligibilityTokenThreshold: number;
|
13625
13509
|
eligibilityDuration: number;
|
13626
13510
|
} | {
|
@@ -13806,14 +13690,10 @@ export declare const v4: Elysia<"/v4", {
|
|
13806
13690
|
hookType: import("@package/resources/enums").BOOST;
|
13807
13691
|
boostTokenChainId: number;
|
13808
13692
|
boostTokenAddress: string;
|
13809
|
-
boostTokenSymbol?: string | undefined;
|
13810
|
-
boostTokenDecimals?: number | undefined;
|
13811
13693
|
boostMultiplicator: number;
|
13812
13694
|
} | {
|
13813
13695
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
13814
13696
|
boostTokenAddress: string;
|
13815
|
-
boostTokenDecimals?: number | undefined;
|
13816
|
-
boostTokenSymbol?: string | undefined;
|
13817
13697
|
boostTokenChainId: number;
|
13818
13698
|
boostTokenThreshold: number;
|
13819
13699
|
boostConfiguration: {
|
@@ -13836,8 +13716,6 @@ export declare const v4: Elysia<"/v4", {
|
|
13836
13716
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
13837
13717
|
eligibilityTokenChainId: number;
|
13838
13718
|
eligibilityTokenAddress: string;
|
13839
|
-
eligibilityTokenSymbol?: string | undefined;
|
13840
|
-
eligibilityTokenDecimals?: number | undefined;
|
13841
13719
|
eligibilityTokenThreshold: number;
|
13842
13720
|
eligibilityDuration: number;
|
13843
13721
|
} | {
|
@@ -14021,14 +13899,10 @@ export declare const v4: Elysia<"/v4", {
|
|
14021
13899
|
hookType: import("@package/resources/enums").BOOST;
|
14022
13900
|
boostTokenChainId: number;
|
14023
13901
|
boostTokenAddress: string;
|
14024
|
-
boostTokenSymbol?: string | undefined;
|
14025
|
-
boostTokenDecimals?: number | undefined;
|
14026
13902
|
boostMultiplicator: number;
|
14027
13903
|
} | {
|
14028
13904
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
14029
13905
|
boostTokenAddress: string;
|
14030
|
-
boostTokenDecimals?: number | undefined;
|
14031
|
-
boostTokenSymbol?: string | undefined;
|
14032
13906
|
boostTokenChainId: number;
|
14033
13907
|
boostTokenThreshold: number;
|
14034
13908
|
boostConfiguration: {
|
@@ -14051,8 +13925,6 @@ export declare const v4: Elysia<"/v4", {
|
|
14051
13925
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
14052
13926
|
eligibilityTokenChainId: number;
|
14053
13927
|
eligibilityTokenAddress: string;
|
14054
|
-
eligibilityTokenSymbol?: string | undefined;
|
14055
|
-
eligibilityTokenDecimals?: number | undefined;
|
14056
13928
|
eligibilityTokenThreshold: number;
|
14057
13929
|
eligibilityDuration: number;
|
14058
13930
|
} | {
|
@@ -14235,14 +14107,10 @@ export declare const v4: Elysia<"/v4", {
|
|
14235
14107
|
hookType: import("@package/resources/enums").BOOST;
|
14236
14108
|
boostTokenChainId: number;
|
14237
14109
|
boostTokenAddress: string;
|
14238
|
-
boostTokenSymbol?: string | undefined;
|
14239
|
-
boostTokenDecimals?: number | undefined;
|
14240
14110
|
boostMultiplicator: number;
|
14241
14111
|
} | {
|
14242
14112
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
14243
14113
|
boostTokenAddress: string;
|
14244
|
-
boostTokenDecimals?: number | undefined;
|
14245
|
-
boostTokenSymbol?: string | undefined;
|
14246
14114
|
boostTokenChainId: number;
|
14247
14115
|
boostTokenThreshold: number;
|
14248
14116
|
boostConfiguration: {
|
@@ -14265,8 +14133,6 @@ export declare const v4: Elysia<"/v4", {
|
|
14265
14133
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
14266
14134
|
eligibilityTokenChainId: number;
|
14267
14135
|
eligibilityTokenAddress: string;
|
14268
|
-
eligibilityTokenSymbol?: string | undefined;
|
14269
|
-
eligibilityTokenDecimals?: number | undefined;
|
14270
14136
|
eligibilityTokenThreshold: number;
|
14271
14137
|
eligibilityDuration: number;
|
14272
14138
|
} | {
|
@@ -14452,14 +14318,10 @@ export declare const v4: Elysia<"/v4", {
|
|
14452
14318
|
hookType: import("@package/resources/enums").BOOST;
|
14453
14319
|
boostTokenChainId: number;
|
14454
14320
|
boostTokenAddress: string;
|
14455
|
-
boostTokenSymbol?: string | undefined;
|
14456
|
-
boostTokenDecimals?: number | undefined;
|
14457
14321
|
boostMultiplicator: number;
|
14458
14322
|
} | {
|
14459
14323
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
14460
14324
|
boostTokenAddress: string;
|
14461
|
-
boostTokenDecimals?: number | undefined;
|
14462
|
-
boostTokenSymbol?: string | undefined;
|
14463
14325
|
boostTokenChainId: number;
|
14464
14326
|
boostTokenThreshold: number;
|
14465
14327
|
boostConfiguration: {
|
@@ -14482,8 +14344,6 @@ export declare const v4: Elysia<"/v4", {
|
|
14482
14344
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
14483
14345
|
eligibilityTokenChainId: number;
|
14484
14346
|
eligibilityTokenAddress: string;
|
14485
|
-
eligibilityTokenSymbol?: string | undefined;
|
14486
|
-
eligibilityTokenDecimals?: number | undefined;
|
14487
14347
|
eligibilityTokenThreshold: number;
|
14488
14348
|
eligibilityDuration: number;
|
14489
14349
|
} | {
|
@@ -14666,14 +14526,10 @@ export declare const v4: Elysia<"/v4", {
|
|
14666
14526
|
hookType: import("@package/resources/enums").BOOST;
|
14667
14527
|
boostTokenChainId: number;
|
14668
14528
|
boostTokenAddress: string;
|
14669
|
-
boostTokenSymbol?: string | undefined;
|
14670
|
-
boostTokenDecimals?: number | undefined;
|
14671
14529
|
boostMultiplicator: number;
|
14672
14530
|
} | {
|
14673
14531
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
14674
14532
|
boostTokenAddress: string;
|
14675
|
-
boostTokenDecimals?: number | undefined;
|
14676
|
-
boostTokenSymbol?: string | undefined;
|
14677
14533
|
boostTokenChainId: number;
|
14678
14534
|
boostTokenThreshold: number;
|
14679
14535
|
boostConfiguration: {
|
@@ -14696,8 +14552,6 @@ export declare const v4: Elysia<"/v4", {
|
|
14696
14552
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
14697
14553
|
eligibilityTokenChainId: number;
|
14698
14554
|
eligibilityTokenAddress: string;
|
14699
|
-
eligibilityTokenSymbol?: string | undefined;
|
14700
|
-
eligibilityTokenDecimals?: number | undefined;
|
14701
14555
|
eligibilityTokenThreshold: number;
|
14702
14556
|
eligibilityDuration: number;
|
14703
14557
|
} | {
|
@@ -14882,14 +14736,10 @@ export declare const v4: Elysia<"/v4", {
|
|
14882
14736
|
hookType: import("@package/resources/enums").BOOST;
|
14883
14737
|
boostTokenChainId: number;
|
14884
14738
|
boostTokenAddress: string;
|
14885
|
-
boostTokenSymbol?: string | undefined;
|
14886
|
-
boostTokenDecimals?: number | undefined;
|
14887
14739
|
boostMultiplicator: number;
|
14888
14740
|
} | {
|
14889
14741
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
14890
14742
|
boostTokenAddress: string;
|
14891
|
-
boostTokenDecimals?: number | undefined;
|
14892
|
-
boostTokenSymbol?: string | undefined;
|
14893
14743
|
boostTokenChainId: number;
|
14894
14744
|
boostTokenThreshold: number;
|
14895
14745
|
boostConfiguration: {
|
@@ -14912,8 +14762,6 @@ export declare const v4: Elysia<"/v4", {
|
|
14912
14762
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
14913
14763
|
eligibilityTokenChainId: number;
|
14914
14764
|
eligibilityTokenAddress: string;
|
14915
|
-
eligibilityTokenSymbol?: string | undefined;
|
14916
|
-
eligibilityTokenDecimals?: number | undefined;
|
14917
14765
|
eligibilityTokenThreshold: number;
|
14918
14766
|
eligibilityDuration: number;
|
14919
14767
|
} | {
|
@@ -15097,14 +14945,10 @@ export declare const v4: Elysia<"/v4", {
|
|
15097
14945
|
hookType: import("@package/resources/enums").BOOST;
|
15098
14946
|
boostTokenChainId: number;
|
15099
14947
|
boostTokenAddress: string;
|
15100
|
-
boostTokenSymbol?: string | undefined;
|
15101
|
-
boostTokenDecimals?: number | undefined;
|
15102
14948
|
boostMultiplicator: number;
|
15103
14949
|
} | {
|
15104
14950
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
15105
14951
|
boostTokenAddress: string;
|
15106
|
-
boostTokenDecimals?: number | undefined;
|
15107
|
-
boostTokenSymbol?: string | undefined;
|
15108
14952
|
boostTokenChainId: number;
|
15109
14953
|
boostTokenThreshold: number;
|
15110
14954
|
boostConfiguration: {
|
@@ -15127,8 +14971,6 @@ export declare const v4: Elysia<"/v4", {
|
|
15127
14971
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
15128
14972
|
eligibilityTokenChainId: number;
|
15129
14973
|
eligibilityTokenAddress: string;
|
15130
|
-
eligibilityTokenSymbol?: string | undefined;
|
15131
|
-
eligibilityTokenDecimals?: number | undefined;
|
15132
14974
|
eligibilityTokenThreshold: number;
|
15133
14975
|
eligibilityDuration: number;
|
15134
14976
|
} | {
|
@@ -15311,14 +15153,10 @@ export declare const v4: Elysia<"/v4", {
|
|
15311
15153
|
hookType: import("@package/resources/enums").BOOST;
|
15312
15154
|
boostTokenChainId: number;
|
15313
15155
|
boostTokenAddress: string;
|
15314
|
-
boostTokenSymbol?: string | undefined;
|
15315
|
-
boostTokenDecimals?: number | undefined;
|
15316
15156
|
boostMultiplicator: number;
|
15317
15157
|
} | {
|
15318
15158
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
15319
15159
|
boostTokenAddress: string;
|
15320
|
-
boostTokenDecimals?: number | undefined;
|
15321
|
-
boostTokenSymbol?: string | undefined;
|
15322
15160
|
boostTokenChainId: number;
|
15323
15161
|
boostTokenThreshold: number;
|
15324
15162
|
boostConfiguration: {
|
@@ -15341,8 +15179,6 @@ export declare const v4: Elysia<"/v4", {
|
|
15341
15179
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
15342
15180
|
eligibilityTokenChainId: number;
|
15343
15181
|
eligibilityTokenAddress: string;
|
15344
|
-
eligibilityTokenSymbol?: string | undefined;
|
15345
|
-
eligibilityTokenDecimals?: number | undefined;
|
15346
15182
|
eligibilityTokenThreshold: number;
|
15347
15183
|
eligibilityDuration: number;
|
15348
15184
|
} | {
|
@@ -15525,14 +15361,10 @@ export declare const v4: Elysia<"/v4", {
|
|
15525
15361
|
hookType: import("@package/resources/enums").BOOST;
|
15526
15362
|
boostTokenChainId: number;
|
15527
15363
|
boostTokenAddress: string;
|
15528
|
-
boostTokenSymbol?: string | undefined;
|
15529
|
-
boostTokenDecimals?: number | undefined;
|
15530
15364
|
boostMultiplicator: number;
|
15531
15365
|
} | {
|
15532
15366
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
15533
15367
|
boostTokenAddress: string;
|
15534
|
-
boostTokenDecimals?: number | undefined;
|
15535
|
-
boostTokenSymbol?: string | undefined;
|
15536
15368
|
boostTokenChainId: number;
|
15537
15369
|
boostTokenThreshold: number;
|
15538
15370
|
boostConfiguration: {
|
@@ -15555,8 +15387,6 @@ export declare const v4: Elysia<"/v4", {
|
|
15555
15387
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
15556
15388
|
eligibilityTokenChainId: number;
|
15557
15389
|
eligibilityTokenAddress: string;
|
15558
|
-
eligibilityTokenSymbol?: string | undefined;
|
15559
|
-
eligibilityTokenDecimals?: number | undefined;
|
15560
15390
|
eligibilityTokenThreshold: number;
|
15561
15391
|
eligibilityDuration: number;
|
15562
15392
|
} | {
|
@@ -15739,14 +15569,10 @@ export declare const v4: Elysia<"/v4", {
|
|
15739
15569
|
hookType: import("@package/resources/enums").BOOST;
|
15740
15570
|
boostTokenChainId: number;
|
15741
15571
|
boostTokenAddress: string;
|
15742
|
-
boostTokenSymbol?: string | undefined;
|
15743
|
-
boostTokenDecimals?: number | undefined;
|
15744
15572
|
boostMultiplicator: number;
|
15745
15573
|
} | {
|
15746
15574
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
15747
15575
|
boostTokenAddress: string;
|
15748
|
-
boostTokenDecimals?: number | undefined;
|
15749
|
-
boostTokenSymbol?: string | undefined;
|
15750
15576
|
boostTokenChainId: number;
|
15751
15577
|
boostTokenThreshold: number;
|
15752
15578
|
boostConfiguration: {
|
@@ -15769,8 +15595,6 @@ export declare const v4: Elysia<"/v4", {
|
|
15769
15595
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
15770
15596
|
eligibilityTokenChainId: number;
|
15771
15597
|
eligibilityTokenAddress: string;
|
15772
|
-
eligibilityTokenSymbol?: string | undefined;
|
15773
|
-
eligibilityTokenDecimals?: number | undefined;
|
15774
15598
|
eligibilityTokenThreshold: number;
|
15775
15599
|
eligibilityDuration: number;
|
15776
15600
|
} | {
|
@@ -15954,14 +15778,10 @@ export declare const v4: Elysia<"/v4", {
|
|
15954
15778
|
hookType: import("@package/resources/enums").BOOST;
|
15955
15779
|
boostTokenChainId: number;
|
15956
15780
|
boostTokenAddress: string;
|
15957
|
-
boostTokenSymbol?: string | undefined;
|
15958
|
-
boostTokenDecimals?: number | undefined;
|
15959
15781
|
boostMultiplicator: number;
|
15960
15782
|
} | {
|
15961
15783
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
15962
15784
|
boostTokenAddress: string;
|
15963
|
-
boostTokenDecimals?: number | undefined;
|
15964
|
-
boostTokenSymbol?: string | undefined;
|
15965
15785
|
boostTokenChainId: number;
|
15966
15786
|
boostTokenThreshold: number;
|
15967
15787
|
boostConfiguration: {
|
@@ -15984,8 +15804,6 @@ export declare const v4: Elysia<"/v4", {
|
|
15984
15804
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
15985
15805
|
eligibilityTokenChainId: number;
|
15986
15806
|
eligibilityTokenAddress: string;
|
15987
|
-
eligibilityTokenSymbol?: string | undefined;
|
15988
|
-
eligibilityTokenDecimals?: number | undefined;
|
15989
15807
|
eligibilityTokenThreshold: number;
|
15990
15808
|
eligibilityDuration: number;
|
15991
15809
|
} | {
|
@@ -16172,14 +15990,10 @@ export declare const v4: Elysia<"/v4", {
|
|
16172
15990
|
hookType: import("@package/resources/enums").BOOST;
|
16173
15991
|
boostTokenChainId: number;
|
16174
15992
|
boostTokenAddress: string;
|
16175
|
-
boostTokenSymbol?: string | undefined;
|
16176
|
-
boostTokenDecimals?: number | undefined;
|
16177
15993
|
boostMultiplicator: number;
|
16178
15994
|
} | {
|
16179
15995
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
16180
15996
|
boostTokenAddress: string;
|
16181
|
-
boostTokenDecimals?: number | undefined;
|
16182
|
-
boostTokenSymbol?: string | undefined;
|
16183
15997
|
boostTokenChainId: number;
|
16184
15998
|
boostTokenThreshold: number;
|
16185
15999
|
boostConfiguration: {
|
@@ -16202,8 +16016,6 @@ export declare const v4: Elysia<"/v4", {
|
|
16202
16016
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
16203
16017
|
eligibilityTokenChainId: number;
|
16204
16018
|
eligibilityTokenAddress: string;
|
16205
|
-
eligibilityTokenSymbol?: string | undefined;
|
16206
|
-
eligibilityTokenDecimals?: number | undefined;
|
16207
16019
|
eligibilityTokenThreshold: number;
|
16208
16020
|
eligibilityDuration: number;
|
16209
16021
|
} | {
|
@@ -16385,14 +16197,10 @@ export declare const v4: Elysia<"/v4", {
|
|
16385
16197
|
hookType: import("@package/resources/enums").BOOST;
|
16386
16198
|
boostTokenChainId: number;
|
16387
16199
|
boostTokenAddress: string;
|
16388
|
-
boostTokenSymbol?: string | undefined;
|
16389
|
-
boostTokenDecimals?: number | undefined;
|
16390
16200
|
boostMultiplicator: number;
|
16391
16201
|
} | {
|
16392
16202
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
16393
16203
|
boostTokenAddress: string;
|
16394
|
-
boostTokenDecimals?: number | undefined;
|
16395
|
-
boostTokenSymbol?: string | undefined;
|
16396
16204
|
boostTokenChainId: number;
|
16397
16205
|
boostTokenThreshold: number;
|
16398
16206
|
boostConfiguration: {
|
@@ -16415,8 +16223,6 @@ export declare const v4: Elysia<"/v4", {
|
|
16415
16223
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
16416
16224
|
eligibilityTokenChainId: number;
|
16417
16225
|
eligibilityTokenAddress: string;
|
16418
|
-
eligibilityTokenSymbol?: string | undefined;
|
16419
|
-
eligibilityTokenDecimals?: number | undefined;
|
16420
16226
|
eligibilityTokenThreshold: number;
|
16421
16227
|
eligibilityDuration: number;
|
16422
16228
|
} | {
|
@@ -16598,14 +16404,10 @@ export declare const v4: Elysia<"/v4", {
|
|
16598
16404
|
hookType: import("@package/resources/enums").BOOST;
|
16599
16405
|
boostTokenChainId: number;
|
16600
16406
|
boostTokenAddress: string;
|
16601
|
-
boostTokenSymbol?: string | undefined;
|
16602
|
-
boostTokenDecimals?: number | undefined;
|
16603
16407
|
boostMultiplicator: number;
|
16604
16408
|
} | {
|
16605
16409
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
16606
16410
|
boostTokenAddress: string;
|
16607
|
-
boostTokenDecimals?: number | undefined;
|
16608
|
-
boostTokenSymbol?: string | undefined;
|
16609
16411
|
boostTokenChainId: number;
|
16610
16412
|
boostTokenThreshold: number;
|
16611
16413
|
boostConfiguration: {
|
@@ -16628,8 +16430,6 @@ export declare const v4: Elysia<"/v4", {
|
|
16628
16430
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
16629
16431
|
eligibilityTokenChainId: number;
|
16630
16432
|
eligibilityTokenAddress: string;
|
16631
|
-
eligibilityTokenSymbol?: string | undefined;
|
16632
|
-
eligibilityTokenDecimals?: number | undefined;
|
16633
16433
|
eligibilityTokenThreshold: number;
|
16634
16434
|
eligibilityDuration: number;
|
16635
16435
|
} | {
|
@@ -16811,14 +16611,10 @@ export declare const v4: Elysia<"/v4", {
|
|
16811
16611
|
hookType: import("@package/resources/enums").BOOST;
|
16812
16612
|
boostTokenChainId: number;
|
16813
16613
|
boostTokenAddress: string;
|
16814
|
-
boostTokenSymbol?: string | undefined;
|
16815
|
-
boostTokenDecimals?: number | undefined;
|
16816
16614
|
boostMultiplicator: number;
|
16817
16615
|
} | {
|
16818
16616
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
16819
16617
|
boostTokenAddress: string;
|
16820
|
-
boostTokenDecimals?: number | undefined;
|
16821
|
-
boostTokenSymbol?: string | undefined;
|
16822
16618
|
boostTokenChainId: number;
|
16823
16619
|
boostTokenThreshold: number;
|
16824
16620
|
boostConfiguration: {
|
@@ -16841,8 +16637,6 @@ export declare const v4: Elysia<"/v4", {
|
|
16841
16637
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
16842
16638
|
eligibilityTokenChainId: number;
|
16843
16639
|
eligibilityTokenAddress: string;
|
16844
|
-
eligibilityTokenSymbol?: string | undefined;
|
16845
|
-
eligibilityTokenDecimals?: number | undefined;
|
16846
16640
|
eligibilityTokenThreshold: number;
|
16847
16641
|
eligibilityDuration: number;
|
16848
16642
|
} | {
|
@@ -17027,14 +16821,10 @@ export declare const v4: Elysia<"/v4", {
|
|
17027
16821
|
hookType: import("@package/resources/enums").BOOST;
|
17028
16822
|
boostTokenChainId: number;
|
17029
16823
|
boostTokenAddress: string;
|
17030
|
-
boostTokenSymbol?: string | undefined;
|
17031
|
-
boostTokenDecimals?: number | undefined;
|
17032
16824
|
boostMultiplicator: number;
|
17033
16825
|
} | {
|
17034
16826
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
17035
16827
|
boostTokenAddress: string;
|
17036
|
-
boostTokenDecimals?: number | undefined;
|
17037
|
-
boostTokenSymbol?: string | undefined;
|
17038
16828
|
boostTokenChainId: number;
|
17039
16829
|
boostTokenThreshold: number;
|
17040
16830
|
boostConfiguration: {
|
@@ -17057,8 +16847,6 @@ export declare const v4: Elysia<"/v4", {
|
|
17057
16847
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
17058
16848
|
eligibilityTokenChainId: number;
|
17059
16849
|
eligibilityTokenAddress: string;
|
17060
|
-
eligibilityTokenSymbol?: string | undefined;
|
17061
|
-
eligibilityTokenDecimals?: number | undefined;
|
17062
16850
|
eligibilityTokenThreshold: number;
|
17063
16851
|
eligibilityDuration: number;
|
17064
16852
|
} | {
|
@@ -17240,14 +17028,10 @@ export declare const v4: Elysia<"/v4", {
|
|
17240
17028
|
hookType: import("@package/resources/enums").BOOST;
|
17241
17029
|
boostTokenChainId: number;
|
17242
17030
|
boostTokenAddress: string;
|
17243
|
-
boostTokenSymbol?: string | undefined;
|
17244
|
-
boostTokenDecimals?: number | undefined;
|
17245
17031
|
boostMultiplicator: number;
|
17246
17032
|
} | {
|
17247
17033
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
17248
17034
|
boostTokenAddress: string;
|
17249
|
-
boostTokenDecimals?: number | undefined;
|
17250
|
-
boostTokenSymbol?: string | undefined;
|
17251
17035
|
boostTokenChainId: number;
|
17252
17036
|
boostTokenThreshold: number;
|
17253
17037
|
boostConfiguration: {
|
@@ -17270,8 +17054,6 @@ export declare const v4: Elysia<"/v4", {
|
|
17270
17054
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
17271
17055
|
eligibilityTokenChainId: number;
|
17272
17056
|
eligibilityTokenAddress: string;
|
17273
|
-
eligibilityTokenSymbol?: string | undefined;
|
17274
|
-
eligibilityTokenDecimals?: number | undefined;
|
17275
17057
|
eligibilityTokenThreshold: number;
|
17276
17058
|
eligibilityDuration: number;
|
17277
17059
|
} | {
|
@@ -17456,14 +17238,10 @@ export declare const v4: Elysia<"/v4", {
|
|
17456
17238
|
hookType: import("@package/resources/enums").BOOST;
|
17457
17239
|
boostTokenChainId: number;
|
17458
17240
|
boostTokenAddress: string;
|
17459
|
-
boostTokenSymbol?: string | undefined;
|
17460
|
-
boostTokenDecimals?: number | undefined;
|
17461
17241
|
boostMultiplicator: number;
|
17462
17242
|
} | {
|
17463
17243
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
17464
17244
|
boostTokenAddress: string;
|
17465
|
-
boostTokenDecimals?: number | undefined;
|
17466
|
-
boostTokenSymbol?: string | undefined;
|
17467
17245
|
boostTokenChainId: number;
|
17468
17246
|
boostTokenThreshold: number;
|
17469
17247
|
boostConfiguration: {
|
@@ -17486,8 +17264,6 @@ export declare const v4: Elysia<"/v4", {
|
|
17486
17264
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
17487
17265
|
eligibilityTokenChainId: number;
|
17488
17266
|
eligibilityTokenAddress: string;
|
17489
|
-
eligibilityTokenSymbol?: string | undefined;
|
17490
|
-
eligibilityTokenDecimals?: number | undefined;
|
17491
17267
|
eligibilityTokenThreshold: number;
|
17492
17268
|
eligibilityDuration: number;
|
17493
17269
|
} | {
|
@@ -17677,14 +17453,10 @@ export declare const v4: Elysia<"/v4", {
|
|
17677
17453
|
hookType: import("@package/resources/enums").BOOST;
|
17678
17454
|
boostTokenChainId: number;
|
17679
17455
|
boostTokenAddress: string;
|
17680
|
-
boostTokenSymbol?: string | undefined;
|
17681
|
-
boostTokenDecimals?: number | undefined;
|
17682
17456
|
boostMultiplicator: number;
|
17683
17457
|
} | {
|
17684
17458
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
17685
17459
|
boostTokenAddress: string;
|
17686
|
-
boostTokenDecimals?: number | undefined;
|
17687
|
-
boostTokenSymbol?: string | undefined;
|
17688
17460
|
boostTokenChainId: number;
|
17689
17461
|
boostTokenThreshold: number;
|
17690
17462
|
boostConfiguration: {
|
@@ -17707,8 +17479,6 @@ export declare const v4: Elysia<"/v4", {
|
|
17707
17479
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
17708
17480
|
eligibilityTokenChainId: number;
|
17709
17481
|
eligibilityTokenAddress: string;
|
17710
|
-
eligibilityTokenSymbol?: string | undefined;
|
17711
|
-
eligibilityTokenDecimals?: number | undefined;
|
17712
17482
|
eligibilityTokenThreshold: number;
|
17713
17483
|
eligibilityDuration: number;
|
17714
17484
|
} | {
|
@@ -17893,14 +17663,10 @@ export declare const v4: Elysia<"/v4", {
|
|
17893
17663
|
hookType: import("@package/resources/enums").BOOST;
|
17894
17664
|
boostTokenChainId: number;
|
17895
17665
|
boostTokenAddress: string;
|
17896
|
-
boostTokenSymbol?: string | undefined;
|
17897
|
-
boostTokenDecimals?: number | undefined;
|
17898
17666
|
boostMultiplicator: number;
|
17899
17667
|
} | {
|
17900
17668
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
17901
17669
|
boostTokenAddress: string;
|
17902
|
-
boostTokenDecimals?: number | undefined;
|
17903
|
-
boostTokenSymbol?: string | undefined;
|
17904
17670
|
boostTokenChainId: number;
|
17905
17671
|
boostTokenThreshold: number;
|
17906
17672
|
boostConfiguration: {
|
@@ -17923,8 +17689,6 @@ export declare const v4: Elysia<"/v4", {
|
|
17923
17689
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
17924
17690
|
eligibilityTokenChainId: number;
|
17925
17691
|
eligibilityTokenAddress: string;
|
17926
|
-
eligibilityTokenSymbol?: string | undefined;
|
17927
|
-
eligibilityTokenDecimals?: number | undefined;
|
17928
17692
|
eligibilityTokenThreshold: number;
|
17929
17693
|
eligibilityDuration: number;
|
17930
17694
|
} | {
|
@@ -18112,14 +17876,10 @@ export declare const v4: Elysia<"/v4", {
|
|
18112
17876
|
hookType: import("@package/resources/enums").BOOST;
|
18113
17877
|
boostTokenChainId: number;
|
18114
17878
|
boostTokenAddress: string;
|
18115
|
-
boostTokenSymbol?: string | undefined;
|
18116
|
-
boostTokenDecimals?: number | undefined;
|
18117
17879
|
boostMultiplicator: number;
|
18118
17880
|
} | {
|
18119
17881
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
18120
17882
|
boostTokenAddress: string;
|
18121
|
-
boostTokenDecimals?: number | undefined;
|
18122
|
-
boostTokenSymbol?: string | undefined;
|
18123
17883
|
boostTokenChainId: number;
|
18124
17884
|
boostTokenThreshold: number;
|
18125
17885
|
boostConfiguration: {
|
@@ -18142,8 +17902,6 @@ export declare const v4: Elysia<"/v4", {
|
|
18142
17902
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
18143
17903
|
eligibilityTokenChainId: number;
|
18144
17904
|
eligibilityTokenAddress: string;
|
18145
|
-
eligibilityTokenSymbol?: string | undefined;
|
18146
|
-
eligibilityTokenDecimals?: number | undefined;
|
18147
17905
|
eligibilityTokenThreshold: number;
|
18148
17906
|
eligibilityDuration: number;
|
18149
17907
|
} | {
|
@@ -18322,14 +18080,10 @@ export declare const v4: Elysia<"/v4", {
|
|
18322
18080
|
hookType: import("@package/resources/enums").BOOST;
|
18323
18081
|
boostTokenChainId: number;
|
18324
18082
|
boostTokenAddress: string;
|
18325
|
-
boostTokenSymbol?: string | undefined;
|
18326
|
-
boostTokenDecimals?: number | undefined;
|
18327
18083
|
boostMultiplicator: number;
|
18328
18084
|
} | {
|
18329
18085
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
18330
18086
|
boostTokenAddress: string;
|
18331
|
-
boostTokenDecimals?: number | undefined;
|
18332
|
-
boostTokenSymbol?: string | undefined;
|
18333
18087
|
boostTokenChainId: number;
|
18334
18088
|
boostTokenThreshold: number;
|
18335
18089
|
boostConfiguration: {
|
@@ -18352,8 +18106,6 @@ export declare const v4: Elysia<"/v4", {
|
|
18352
18106
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
18353
18107
|
eligibilityTokenChainId: number;
|
18354
18108
|
eligibilityTokenAddress: string;
|
18355
|
-
eligibilityTokenSymbol?: string | undefined;
|
18356
|
-
eligibilityTokenDecimals?: number | undefined;
|
18357
18109
|
eligibilityTokenThreshold: number;
|
18358
18110
|
eligibilityDuration: number;
|
18359
18111
|
} | {
|
@@ -18541,14 +18293,10 @@ export declare const v4: Elysia<"/v4", {
|
|
18541
18293
|
hookType: import("@package/resources/enums").BOOST;
|
18542
18294
|
boostTokenChainId: number;
|
18543
18295
|
boostTokenAddress: string;
|
18544
|
-
boostTokenSymbol?: string | undefined;
|
18545
|
-
boostTokenDecimals?: number | undefined;
|
18546
18296
|
boostMultiplicator: number;
|
18547
18297
|
} | {
|
18548
18298
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
18549
18299
|
boostTokenAddress: string;
|
18550
|
-
boostTokenDecimals?: number | undefined;
|
18551
|
-
boostTokenSymbol?: string | undefined;
|
18552
18300
|
boostTokenChainId: number;
|
18553
18301
|
boostTokenThreshold: number;
|
18554
18302
|
boostConfiguration: {
|
@@ -18571,8 +18319,6 @@ export declare const v4: Elysia<"/v4", {
|
|
18571
18319
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
18572
18320
|
eligibilityTokenChainId: number;
|
18573
18321
|
eligibilityTokenAddress: string;
|
18574
|
-
eligibilityTokenSymbol?: string | undefined;
|
18575
|
-
eligibilityTokenDecimals?: number | undefined;
|
18576
18322
|
eligibilityTokenThreshold: number;
|
18577
18323
|
eligibilityDuration: number;
|
18578
18324
|
} | {
|
@@ -18754,14 +18500,10 @@ export declare const v4: Elysia<"/v4", {
|
|
18754
18500
|
hookType: import("@package/resources/enums").BOOST;
|
18755
18501
|
boostTokenChainId: number;
|
18756
18502
|
boostTokenAddress: string;
|
18757
|
-
boostTokenSymbol?: string | undefined;
|
18758
|
-
boostTokenDecimals?: number | undefined;
|
18759
18503
|
boostMultiplicator: number;
|
18760
18504
|
} | {
|
18761
18505
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
18762
18506
|
boostTokenAddress: string;
|
18763
|
-
boostTokenDecimals?: number | undefined;
|
18764
|
-
boostTokenSymbol?: string | undefined;
|
18765
18507
|
boostTokenChainId: number;
|
18766
18508
|
boostTokenThreshold: number;
|
18767
18509
|
boostConfiguration: {
|
@@ -18784,8 +18526,6 @@ export declare const v4: Elysia<"/v4", {
|
|
18784
18526
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
18785
18527
|
eligibilityTokenChainId: number;
|
18786
18528
|
eligibilityTokenAddress: string;
|
18787
|
-
eligibilityTokenSymbol?: string | undefined;
|
18788
|
-
eligibilityTokenDecimals?: number | undefined;
|
18789
18529
|
eligibilityTokenThreshold: number;
|
18790
18530
|
eligibilityDuration: number;
|
18791
18531
|
} | {
|
@@ -18968,14 +18708,10 @@ export declare const v4: Elysia<"/v4", {
|
|
18968
18708
|
hookType: import("@package/resources/enums").BOOST;
|
18969
18709
|
boostTokenChainId: number;
|
18970
18710
|
boostTokenAddress: string;
|
18971
|
-
boostTokenSymbol?: string | undefined;
|
18972
|
-
boostTokenDecimals?: number | undefined;
|
18973
18711
|
boostMultiplicator: number;
|
18974
18712
|
} | {
|
18975
18713
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
18976
18714
|
boostTokenAddress: string;
|
18977
|
-
boostTokenDecimals?: number | undefined;
|
18978
|
-
boostTokenSymbol?: string | undefined;
|
18979
18715
|
boostTokenChainId: number;
|
18980
18716
|
boostTokenThreshold: number;
|
18981
18717
|
boostConfiguration: {
|
@@ -18998,8 +18734,6 @@ export declare const v4: Elysia<"/v4", {
|
|
18998
18734
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
18999
18735
|
eligibilityTokenChainId: number;
|
19000
18736
|
eligibilityTokenAddress: string;
|
19001
|
-
eligibilityTokenSymbol?: string | undefined;
|
19002
|
-
eligibilityTokenDecimals?: number | undefined;
|
19003
18737
|
eligibilityTokenThreshold: number;
|
19004
18738
|
eligibilityDuration: number;
|
19005
18739
|
} | {
|
@@ -19184,14 +18918,10 @@ export declare const v4: Elysia<"/v4", {
|
|
19184
18918
|
hookType: import("@package/resources/enums").BOOST;
|
19185
18919
|
boostTokenChainId: number;
|
19186
18920
|
boostTokenAddress: string;
|
19187
|
-
boostTokenSymbol?: string | undefined;
|
19188
|
-
boostTokenDecimals?: number | undefined;
|
19189
18921
|
boostMultiplicator: number;
|
19190
18922
|
} | {
|
19191
18923
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
19192
18924
|
boostTokenAddress: string;
|
19193
|
-
boostTokenDecimals?: number | undefined;
|
19194
|
-
boostTokenSymbol?: string | undefined;
|
19195
18925
|
boostTokenChainId: number;
|
19196
18926
|
boostTokenThreshold: number;
|
19197
18927
|
boostConfiguration: {
|
@@ -19214,8 +18944,6 @@ export declare const v4: Elysia<"/v4", {
|
|
19214
18944
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
19215
18945
|
eligibilityTokenChainId: number;
|
19216
18946
|
eligibilityTokenAddress: string;
|
19217
|
-
eligibilityTokenSymbol?: string | undefined;
|
19218
|
-
eligibilityTokenDecimals?: number | undefined;
|
19219
18947
|
eligibilityTokenThreshold: number;
|
19220
18948
|
eligibilityDuration: number;
|
19221
18949
|
} | {
|
@@ -19397,14 +19125,10 @@ export declare const v4: Elysia<"/v4", {
|
|
19397
19125
|
hookType: import("@package/resources/enums").BOOST;
|
19398
19126
|
boostTokenChainId: number;
|
19399
19127
|
boostTokenAddress: string;
|
19400
|
-
boostTokenSymbol?: string | undefined;
|
19401
|
-
boostTokenDecimals?: number | undefined;
|
19402
19128
|
boostMultiplicator: number;
|
19403
19129
|
} | {
|
19404
19130
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
19405
19131
|
boostTokenAddress: string;
|
19406
|
-
boostTokenDecimals?: number | undefined;
|
19407
|
-
boostTokenSymbol?: string | undefined;
|
19408
19132
|
boostTokenChainId: number;
|
19409
19133
|
boostTokenThreshold: number;
|
19410
19134
|
boostConfiguration: {
|
@@ -19427,8 +19151,6 @@ export declare const v4: Elysia<"/v4", {
|
|
19427
19151
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
19428
19152
|
eligibilityTokenChainId: number;
|
19429
19153
|
eligibilityTokenAddress: string;
|
19430
|
-
eligibilityTokenSymbol?: string | undefined;
|
19431
|
-
eligibilityTokenDecimals?: number | undefined;
|
19432
19154
|
eligibilityTokenThreshold: number;
|
19433
19155
|
eligibilityDuration: number;
|
19434
19156
|
} | {
|
@@ -19613,14 +19335,10 @@ export declare const v4: Elysia<"/v4", {
|
|
19613
19335
|
hookType: import("@package/resources/enums").BOOST;
|
19614
19336
|
boostTokenChainId: number;
|
19615
19337
|
boostTokenAddress: string;
|
19616
|
-
boostTokenSymbol?: string | undefined;
|
19617
|
-
boostTokenDecimals?: number | undefined;
|
19618
19338
|
boostMultiplicator: number;
|
19619
19339
|
} | {
|
19620
19340
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
19621
19341
|
boostTokenAddress: string;
|
19622
|
-
boostTokenDecimals?: number | undefined;
|
19623
|
-
boostTokenSymbol?: string | undefined;
|
19624
19342
|
boostTokenChainId: number;
|
19625
19343
|
boostTokenThreshold: number;
|
19626
19344
|
boostConfiguration: {
|
@@ -19643,8 +19361,6 @@ export declare const v4: Elysia<"/v4", {
|
|
19643
19361
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
19644
19362
|
eligibilityTokenChainId: number;
|
19645
19363
|
eligibilityTokenAddress: string;
|
19646
|
-
eligibilityTokenSymbol?: string | undefined;
|
19647
|
-
eligibilityTokenDecimals?: number | undefined;
|
19648
19364
|
eligibilityTokenThreshold: number;
|
19649
19365
|
eligibilityDuration: number;
|
19650
19366
|
} | {
|
@@ -19826,14 +19542,10 @@ export declare const v4: Elysia<"/v4", {
|
|
19826
19542
|
hookType: import("@package/resources/enums").BOOST;
|
19827
19543
|
boostTokenChainId: number;
|
19828
19544
|
boostTokenAddress: string;
|
19829
|
-
boostTokenSymbol?: string | undefined;
|
19830
|
-
boostTokenDecimals?: number | undefined;
|
19831
19545
|
boostMultiplicator: number;
|
19832
19546
|
} | {
|
19833
19547
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
19834
19548
|
boostTokenAddress: string;
|
19835
|
-
boostTokenDecimals?: number | undefined;
|
19836
|
-
boostTokenSymbol?: string | undefined;
|
19837
19549
|
boostTokenChainId: number;
|
19838
19550
|
boostTokenThreshold: number;
|
19839
19551
|
boostConfiguration: {
|
@@ -19856,8 +19568,6 @@ export declare const v4: Elysia<"/v4", {
|
|
19856
19568
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
19857
19569
|
eligibilityTokenChainId: number;
|
19858
19570
|
eligibilityTokenAddress: string;
|
19859
|
-
eligibilityTokenSymbol?: string | undefined;
|
19860
|
-
eligibilityTokenDecimals?: number | undefined;
|
19861
19571
|
eligibilityTokenThreshold: number;
|
19862
19572
|
eligibilityDuration: number;
|
19863
19573
|
} | {
|
@@ -20039,14 +19749,10 @@ export declare const v4: Elysia<"/v4", {
|
|
20039
19749
|
hookType: import("@package/resources/enums").BOOST;
|
20040
19750
|
boostTokenChainId: number;
|
20041
19751
|
boostTokenAddress: string;
|
20042
|
-
boostTokenSymbol?: string | undefined;
|
20043
|
-
boostTokenDecimals?: number | undefined;
|
20044
19752
|
boostMultiplicator: number;
|
20045
19753
|
} | {
|
20046
19754
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
20047
19755
|
boostTokenAddress: string;
|
20048
|
-
boostTokenDecimals?: number | undefined;
|
20049
|
-
boostTokenSymbol?: string | undefined;
|
20050
19756
|
boostTokenChainId: number;
|
20051
19757
|
boostTokenThreshold: number;
|
20052
19758
|
boostConfiguration: {
|
@@ -20069,8 +19775,6 @@ export declare const v4: Elysia<"/v4", {
|
|
20069
19775
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
20070
19776
|
eligibilityTokenChainId: number;
|
20071
19777
|
eligibilityTokenAddress: string;
|
20072
|
-
eligibilityTokenSymbol?: string | undefined;
|
20073
|
-
eligibilityTokenDecimals?: number | undefined;
|
20074
19778
|
eligibilityTokenThreshold: number;
|
20075
19779
|
eligibilityDuration: number;
|
20076
19780
|
} | {
|
@@ -20255,14 +19959,10 @@ export declare const v4: Elysia<"/v4", {
|
|
20255
19959
|
hookType: import("@package/resources/enums").BOOST;
|
20256
19960
|
boostTokenChainId: number;
|
20257
19961
|
boostTokenAddress: string;
|
20258
|
-
boostTokenSymbol?: string | undefined;
|
20259
|
-
boostTokenDecimals?: number | undefined;
|
20260
19962
|
boostMultiplicator: number;
|
20261
19963
|
} | {
|
20262
19964
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
20263
19965
|
boostTokenAddress: string;
|
20264
|
-
boostTokenDecimals?: number | undefined;
|
20265
|
-
boostTokenSymbol?: string | undefined;
|
20266
19966
|
boostTokenChainId: number;
|
20267
19967
|
boostTokenThreshold: number;
|
20268
19968
|
boostConfiguration: {
|
@@ -20285,8 +19985,6 @@ export declare const v4: Elysia<"/v4", {
|
|
20285
19985
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
20286
19986
|
eligibilityTokenChainId: number;
|
20287
19987
|
eligibilityTokenAddress: string;
|
20288
|
-
eligibilityTokenSymbol?: string | undefined;
|
20289
|
-
eligibilityTokenDecimals?: number | undefined;
|
20290
19988
|
eligibilityTokenThreshold: number;
|
20291
19989
|
eligibilityDuration: number;
|
20292
19990
|
} | {
|
@@ -20468,14 +20166,10 @@ export declare const v4: Elysia<"/v4", {
|
|
20468
20166
|
hookType: import("@package/resources/enums").BOOST;
|
20469
20167
|
boostTokenChainId: number;
|
20470
20168
|
boostTokenAddress: string;
|
20471
|
-
boostTokenSymbol?: string | undefined;
|
20472
|
-
boostTokenDecimals?: number | undefined;
|
20473
20169
|
boostMultiplicator: number;
|
20474
20170
|
} | {
|
20475
20171
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
20476
20172
|
boostTokenAddress: string;
|
20477
|
-
boostTokenDecimals?: number | undefined;
|
20478
|
-
boostTokenSymbol?: string | undefined;
|
20479
20173
|
boostTokenChainId: number;
|
20480
20174
|
boostTokenThreshold: number;
|
20481
20175
|
boostConfiguration: {
|
@@ -20498,8 +20192,6 @@ export declare const v4: Elysia<"/v4", {
|
|
20498
20192
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
20499
20193
|
eligibilityTokenChainId: number;
|
20500
20194
|
eligibilityTokenAddress: string;
|
20501
|
-
eligibilityTokenSymbol?: string | undefined;
|
20502
|
-
eligibilityTokenDecimals?: number | undefined;
|
20503
20195
|
eligibilityTokenThreshold: number;
|
20504
20196
|
eligibilityDuration: number;
|
20505
20197
|
} | {
|
@@ -20681,14 +20373,10 @@ export declare const v4: Elysia<"/v4", {
|
|
20681
20373
|
hookType: import("@package/resources/enums").BOOST;
|
20682
20374
|
boostTokenChainId: number;
|
20683
20375
|
boostTokenAddress: string;
|
20684
|
-
boostTokenSymbol?: string | undefined;
|
20685
|
-
boostTokenDecimals?: number | undefined;
|
20686
20376
|
boostMultiplicator: number;
|
20687
20377
|
} | {
|
20688
20378
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
20689
20379
|
boostTokenAddress: string;
|
20690
|
-
boostTokenDecimals?: number | undefined;
|
20691
|
-
boostTokenSymbol?: string | undefined;
|
20692
20380
|
boostTokenChainId: number;
|
20693
20381
|
boostTokenThreshold: number;
|
20694
20382
|
boostConfiguration: {
|
@@ -20711,8 +20399,6 @@ export declare const v4: Elysia<"/v4", {
|
|
20711
20399
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
20712
20400
|
eligibilityTokenChainId: number;
|
20713
20401
|
eligibilityTokenAddress: string;
|
20714
|
-
eligibilityTokenSymbol?: string | undefined;
|
20715
|
-
eligibilityTokenDecimals?: number | undefined;
|
20716
20402
|
eligibilityTokenThreshold: number;
|
20717
20403
|
eligibilityDuration: number;
|
20718
20404
|
} | {
|
@@ -20897,14 +20583,10 @@ export declare const v4: Elysia<"/v4", {
|
|
20897
20583
|
hookType: import("@package/resources/enums").BOOST;
|
20898
20584
|
boostTokenChainId: number;
|
20899
20585
|
boostTokenAddress: string;
|
20900
|
-
boostTokenSymbol?: string | undefined;
|
20901
|
-
boostTokenDecimals?: number | undefined;
|
20902
20586
|
boostMultiplicator: number;
|
20903
20587
|
} | {
|
20904
20588
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
20905
20589
|
boostTokenAddress: string;
|
20906
|
-
boostTokenDecimals?: number | undefined;
|
20907
|
-
boostTokenSymbol?: string | undefined;
|
20908
20590
|
boostTokenChainId: number;
|
20909
20591
|
boostTokenThreshold: number;
|
20910
20592
|
boostConfiguration: {
|
@@ -20927,8 +20609,6 @@ export declare const v4: Elysia<"/v4", {
|
|
20927
20609
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
20928
20610
|
eligibilityTokenChainId: number;
|
20929
20611
|
eligibilityTokenAddress: string;
|
20930
|
-
eligibilityTokenSymbol?: string | undefined;
|
20931
|
-
eligibilityTokenDecimals?: number | undefined;
|
20932
20612
|
eligibilityTokenThreshold: number;
|
20933
20613
|
eligibilityDuration: number;
|
20934
20614
|
} | {
|
@@ -21110,14 +20790,10 @@ export declare const v4: Elysia<"/v4", {
|
|
21110
20790
|
hookType: import("@package/resources/enums").BOOST;
|
21111
20791
|
boostTokenChainId: number;
|
21112
20792
|
boostTokenAddress: string;
|
21113
|
-
boostTokenSymbol?: string | undefined;
|
21114
|
-
boostTokenDecimals?: number | undefined;
|
21115
20793
|
boostMultiplicator: number;
|
21116
20794
|
} | {
|
21117
20795
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
21118
20796
|
boostTokenAddress: string;
|
21119
|
-
boostTokenDecimals?: number | undefined;
|
21120
|
-
boostTokenSymbol?: string | undefined;
|
21121
20797
|
boostTokenChainId: number;
|
21122
20798
|
boostTokenThreshold: number;
|
21123
20799
|
boostConfiguration: {
|
@@ -21140,8 +20816,6 @@ export declare const v4: Elysia<"/v4", {
|
|
21140
20816
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
21141
20817
|
eligibilityTokenChainId: number;
|
21142
20818
|
eligibilityTokenAddress: string;
|
21143
|
-
eligibilityTokenSymbol?: string | undefined;
|
21144
|
-
eligibilityTokenDecimals?: number | undefined;
|
21145
20819
|
eligibilityTokenThreshold: number;
|
21146
20820
|
eligibilityDuration: number;
|
21147
20821
|
} | {
|
@@ -21323,14 +20997,10 @@ export declare const v4: Elysia<"/v4", {
|
|
21323
20997
|
hookType: import("@package/resources/enums").BOOST;
|
21324
20998
|
boostTokenChainId: number;
|
21325
20999
|
boostTokenAddress: string;
|
21326
|
-
boostTokenSymbol?: string | undefined;
|
21327
|
-
boostTokenDecimals?: number | undefined;
|
21328
21000
|
boostMultiplicator: number;
|
21329
21001
|
} | {
|
21330
21002
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
21331
21003
|
boostTokenAddress: string;
|
21332
|
-
boostTokenDecimals?: number | undefined;
|
21333
|
-
boostTokenSymbol?: string | undefined;
|
21334
21004
|
boostTokenChainId: number;
|
21335
21005
|
boostTokenThreshold: number;
|
21336
21006
|
boostConfiguration: {
|
@@ -21353,8 +21023,6 @@ export declare const v4: Elysia<"/v4", {
|
|
21353
21023
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
21354
21024
|
eligibilityTokenChainId: number;
|
21355
21025
|
eligibilityTokenAddress: string;
|
21356
|
-
eligibilityTokenSymbol?: string | undefined;
|
21357
|
-
eligibilityTokenDecimals?: number | undefined;
|
21358
21026
|
eligibilityTokenThreshold: number;
|
21359
21027
|
eligibilityDuration: number;
|
21360
21028
|
} | {
|
@@ -21537,14 +21205,10 @@ export declare const v4: Elysia<"/v4", {
|
|
21537
21205
|
hookType: import("@package/resources/enums").BOOST;
|
21538
21206
|
boostTokenChainId: number;
|
21539
21207
|
boostTokenAddress: string;
|
21540
|
-
boostTokenSymbol?: string | undefined;
|
21541
|
-
boostTokenDecimals?: number | undefined;
|
21542
21208
|
boostMultiplicator: number;
|
21543
21209
|
} | {
|
21544
21210
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
21545
21211
|
boostTokenAddress: string;
|
21546
|
-
boostTokenDecimals?: number | undefined;
|
21547
|
-
boostTokenSymbol?: string | undefined;
|
21548
21212
|
boostTokenChainId: number;
|
21549
21213
|
boostTokenThreshold: number;
|
21550
21214
|
boostConfiguration: {
|
@@ -21567,8 +21231,6 @@ export declare const v4: Elysia<"/v4", {
|
|
21567
21231
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
21568
21232
|
eligibilityTokenChainId: number;
|
21569
21233
|
eligibilityTokenAddress: string;
|
21570
|
-
eligibilityTokenSymbol?: string | undefined;
|
21571
|
-
eligibilityTokenDecimals?: number | undefined;
|
21572
21234
|
eligibilityTokenThreshold: number;
|
21573
21235
|
eligibilityDuration: number;
|
21574
21236
|
} | {
|
@@ -21751,14 +21413,10 @@ export declare const v4: Elysia<"/v4", {
|
|
21751
21413
|
hookType: import("@package/resources/enums").BOOST;
|
21752
21414
|
boostTokenChainId: number;
|
21753
21415
|
boostTokenAddress: string;
|
21754
|
-
boostTokenSymbol?: string | undefined;
|
21755
|
-
boostTokenDecimals?: number | undefined;
|
21756
21416
|
boostMultiplicator: number;
|
21757
21417
|
} | {
|
21758
21418
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
21759
21419
|
boostTokenAddress: string;
|
21760
|
-
boostTokenDecimals?: number | undefined;
|
21761
|
-
boostTokenSymbol?: string | undefined;
|
21762
21420
|
boostTokenChainId: number;
|
21763
21421
|
boostTokenThreshold: number;
|
21764
21422
|
boostConfiguration: {
|
@@ -21781,8 +21439,6 @@ export declare const v4: Elysia<"/v4", {
|
|
21781
21439
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
21782
21440
|
eligibilityTokenChainId: number;
|
21783
21441
|
eligibilityTokenAddress: string;
|
21784
|
-
eligibilityTokenSymbol?: string | undefined;
|
21785
|
-
eligibilityTokenDecimals?: number | undefined;
|
21786
21442
|
eligibilityTokenThreshold: number;
|
21787
21443
|
eligibilityDuration: number;
|
21788
21444
|
} | {
|
@@ -21965,14 +21621,10 @@ export declare const v4: Elysia<"/v4", {
|
|
21965
21621
|
hookType: import("@package/resources/enums").BOOST;
|
21966
21622
|
boostTokenChainId: number;
|
21967
21623
|
boostTokenAddress: string;
|
21968
|
-
boostTokenSymbol?: string | undefined;
|
21969
|
-
boostTokenDecimals?: number | undefined;
|
21970
21624
|
boostMultiplicator: number;
|
21971
21625
|
} | {
|
21972
21626
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
21973
21627
|
boostTokenAddress: string;
|
21974
|
-
boostTokenDecimals?: number | undefined;
|
21975
|
-
boostTokenSymbol?: string | undefined;
|
21976
21628
|
boostTokenChainId: number;
|
21977
21629
|
boostTokenThreshold: number;
|
21978
21630
|
boostConfiguration: {
|
@@ -21995,8 +21647,6 @@ export declare const v4: Elysia<"/v4", {
|
|
21995
21647
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
21996
21648
|
eligibilityTokenChainId: number;
|
21997
21649
|
eligibilityTokenAddress: string;
|
21998
|
-
eligibilityTokenSymbol?: string | undefined;
|
21999
|
-
eligibilityTokenDecimals?: number | undefined;
|
22000
21650
|
eligibilityTokenThreshold: number;
|
22001
21651
|
eligibilityDuration: number;
|
22002
21652
|
} | {
|
@@ -22178,14 +21828,10 @@ export declare const v4: Elysia<"/v4", {
|
|
22178
21828
|
hookType: import("@package/resources/enums").BOOST;
|
22179
21829
|
boostTokenChainId: number;
|
22180
21830
|
boostTokenAddress: string;
|
22181
|
-
boostTokenSymbol?: string | undefined;
|
22182
|
-
boostTokenDecimals?: number | undefined;
|
22183
21831
|
boostMultiplicator: number;
|
22184
21832
|
} | {
|
22185
21833
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
22186
21834
|
boostTokenAddress: string;
|
22187
|
-
boostTokenDecimals?: number | undefined;
|
22188
|
-
boostTokenSymbol?: string | undefined;
|
22189
21835
|
boostTokenChainId: number;
|
22190
21836
|
boostTokenThreshold: number;
|
22191
21837
|
boostConfiguration: {
|
@@ -22208,8 +21854,6 @@ export declare const v4: Elysia<"/v4", {
|
|
22208
21854
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
22209
21855
|
eligibilityTokenChainId: number;
|
22210
21856
|
eligibilityTokenAddress: string;
|
22211
|
-
eligibilityTokenSymbol?: string | undefined;
|
22212
|
-
eligibilityTokenDecimals?: number | undefined;
|
22213
21857
|
eligibilityTokenThreshold: number;
|
22214
21858
|
eligibilityDuration: number;
|
22215
21859
|
} | {
|
@@ -22393,14 +22037,10 @@ export declare const v4: Elysia<"/v4", {
|
|
22393
22037
|
hookType: import("@package/resources/enums").BOOST;
|
22394
22038
|
boostTokenChainId: number;
|
22395
22039
|
boostTokenAddress: string;
|
22396
|
-
boostTokenSymbol?: string | undefined;
|
22397
|
-
boostTokenDecimals?: number | undefined;
|
22398
22040
|
boostMultiplicator: number;
|
22399
22041
|
} | {
|
22400
22042
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
22401
22043
|
boostTokenAddress: string;
|
22402
|
-
boostTokenDecimals?: number | undefined;
|
22403
|
-
boostTokenSymbol?: string | undefined;
|
22404
22044
|
boostTokenChainId: number;
|
22405
22045
|
boostTokenThreshold: number;
|
22406
22046
|
boostConfiguration: {
|
@@ -22423,8 +22063,6 @@ export declare const v4: Elysia<"/v4", {
|
|
22423
22063
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
22424
22064
|
eligibilityTokenChainId: number;
|
22425
22065
|
eligibilityTokenAddress: string;
|
22426
|
-
eligibilityTokenSymbol?: string | undefined;
|
22427
|
-
eligibilityTokenDecimals?: number | undefined;
|
22428
22066
|
eligibilityTokenThreshold: number;
|
22429
22067
|
eligibilityDuration: number;
|
22430
22068
|
} | {
|
@@ -22606,14 +22244,10 @@ export declare const v4: Elysia<"/v4", {
|
|
22606
22244
|
hookType: import("@package/resources/enums").BOOST;
|
22607
22245
|
boostTokenChainId: number;
|
22608
22246
|
boostTokenAddress: string;
|
22609
|
-
boostTokenSymbol?: string | undefined;
|
22610
|
-
boostTokenDecimals?: number | undefined;
|
22611
22247
|
boostMultiplicator: number;
|
22612
22248
|
} | {
|
22613
22249
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
22614
22250
|
boostTokenAddress: string;
|
22615
|
-
boostTokenDecimals?: number | undefined;
|
22616
|
-
boostTokenSymbol?: string | undefined;
|
22617
22251
|
boostTokenChainId: number;
|
22618
22252
|
boostTokenThreshold: number;
|
22619
22253
|
boostConfiguration: {
|
@@ -22636,8 +22270,6 @@ export declare const v4: Elysia<"/v4", {
|
|
22636
22270
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
22637
22271
|
eligibilityTokenChainId: number;
|
22638
22272
|
eligibilityTokenAddress: string;
|
22639
|
-
eligibilityTokenSymbol?: string | undefined;
|
22640
|
-
eligibilityTokenDecimals?: number | undefined;
|
22641
22273
|
eligibilityTokenThreshold: number;
|
22642
22274
|
eligibilityDuration: number;
|
22643
22275
|
} | {
|
@@ -22819,14 +22451,10 @@ export declare const v4: Elysia<"/v4", {
|
|
22819
22451
|
hookType: import("@package/resources/enums").BOOST;
|
22820
22452
|
boostTokenChainId: number;
|
22821
22453
|
boostTokenAddress: string;
|
22822
|
-
boostTokenSymbol?: string | undefined;
|
22823
|
-
boostTokenDecimals?: number | undefined;
|
22824
22454
|
boostMultiplicator: number;
|
22825
22455
|
} | {
|
22826
22456
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
22827
22457
|
boostTokenAddress: string;
|
22828
|
-
boostTokenDecimals?: number | undefined;
|
22829
|
-
boostTokenSymbol?: string | undefined;
|
22830
22458
|
boostTokenChainId: number;
|
22831
22459
|
boostTokenThreshold: number;
|
22832
22460
|
boostConfiguration: {
|
@@ -22849,8 +22477,6 @@ export declare const v4: Elysia<"/v4", {
|
|
22849
22477
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
22850
22478
|
eligibilityTokenChainId: number;
|
22851
22479
|
eligibilityTokenAddress: string;
|
22852
|
-
eligibilityTokenSymbol?: string | undefined;
|
22853
|
-
eligibilityTokenDecimals?: number | undefined;
|
22854
22480
|
eligibilityTokenThreshold: number;
|
22855
22481
|
eligibilityDuration: number;
|
22856
22482
|
} | {
|
@@ -23032,14 +22658,10 @@ export declare const v4: Elysia<"/v4", {
|
|
23032
22658
|
hookType: import("@package/resources/enums").BOOST;
|
23033
22659
|
boostTokenChainId: number;
|
23034
22660
|
boostTokenAddress: string;
|
23035
|
-
boostTokenSymbol?: string | undefined;
|
23036
|
-
boostTokenDecimals?: number | undefined;
|
23037
22661
|
boostMultiplicator: number;
|
23038
22662
|
} | {
|
23039
22663
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
23040
22664
|
boostTokenAddress: string;
|
23041
|
-
boostTokenDecimals?: number | undefined;
|
23042
|
-
boostTokenSymbol?: string | undefined;
|
23043
22665
|
boostTokenChainId: number;
|
23044
22666
|
boostTokenThreshold: number;
|
23045
22667
|
boostConfiguration: {
|
@@ -23062,8 +22684,6 @@ export declare const v4: Elysia<"/v4", {
|
|
23062
22684
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
23063
22685
|
eligibilityTokenChainId: number;
|
23064
22686
|
eligibilityTokenAddress: string;
|
23065
|
-
eligibilityTokenSymbol?: string | undefined;
|
23066
|
-
eligibilityTokenDecimals?: number | undefined;
|
23067
22687
|
eligibilityTokenThreshold: number;
|
23068
22688
|
eligibilityDuration: number;
|
23069
22689
|
} | {
|
@@ -23245,14 +22865,10 @@ export declare const v4: Elysia<"/v4", {
|
|
23245
22865
|
hookType: import("@package/resources/enums").BOOST;
|
23246
22866
|
boostTokenChainId: number;
|
23247
22867
|
boostTokenAddress: string;
|
23248
|
-
boostTokenSymbol?: string | undefined;
|
23249
|
-
boostTokenDecimals?: number | undefined;
|
23250
22868
|
boostMultiplicator: number;
|
23251
22869
|
} | {
|
23252
22870
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
23253
22871
|
boostTokenAddress: string;
|
23254
|
-
boostTokenDecimals?: number | undefined;
|
23255
|
-
boostTokenSymbol?: string | undefined;
|
23256
22872
|
boostTokenChainId: number;
|
23257
22873
|
boostTokenThreshold: number;
|
23258
22874
|
boostConfiguration: {
|
@@ -23275,8 +22891,6 @@ export declare const v4: Elysia<"/v4", {
|
|
23275
22891
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
23276
22892
|
eligibilityTokenChainId: number;
|
23277
22893
|
eligibilityTokenAddress: string;
|
23278
|
-
eligibilityTokenSymbol?: string | undefined;
|
23279
|
-
eligibilityTokenDecimals?: number | undefined;
|
23280
22894
|
eligibilityTokenThreshold: number;
|
23281
22895
|
eligibilityDuration: number;
|
23282
22896
|
} | {
|
@@ -23458,14 +23072,10 @@ export declare const v4: Elysia<"/v4", {
|
|
23458
23072
|
hookType: import("@package/resources/enums").BOOST;
|
23459
23073
|
boostTokenChainId: number;
|
23460
23074
|
boostTokenAddress: string;
|
23461
|
-
boostTokenSymbol?: string | undefined;
|
23462
|
-
boostTokenDecimals?: number | undefined;
|
23463
23075
|
boostMultiplicator: number;
|
23464
23076
|
} | {
|
23465
23077
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
23466
23078
|
boostTokenAddress: string;
|
23467
|
-
boostTokenDecimals?: number | undefined;
|
23468
|
-
boostTokenSymbol?: string | undefined;
|
23469
23079
|
boostTokenChainId: number;
|
23470
23080
|
boostTokenThreshold: number;
|
23471
23081
|
boostConfiguration: {
|
@@ -23488,8 +23098,6 @@ export declare const v4: Elysia<"/v4", {
|
|
23488
23098
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
23489
23099
|
eligibilityTokenChainId: number;
|
23490
23100
|
eligibilityTokenAddress: string;
|
23491
|
-
eligibilityTokenSymbol?: string | undefined;
|
23492
|
-
eligibilityTokenDecimals?: number | undefined;
|
23493
23101
|
eligibilityTokenThreshold: number;
|
23494
23102
|
eligibilityDuration: number;
|
23495
23103
|
} | {
|
@@ -23671,14 +23279,10 @@ export declare const v4: Elysia<"/v4", {
|
|
23671
23279
|
hookType: import("@package/resources/enums").BOOST;
|
23672
23280
|
boostTokenChainId: number;
|
23673
23281
|
boostTokenAddress: string;
|
23674
|
-
boostTokenSymbol?: string | undefined;
|
23675
|
-
boostTokenDecimals?: number | undefined;
|
23676
23282
|
boostMultiplicator: number;
|
23677
23283
|
} | {
|
23678
23284
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
23679
23285
|
boostTokenAddress: string;
|
23680
|
-
boostTokenDecimals?: number | undefined;
|
23681
|
-
boostTokenSymbol?: string | undefined;
|
23682
23286
|
boostTokenChainId: number;
|
23683
23287
|
boostTokenThreshold: number;
|
23684
23288
|
boostConfiguration: {
|
@@ -23701,8 +23305,6 @@ export declare const v4: Elysia<"/v4", {
|
|
23701
23305
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
23702
23306
|
eligibilityTokenChainId: number;
|
23703
23307
|
eligibilityTokenAddress: string;
|
23704
|
-
eligibilityTokenSymbol?: string | undefined;
|
23705
|
-
eligibilityTokenDecimals?: number | undefined;
|
23706
23308
|
eligibilityTokenThreshold: number;
|
23707
23309
|
eligibilityDuration: number;
|
23708
23310
|
} | {
|
@@ -23884,14 +23486,10 @@ export declare const v4: Elysia<"/v4", {
|
|
23884
23486
|
hookType: import("@package/resources/enums").BOOST;
|
23885
23487
|
boostTokenChainId: number;
|
23886
23488
|
boostTokenAddress: string;
|
23887
|
-
boostTokenSymbol?: string | undefined;
|
23888
|
-
boostTokenDecimals?: number | undefined;
|
23889
23489
|
boostMultiplicator: number;
|
23890
23490
|
} | {
|
23891
23491
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
23892
23492
|
boostTokenAddress: string;
|
23893
|
-
boostTokenDecimals?: number | undefined;
|
23894
|
-
boostTokenSymbol?: string | undefined;
|
23895
23493
|
boostTokenChainId: number;
|
23896
23494
|
boostTokenThreshold: number;
|
23897
23495
|
boostConfiguration: {
|
@@ -23914,8 +23512,6 @@ export declare const v4: Elysia<"/v4", {
|
|
23914
23512
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
23915
23513
|
eligibilityTokenChainId: number;
|
23916
23514
|
eligibilityTokenAddress: string;
|
23917
|
-
eligibilityTokenSymbol?: string | undefined;
|
23918
|
-
eligibilityTokenDecimals?: number | undefined;
|
23919
23515
|
eligibilityTokenThreshold: number;
|
23920
23516
|
eligibilityDuration: number;
|
23921
23517
|
} | {
|
@@ -24097,14 +23693,10 @@ export declare const v4: Elysia<"/v4", {
|
|
24097
23693
|
hookType: import("@package/resources/enums").BOOST;
|
24098
23694
|
boostTokenChainId: number;
|
24099
23695
|
boostTokenAddress: string;
|
24100
|
-
boostTokenSymbol?: string | undefined;
|
24101
|
-
boostTokenDecimals?: number | undefined;
|
24102
23696
|
boostMultiplicator: number;
|
24103
23697
|
} | {
|
24104
23698
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
24105
23699
|
boostTokenAddress: string;
|
24106
|
-
boostTokenDecimals?: number | undefined;
|
24107
|
-
boostTokenSymbol?: string | undefined;
|
24108
23700
|
boostTokenChainId: number;
|
24109
23701
|
boostTokenThreshold: number;
|
24110
23702
|
boostConfiguration: {
|
@@ -24127,8 +23719,6 @@ export declare const v4: Elysia<"/v4", {
|
|
24127
23719
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
24128
23720
|
eligibilityTokenChainId: number;
|
24129
23721
|
eligibilityTokenAddress: string;
|
24130
|
-
eligibilityTokenSymbol?: string | undefined;
|
24131
|
-
eligibilityTokenDecimals?: number | undefined;
|
24132
23722
|
eligibilityTokenThreshold: number;
|
24133
23723
|
eligibilityDuration: number;
|
24134
23724
|
} | {
|
@@ -24318,14 +23908,10 @@ export declare const v4: Elysia<"/v4", {
|
|
24318
23908
|
hookType: import("@package/resources/enums").BOOST;
|
24319
23909
|
boostTokenChainId: number;
|
24320
23910
|
boostTokenAddress: string;
|
24321
|
-
boostTokenSymbol?: string | undefined;
|
24322
|
-
boostTokenDecimals?: number | undefined;
|
24323
23911
|
boostMultiplicator: number;
|
24324
23912
|
} | {
|
24325
23913
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
24326
23914
|
boostTokenAddress: string;
|
24327
|
-
boostTokenDecimals?: number | undefined;
|
24328
|
-
boostTokenSymbol?: string | undefined;
|
24329
23915
|
boostTokenChainId: number;
|
24330
23916
|
boostTokenThreshold: number;
|
24331
23917
|
boostConfiguration: {
|
@@ -24348,8 +23934,6 @@ export declare const v4: Elysia<"/v4", {
|
|
24348
23934
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
24349
23935
|
eligibilityTokenChainId: number;
|
24350
23936
|
eligibilityTokenAddress: string;
|
24351
|
-
eligibilityTokenSymbol?: string | undefined;
|
24352
|
-
eligibilityTokenDecimals?: number | undefined;
|
24353
23937
|
eligibilityTokenThreshold: number;
|
24354
23938
|
eligibilityDuration: number;
|
24355
23939
|
} | {
|
@@ -24539,14 +24123,10 @@ export declare const v4: Elysia<"/v4", {
|
|
24539
24123
|
hookType: import("@package/resources/enums").BOOST;
|
24540
24124
|
boostTokenChainId: number;
|
24541
24125
|
boostTokenAddress: string;
|
24542
|
-
boostTokenSymbol?: string | undefined;
|
24543
|
-
boostTokenDecimals?: number | undefined;
|
24544
24126
|
boostMultiplicator: number;
|
24545
24127
|
} | {
|
24546
24128
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
24547
24129
|
boostTokenAddress: string;
|
24548
|
-
boostTokenDecimals?: number | undefined;
|
24549
|
-
boostTokenSymbol?: string | undefined;
|
24550
24130
|
boostTokenChainId: number;
|
24551
24131
|
boostTokenThreshold: number;
|
24552
24132
|
boostConfiguration: {
|
@@ -24569,8 +24149,6 @@ export declare const v4: Elysia<"/v4", {
|
|
24569
24149
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
24570
24150
|
eligibilityTokenChainId: number;
|
24571
24151
|
eligibilityTokenAddress: string;
|
24572
|
-
eligibilityTokenSymbol?: string | undefined;
|
24573
|
-
eligibilityTokenDecimals?: number | undefined;
|
24574
24152
|
eligibilityTokenThreshold: number;
|
24575
24153
|
eligibilityDuration: number;
|
24576
24154
|
} | {
|
@@ -24751,14 +24329,10 @@ export declare const v4: Elysia<"/v4", {
|
|
24751
24329
|
hookType: import("@package/resources/enums").BOOST;
|
24752
24330
|
boostTokenChainId: number;
|
24753
24331
|
boostTokenAddress: string;
|
24754
|
-
boostTokenSymbol?: string | undefined;
|
24755
|
-
boostTokenDecimals?: number | undefined;
|
24756
24332
|
boostMultiplicator: number;
|
24757
24333
|
} | {
|
24758
24334
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
24759
24335
|
boostTokenAddress: string;
|
24760
|
-
boostTokenDecimals?: number | undefined;
|
24761
|
-
boostTokenSymbol?: string | undefined;
|
24762
24336
|
boostTokenChainId: number;
|
24763
24337
|
boostTokenThreshold: number;
|
24764
24338
|
boostConfiguration: {
|
@@ -24781,8 +24355,6 @@ export declare const v4: Elysia<"/v4", {
|
|
24781
24355
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
24782
24356
|
eligibilityTokenChainId: number;
|
24783
24357
|
eligibilityTokenAddress: string;
|
24784
|
-
eligibilityTokenSymbol?: string | undefined;
|
24785
|
-
eligibilityTokenDecimals?: number | undefined;
|
24786
24358
|
eligibilityTokenThreshold: number;
|
24787
24359
|
eligibilityDuration: number;
|
24788
24360
|
} | {
|
@@ -24965,14 +24537,10 @@ export declare const v4: Elysia<"/v4", {
|
|
24965
24537
|
hookType: import("@package/resources/enums").BOOST;
|
24966
24538
|
boostTokenChainId: number;
|
24967
24539
|
boostTokenAddress: string;
|
24968
|
-
boostTokenSymbol?: string | undefined;
|
24969
|
-
boostTokenDecimals?: number | undefined;
|
24970
24540
|
boostMultiplicator: number;
|
24971
24541
|
} | {
|
24972
24542
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
24973
24543
|
boostTokenAddress: string;
|
24974
|
-
boostTokenDecimals?: number | undefined;
|
24975
|
-
boostTokenSymbol?: string | undefined;
|
24976
24544
|
boostTokenChainId: number;
|
24977
24545
|
boostTokenThreshold: number;
|
24978
24546
|
boostConfiguration: {
|
@@ -24995,8 +24563,6 @@ export declare const v4: Elysia<"/v4", {
|
|
24995
24563
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
24996
24564
|
eligibilityTokenChainId: number;
|
24997
24565
|
eligibilityTokenAddress: string;
|
24998
|
-
eligibilityTokenSymbol?: string | undefined;
|
24999
|
-
eligibilityTokenDecimals?: number | undefined;
|
25000
24566
|
eligibilityTokenThreshold: number;
|
25001
24567
|
eligibilityDuration: number;
|
25002
24568
|
} | {
|