@merkl/api 1.4.6 → 1.4.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/eden/index.d.ts +267 -672
- 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/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 +31 -440
- package/dist/src/libs/computeFee.d.ts +12 -17
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +10 -0
- package/dist/src/modules/v4/campaign/campaign.model.d.ts +1 -0
- 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/opportunity/opportunity.controller.d.ts +16 -0
- package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +6 -0
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +3 -0
- 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/programPayload/programPayload.controller.d.ts +0 -432
- 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/reward/reward.model.d.ts +2 -0
- package/dist/src/modules/v4/router.d.ts +40 -449
- package/dist/src/modules/v4/token/token.controller.d.ts +1 -0
- package/dist/src/modules/v4/token/token.model.d.ts +1 -0
- package/dist/src/modules/v4/token/token.model.js.map +1 -1
- 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>;
|
@@ -1068,6 +1064,7 @@ export declare const v4: Elysia<"/v4", {
|
|
1068
1064
|
priceSource?: string | null | undefined;
|
1069
1065
|
symbol: string;
|
1070
1066
|
type: "POINT" | "PRETGE" | "TOKEN";
|
1067
|
+
displaySymbol?: string | undefined;
|
1071
1068
|
};
|
1072
1069
|
opportunityId?: string | undefined;
|
1073
1070
|
distributionChain?: {
|
@@ -1162,6 +1159,7 @@ export declare const v4: Elysia<"/v4", {
|
|
1162
1159
|
priceSource?: string | null | undefined;
|
1163
1160
|
symbol: string;
|
1164
1161
|
type: "POINT" | "PRETGE" | "TOKEN";
|
1162
|
+
displaySymbol?: string | undefined;
|
1165
1163
|
};
|
1166
1164
|
amount: string | bigint;
|
1167
1165
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
@@ -1184,6 +1182,7 @@ export declare const v4: Elysia<"/v4", {
|
|
1184
1182
|
priceSource?: string | null | undefined;
|
1185
1183
|
symbol: string;
|
1186
1184
|
type: "POINT" | "PRETGE" | "TOKEN";
|
1185
|
+
displaySymbol?: string | undefined;
|
1187
1186
|
}[];
|
1188
1187
|
tvl: number;
|
1189
1188
|
tvlRecord?: {
|
@@ -1269,6 +1268,7 @@ export declare const v4: Elysia<"/v4", {
|
|
1269
1268
|
priceSource?: string | null | undefined;
|
1270
1269
|
symbol: string;
|
1271
1270
|
type: "POINT" | "PRETGE" | "TOKEN";
|
1271
|
+
displaySymbol?: string | undefined;
|
1272
1272
|
}[];
|
1273
1273
|
chain: {
|
1274
1274
|
id: number;
|
@@ -1324,6 +1324,7 @@ export declare const v4: Elysia<"/v4", {
|
|
1324
1324
|
priceSource?: string | null | undefined;
|
1325
1325
|
symbol: string;
|
1326
1326
|
type: "POINT" | "PRETGE" | "TOKEN";
|
1327
|
+
displaySymbol?: string | undefined;
|
1327
1328
|
};
|
1328
1329
|
amount: string | bigint;
|
1329
1330
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
@@ -1419,6 +1420,7 @@ export declare const v4: Elysia<"/v4", {
|
|
1419
1420
|
priceSource?: string | null | undefined;
|
1420
1421
|
symbol: string;
|
1421
1422
|
type: "POINT" | "PRETGE" | "TOKEN";
|
1423
|
+
displaySymbol?: string | undefined;
|
1422
1424
|
};
|
1423
1425
|
opportunityId?: string | undefined;
|
1424
1426
|
distributionChain?: {
|
@@ -1513,6 +1515,7 @@ export declare const v4: Elysia<"/v4", {
|
|
1513
1515
|
priceSource?: string | null | undefined;
|
1514
1516
|
symbol: string;
|
1515
1517
|
type: "POINT" | "PRETGE" | "TOKEN";
|
1518
|
+
displaySymbol?: string | undefined;
|
1516
1519
|
};
|
1517
1520
|
amount: string | bigint;
|
1518
1521
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
@@ -1535,6 +1538,7 @@ export declare const v4: Elysia<"/v4", {
|
|
1535
1538
|
priceSource?: string | null | undefined;
|
1536
1539
|
symbol: string;
|
1537
1540
|
type: "POINT" | "PRETGE" | "TOKEN";
|
1541
|
+
displaySymbol?: string | undefined;
|
1538
1542
|
}[];
|
1539
1543
|
tvl: number;
|
1540
1544
|
tvlRecord?: {
|
@@ -1657,6 +1661,7 @@ export declare const v4: Elysia<"/v4", {
|
|
1657
1661
|
priceSource?: string | null | undefined;
|
1658
1662
|
symbol: string;
|
1659
1663
|
type: "POINT" | "PRETGE" | "TOKEN";
|
1664
|
+
displaySymbol?: string | undefined;
|
1660
1665
|
};
|
1661
1666
|
opportunityId?: string | undefined;
|
1662
1667
|
distributionChain?: {
|
@@ -1751,6 +1756,7 @@ export declare const v4: Elysia<"/v4", {
|
|
1751
1756
|
priceSource?: string | null | undefined;
|
1752
1757
|
symbol: string;
|
1753
1758
|
type: "POINT" | "PRETGE" | "TOKEN";
|
1759
|
+
displaySymbol?: string | undefined;
|
1754
1760
|
};
|
1755
1761
|
amount: string | bigint;
|
1756
1762
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
@@ -1773,6 +1779,7 @@ export declare const v4: Elysia<"/v4", {
|
|
1773
1779
|
priceSource?: string | null | undefined;
|
1774
1780
|
symbol: string;
|
1775
1781
|
type: "POINT" | "PRETGE" | "TOKEN";
|
1782
|
+
displaySymbol?: string | undefined;
|
1776
1783
|
}[];
|
1777
1784
|
tvl: number;
|
1778
1785
|
tvlRecord?: {
|
@@ -1881,6 +1888,7 @@ export declare const v4: Elysia<"/v4", {
|
|
1881
1888
|
priceSource?: string | null | undefined;
|
1882
1889
|
symbol: string;
|
1883
1890
|
type: "POINT" | "PRETGE" | "TOKEN";
|
1891
|
+
displaySymbol?: string | undefined;
|
1884
1892
|
}[];
|
1885
1893
|
chain: {
|
1886
1894
|
id: number;
|
@@ -1936,6 +1944,7 @@ export declare const v4: Elysia<"/v4", {
|
|
1936
1944
|
priceSource?: string | null | undefined;
|
1937
1945
|
symbol: string;
|
1938
1946
|
type: "POINT" | "PRETGE" | "TOKEN";
|
1947
|
+
displaySymbol?: string | undefined;
|
1939
1948
|
};
|
1940
1949
|
amount: string | bigint;
|
1941
1950
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
@@ -2031,6 +2040,7 @@ export declare const v4: Elysia<"/v4", {
|
|
2031
2040
|
priceSource?: string | null | undefined;
|
2032
2041
|
symbol: string;
|
2033
2042
|
type: "POINT" | "PRETGE" | "TOKEN";
|
2043
|
+
displaySymbol?: string | undefined;
|
2034
2044
|
};
|
2035
2045
|
opportunityId?: string | undefined;
|
2036
2046
|
distributionChain?: {
|
@@ -2125,6 +2135,7 @@ export declare const v4: Elysia<"/v4", {
|
|
2125
2135
|
priceSource?: string | null | undefined;
|
2126
2136
|
symbol: string;
|
2127
2137
|
type: "POINT" | "PRETGE" | "TOKEN";
|
2138
|
+
displaySymbol?: string | undefined;
|
2128
2139
|
};
|
2129
2140
|
amount: string | bigint;
|
2130
2141
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
@@ -2147,6 +2158,7 @@ export declare const v4: Elysia<"/v4", {
|
|
2147
2158
|
priceSource?: string | null | undefined;
|
2148
2159
|
symbol: string;
|
2149
2160
|
type: "POINT" | "PRETGE" | "TOKEN";
|
2161
|
+
displaySymbol?: string | undefined;
|
2150
2162
|
}[];
|
2151
2163
|
tvl: number;
|
2152
2164
|
tvlRecord?: {
|
@@ -3042,6 +3054,7 @@ export declare const v4: Elysia<"/v4", {
|
|
3042
3054
|
priceSource?: string | null | undefined;
|
3043
3055
|
symbol: string;
|
3044
3056
|
type: "POINT" | "PRETGE" | "TOKEN";
|
3057
|
+
displaySymbol?: string | undefined;
|
3045
3058
|
};
|
3046
3059
|
opportunityId?: string | undefined;
|
3047
3060
|
distributionChain?: {
|
@@ -3171,6 +3184,7 @@ export declare const v4: Elysia<"/v4", {
|
|
3171
3184
|
priceSource?: string | null | undefined;
|
3172
3185
|
symbol: string;
|
3173
3186
|
type: "POINT" | "PRETGE" | "TOKEN";
|
3187
|
+
displaySymbol?: string | undefined;
|
3174
3188
|
};
|
3175
3189
|
rewardTokenId?: string | undefined;
|
3176
3190
|
rootCampaignId?: string | undefined;
|
@@ -3348,6 +3362,7 @@ export declare const v4: Elysia<"/v4", {
|
|
3348
3362
|
priceSource?: string | null | undefined;
|
3349
3363
|
symbol: string;
|
3350
3364
|
type: "POINT" | "PRETGE" | "TOKEN";
|
3365
|
+
displaySymbol?: string | undefined;
|
3351
3366
|
}[];
|
3352
3367
|
chain: {
|
3353
3368
|
id: number;
|
@@ -3403,6 +3418,7 @@ export declare const v4: Elysia<"/v4", {
|
|
3403
3418
|
priceSource?: string | null | undefined;
|
3404
3419
|
symbol: string;
|
3405
3420
|
type: "POINT" | "PRETGE" | "TOKEN";
|
3421
|
+
displaySymbol?: string | undefined;
|
3406
3422
|
};
|
3407
3423
|
amount: string | bigint;
|
3408
3424
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
@@ -3463,6 +3479,7 @@ export declare const v4: Elysia<"/v4", {
|
|
3463
3479
|
priceSource?: string | null | undefined;
|
3464
3480
|
symbol: string;
|
3465
3481
|
type: "POINT" | "PRETGE" | "TOKEN";
|
3482
|
+
displaySymbol?: string | undefined;
|
3466
3483
|
}[];
|
3467
3484
|
chain: {
|
3468
3485
|
id: number;
|
@@ -3518,6 +3535,7 @@ export declare const v4: Elysia<"/v4", {
|
|
3518
3535
|
priceSource?: string | null | undefined;
|
3519
3536
|
symbol: string;
|
3520
3537
|
type: "POINT" | "PRETGE" | "TOKEN";
|
3538
|
+
displaySymbol?: string | undefined;
|
3521
3539
|
};
|
3522
3540
|
amount: string | bigint;
|
3523
3541
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
@@ -3578,6 +3596,7 @@ export declare const v4: Elysia<"/v4", {
|
|
3578
3596
|
priceSource?: string | null | undefined;
|
3579
3597
|
symbol: string;
|
3580
3598
|
type: "POINT" | "PRETGE" | "TOKEN";
|
3599
|
+
displaySymbol?: string | undefined;
|
3581
3600
|
}[];
|
3582
3601
|
chain: {
|
3583
3602
|
id: number;
|
@@ -3633,6 +3652,7 @@ export declare const v4: Elysia<"/v4", {
|
|
3633
3652
|
priceSource?: string | null | undefined;
|
3634
3653
|
symbol: string;
|
3635
3654
|
type: "POINT" | "PRETGE" | "TOKEN";
|
3655
|
+
displaySymbol?: string | undefined;
|
3636
3656
|
};
|
3637
3657
|
amount: string | bigint;
|
3638
3658
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
@@ -3901,6 +3921,7 @@ export declare const v4: Elysia<"/v4", {
|
|
3901
3921
|
priceSource?: string | null | undefined;
|
3902
3922
|
symbol: string;
|
3903
3923
|
type: "POINT" | "PRETGE" | "TOKEN";
|
3924
|
+
displaySymbol?: string | undefined;
|
3904
3925
|
};
|
3905
3926
|
opportunityId?: string | undefined;
|
3906
3927
|
distributionChain?: {
|
@@ -4030,6 +4051,7 @@ export declare const v4: Elysia<"/v4", {
|
|
4030
4051
|
priceSource?: string | null | undefined;
|
4031
4052
|
symbol: string;
|
4032
4053
|
type: "POINT" | "PRETGE" | "TOKEN";
|
4054
|
+
displaySymbol?: string | undefined;
|
4033
4055
|
};
|
4034
4056
|
rewardTokenId?: string | undefined;
|
4035
4057
|
rootCampaignId?: string | undefined;
|
@@ -6103,6 +6125,7 @@ export declare const v4: Elysia<"/v4", {
|
|
6103
6125
|
priceSource?: string | null | undefined;
|
6104
6126
|
symbol: string;
|
6105
6127
|
type: "POINT" | "PRETGE" | "TOKEN";
|
6128
|
+
displaySymbol?: string | undefined;
|
6106
6129
|
};
|
6107
6130
|
422: {
|
6108
6131
|
type: "validation";
|
@@ -9670,13 +9693,12 @@ export declare const v4: Elysia<"/v4", {
|
|
9670
9693
|
headers: unknown;
|
9671
9694
|
response: {
|
9672
9695
|
200: ({
|
9673
|
-
campaignType: import("@package/resources/enums").
|
9696
|
+
campaignType: import("@package/resources/enums").M0;
|
9674
9697
|
whitelist: string[];
|
9675
9698
|
blacklist: string[];
|
9676
9699
|
endTimestamp: number;
|
9677
9700
|
url?: string | undefined;
|
9678
|
-
|
9679
|
-
subCampaignType: import("@package/resources/enums").AjnaSubCampaignType;
|
9701
|
+
markets: string[];
|
9680
9702
|
forwarders: string[];
|
9681
9703
|
} & {
|
9682
9704
|
rewardToken: string;
|
@@ -9700,14 +9722,10 @@ export declare const v4: Elysia<"/v4", {
|
|
9700
9722
|
hookType: import("@package/resources/enums").BOOST;
|
9701
9723
|
boostTokenChainId: number;
|
9702
9724
|
boostTokenAddress: string;
|
9703
|
-
boostTokenSymbol?: string | undefined;
|
9704
|
-
boostTokenDecimals?: number | undefined;
|
9705
9725
|
boostMultiplicator: number;
|
9706
9726
|
} | {
|
9707
9727
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
9708
9728
|
boostTokenAddress: string;
|
9709
|
-
boostTokenDecimals?: number | undefined;
|
9710
|
-
boostTokenSymbol?: string | undefined;
|
9711
9729
|
boostTokenChainId: number;
|
9712
9730
|
boostTokenThreshold: number;
|
9713
9731
|
boostConfiguration: {
|
@@ -9730,8 +9748,6 @@ export declare const v4: Elysia<"/v4", {
|
|
9730
9748
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
9731
9749
|
eligibilityTokenChainId: number;
|
9732
9750
|
eligibilityTokenAddress: string;
|
9733
|
-
eligibilityTokenSymbol?: string | undefined;
|
9734
|
-
eligibilityTokenDecimals?: number | undefined;
|
9735
9751
|
eligibilityTokenThreshold: number;
|
9736
9752
|
eligibilityDuration: number;
|
9737
9753
|
} | {
|
@@ -9885,13 +9901,12 @@ export declare const v4: Elysia<"/v4", {
|
|
9885
9901
|
};
|
9886
9902
|
} | undefined;
|
9887
9903
|
}) | ({
|
9888
|
-
campaignType: import("@package/resources/enums").
|
9904
|
+
campaignType: import("@package/resources/enums").AAVE_SUPPLY;
|
9889
9905
|
whitelist: string[];
|
9890
9906
|
blacklist: string[];
|
9891
9907
|
endTimestamp: number;
|
9892
9908
|
url?: string | undefined;
|
9893
|
-
|
9894
|
-
forwarders: string[];
|
9909
|
+
targetToken: string;
|
9895
9910
|
} & {
|
9896
9911
|
rewardToken: string;
|
9897
9912
|
amount: string;
|
@@ -9914,14 +9929,10 @@ export declare const v4: Elysia<"/v4", {
|
|
9914
9929
|
hookType: import("@package/resources/enums").BOOST;
|
9915
9930
|
boostTokenChainId: number;
|
9916
9931
|
boostTokenAddress: string;
|
9917
|
-
boostTokenSymbol?: string | undefined;
|
9918
|
-
boostTokenDecimals?: number | undefined;
|
9919
9932
|
boostMultiplicator: number;
|
9920
9933
|
} | {
|
9921
9934
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
9922
9935
|
boostTokenAddress: string;
|
9923
|
-
boostTokenDecimals?: number | undefined;
|
9924
|
-
boostTokenSymbol?: string | undefined;
|
9925
9936
|
boostTokenChainId: number;
|
9926
9937
|
boostTokenThreshold: number;
|
9927
9938
|
boostConfiguration: {
|
@@ -9944,8 +9955,6 @@ export declare const v4: Elysia<"/v4", {
|
|
9944
9955
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
9945
9956
|
eligibilityTokenChainId: number;
|
9946
9957
|
eligibilityTokenAddress: string;
|
9947
|
-
eligibilityTokenSymbol?: string | undefined;
|
9948
|
-
eligibilityTokenDecimals?: number | undefined;
|
9949
9958
|
eligibilityTokenThreshold: number;
|
9950
9959
|
eligibilityDuration: number;
|
9951
9960
|
} | {
|
@@ -10099,7 +10108,7 @@ export declare const v4: Elysia<"/v4", {
|
|
10099
10108
|
};
|
10100
10109
|
} | undefined;
|
10101
10110
|
}) | ({
|
10102
|
-
campaignType: import("@package/resources/enums").
|
10111
|
+
campaignType: import("@package/resources/enums").AAVE_BORROW;
|
10103
10112
|
whitelist: string[];
|
10104
10113
|
blacklist: string[];
|
10105
10114
|
endTimestamp: number;
|
@@ -10127,14 +10136,10 @@ export declare const v4: Elysia<"/v4", {
|
|
10127
10136
|
hookType: import("@package/resources/enums").BOOST;
|
10128
10137
|
boostTokenChainId: number;
|
10129
10138
|
boostTokenAddress: string;
|
10130
|
-
boostTokenSymbol?: string | undefined;
|
10131
|
-
boostTokenDecimals?: number | undefined;
|
10132
10139
|
boostMultiplicator: number;
|
10133
10140
|
} | {
|
10134
10141
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
10135
10142
|
boostTokenAddress: string;
|
10136
|
-
boostTokenDecimals?: number | undefined;
|
10137
|
-
boostTokenSymbol?: string | undefined;
|
10138
10143
|
boostTokenChainId: number;
|
10139
10144
|
boostTokenThreshold: number;
|
10140
10145
|
boostConfiguration: {
|
@@ -10157,8 +10162,6 @@ export declare const v4: Elysia<"/v4", {
|
|
10157
10162
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
10158
10163
|
eligibilityTokenChainId: number;
|
10159
10164
|
eligibilityTokenAddress: string;
|
10160
|
-
eligibilityTokenSymbol?: string | undefined;
|
10161
|
-
eligibilityTokenDecimals?: number | undefined;
|
10162
10165
|
eligibilityTokenThreshold: number;
|
10163
10166
|
eligibilityDuration: number;
|
10164
10167
|
} | {
|
@@ -10312,12 +10315,14 @@ export declare const v4: Elysia<"/v4", {
|
|
10312
10315
|
};
|
10313
10316
|
} | undefined;
|
10314
10317
|
}) | ({
|
10315
|
-
campaignType: import("@package/resources/enums").
|
10318
|
+
campaignType: import("@package/resources/enums").AJNA;
|
10316
10319
|
whitelist: string[];
|
10317
10320
|
blacklist: string[];
|
10318
10321
|
endTimestamp: number;
|
10319
10322
|
url?: string | undefined;
|
10320
|
-
|
10323
|
+
poolId: string;
|
10324
|
+
subCampaignType: import("@package/resources/enums").AjnaSubCampaignType;
|
10325
|
+
forwarders: string[];
|
10321
10326
|
} & {
|
10322
10327
|
rewardToken: string;
|
10323
10328
|
amount: string;
|
@@ -10340,14 +10345,10 @@ export declare const v4: Elysia<"/v4", {
|
|
10340
10345
|
hookType: import("@package/resources/enums").BOOST;
|
10341
10346
|
boostTokenChainId: number;
|
10342
10347
|
boostTokenAddress: string;
|
10343
|
-
boostTokenSymbol?: string | undefined;
|
10344
|
-
boostTokenDecimals?: number | undefined;
|
10345
10348
|
boostMultiplicator: number;
|
10346
10349
|
} | {
|
10347
10350
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
10348
10351
|
boostTokenAddress: string;
|
10349
|
-
boostTokenDecimals?: number | undefined;
|
10350
|
-
boostTokenSymbol?: string | undefined;
|
10351
10352
|
boostTokenChainId: number;
|
10352
10353
|
boostTokenThreshold: number;
|
10353
10354
|
boostConfiguration: {
|
@@ -10370,8 +10371,6 @@ export declare const v4: Elysia<"/v4", {
|
|
10370
10371
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
10371
10372
|
eligibilityTokenChainId: number;
|
10372
10373
|
eligibilityTokenAddress: string;
|
10373
|
-
eligibilityTokenSymbol?: string | undefined;
|
10374
|
-
eligibilityTokenDecimals?: number | undefined;
|
10375
10374
|
eligibilityTokenThreshold: number;
|
10376
10375
|
eligibilityDuration: number;
|
10377
10376
|
} | {
|
@@ -10561,14 +10560,10 @@ export declare const v4: Elysia<"/v4", {
|
|
10561
10560
|
hookType: import("@package/resources/enums").BOOST;
|
10562
10561
|
boostTokenChainId: number;
|
10563
10562
|
boostTokenAddress: string;
|
10564
|
-
boostTokenSymbol?: string | undefined;
|
10565
|
-
boostTokenDecimals?: number | undefined;
|
10566
10563
|
boostMultiplicator: number;
|
10567
10564
|
} | {
|
10568
10565
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
10569
10566
|
boostTokenAddress: string;
|
10570
|
-
boostTokenDecimals?: number | undefined;
|
10571
|
-
boostTokenSymbol?: string | undefined;
|
10572
10567
|
boostTokenChainId: number;
|
10573
10568
|
boostTokenThreshold: number;
|
10574
10569
|
boostConfiguration: {
|
@@ -10591,8 +10586,6 @@ export declare const v4: Elysia<"/v4", {
|
|
10591
10586
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
10592
10587
|
eligibilityTokenChainId: number;
|
10593
10588
|
eligibilityTokenAddress: string;
|
10594
|
-
eligibilityTokenSymbol?: string | undefined;
|
10595
|
-
eligibilityTokenDecimals?: number | undefined;
|
10596
10589
|
eligibilityTokenThreshold: number;
|
10597
10590
|
eligibilityDuration: number;
|
10598
10591
|
} | {
|
@@ -10775,14 +10768,10 @@ export declare const v4: Elysia<"/v4", {
|
|
10775
10768
|
hookType: import("@package/resources/enums").BOOST;
|
10776
10769
|
boostTokenChainId: number;
|
10777
10770
|
boostTokenAddress: string;
|
10778
|
-
boostTokenSymbol?: string | undefined;
|
10779
|
-
boostTokenDecimals?: number | undefined;
|
10780
10771
|
boostMultiplicator: number;
|
10781
10772
|
} | {
|
10782
10773
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
10783
10774
|
boostTokenAddress: string;
|
10784
|
-
boostTokenDecimals?: number | undefined;
|
10785
|
-
boostTokenSymbol?: string | undefined;
|
10786
10775
|
boostTokenChainId: number;
|
10787
10776
|
boostTokenThreshold: number;
|
10788
10777
|
boostConfiguration: {
|
@@ -10805,8 +10794,6 @@ export declare const v4: Elysia<"/v4", {
|
|
10805
10794
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
10806
10795
|
eligibilityTokenChainId: number;
|
10807
10796
|
eligibilityTokenAddress: string;
|
10808
|
-
eligibilityTokenSymbol?: string | undefined;
|
10809
|
-
eligibilityTokenDecimals?: number | undefined;
|
10810
10797
|
eligibilityTokenThreshold: number;
|
10811
10798
|
eligibilityDuration: number;
|
10812
10799
|
} | {
|
@@ -10988,14 +10975,10 @@ export declare const v4: Elysia<"/v4", {
|
|
10988
10975
|
hookType: import("@package/resources/enums").BOOST;
|
10989
10976
|
boostTokenChainId: number;
|
10990
10977
|
boostTokenAddress: string;
|
10991
|
-
boostTokenSymbol?: string | undefined;
|
10992
|
-
boostTokenDecimals?: number | undefined;
|
10993
10978
|
boostMultiplicator: number;
|
10994
10979
|
} | {
|
10995
10980
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
10996
10981
|
boostTokenAddress: string;
|
10997
|
-
boostTokenDecimals?: number | undefined;
|
10998
|
-
boostTokenSymbol?: string | undefined;
|
10999
10982
|
boostTokenChainId: number;
|
11000
10983
|
boostTokenThreshold: number;
|
11001
10984
|
boostConfiguration: {
|
@@ -11018,8 +11001,6 @@ export declare const v4: Elysia<"/v4", {
|
|
11018
11001
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
11019
11002
|
eligibilityTokenChainId: number;
|
11020
11003
|
eligibilityTokenAddress: string;
|
11021
|
-
eligibilityTokenSymbol?: string | undefined;
|
11022
|
-
eligibilityTokenDecimals?: number | undefined;
|
11023
11004
|
eligibilityTokenThreshold: number;
|
11024
11005
|
eligibilityDuration: number;
|
11025
11006
|
} | {
|
@@ -11201,14 +11182,10 @@ export declare const v4: Elysia<"/v4", {
|
|
11201
11182
|
hookType: import("@package/resources/enums").BOOST;
|
11202
11183
|
boostTokenChainId: number;
|
11203
11184
|
boostTokenAddress: string;
|
11204
|
-
boostTokenSymbol?: string | undefined;
|
11205
|
-
boostTokenDecimals?: number | undefined;
|
11206
11185
|
boostMultiplicator: number;
|
11207
11186
|
} | {
|
11208
11187
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
11209
11188
|
boostTokenAddress: string;
|
11210
|
-
boostTokenDecimals?: number | undefined;
|
11211
|
-
boostTokenSymbol?: string | undefined;
|
11212
11189
|
boostTokenChainId: number;
|
11213
11190
|
boostTokenThreshold: number;
|
11214
11191
|
boostConfiguration: {
|
@@ -11231,8 +11208,6 @@ export declare const v4: Elysia<"/v4", {
|
|
11231
11208
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
11232
11209
|
eligibilityTokenChainId: number;
|
11233
11210
|
eligibilityTokenAddress: string;
|
11234
|
-
eligibilityTokenSymbol?: string | undefined;
|
11235
|
-
eligibilityTokenDecimals?: number | undefined;
|
11236
11211
|
eligibilityTokenThreshold: number;
|
11237
11212
|
eligibilityDuration: number;
|
11238
11213
|
} | {
|
@@ -11417,14 +11392,10 @@ export declare const v4: Elysia<"/v4", {
|
|
11417
11392
|
hookType: import("@package/resources/enums").BOOST;
|
11418
11393
|
boostTokenChainId: number;
|
11419
11394
|
boostTokenAddress: string;
|
11420
|
-
boostTokenSymbol?: string | undefined;
|
11421
|
-
boostTokenDecimals?: number | undefined;
|
11422
11395
|
boostMultiplicator: number;
|
11423
11396
|
} | {
|
11424
11397
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
11425
11398
|
boostTokenAddress: string;
|
11426
|
-
boostTokenDecimals?: number | undefined;
|
11427
|
-
boostTokenSymbol?: string | undefined;
|
11428
11399
|
boostTokenChainId: number;
|
11429
11400
|
boostTokenThreshold: number;
|
11430
11401
|
boostConfiguration: {
|
@@ -11447,8 +11418,6 @@ export declare const v4: Elysia<"/v4", {
|
|
11447
11418
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
11448
11419
|
eligibilityTokenChainId: number;
|
11449
11420
|
eligibilityTokenAddress: string;
|
11450
|
-
eligibilityTokenSymbol?: string | undefined;
|
11451
|
-
eligibilityTokenDecimals?: number | undefined;
|
11452
11421
|
eligibilityTokenThreshold: number;
|
11453
11422
|
eligibilityDuration: number;
|
11454
11423
|
} | {
|
@@ -11631,14 +11600,10 @@ export declare const v4: Elysia<"/v4", {
|
|
11631
11600
|
hookType: import("@package/resources/enums").BOOST;
|
11632
11601
|
boostTokenChainId: number;
|
11633
11602
|
boostTokenAddress: string;
|
11634
|
-
boostTokenSymbol?: string | undefined;
|
11635
|
-
boostTokenDecimals?: number | undefined;
|
11636
11603
|
boostMultiplicator: number;
|
11637
11604
|
} | {
|
11638
11605
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
11639
11606
|
boostTokenAddress: string;
|
11640
|
-
boostTokenDecimals?: number | undefined;
|
11641
|
-
boostTokenSymbol?: string | undefined;
|
11642
11607
|
boostTokenChainId: number;
|
11643
11608
|
boostTokenThreshold: number;
|
11644
11609
|
boostConfiguration: {
|
@@ -11661,8 +11626,6 @@ export declare const v4: Elysia<"/v4", {
|
|
11661
11626
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
11662
11627
|
eligibilityTokenChainId: number;
|
11663
11628
|
eligibilityTokenAddress: string;
|
11664
|
-
eligibilityTokenSymbol?: string | undefined;
|
11665
|
-
eligibilityTokenDecimals?: number | undefined;
|
11666
11629
|
eligibilityTokenThreshold: number;
|
11667
11630
|
eligibilityDuration: number;
|
11668
11631
|
} | {
|
@@ -11844,14 +11807,10 @@ export declare const v4: Elysia<"/v4", {
|
|
11844
11807
|
hookType: import("@package/resources/enums").BOOST;
|
11845
11808
|
boostTokenChainId: number;
|
11846
11809
|
boostTokenAddress: string;
|
11847
|
-
boostTokenSymbol?: string | undefined;
|
11848
|
-
boostTokenDecimals?: number | undefined;
|
11849
11810
|
boostMultiplicator: number;
|
11850
11811
|
} | {
|
11851
11812
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
11852
11813
|
boostTokenAddress: string;
|
11853
|
-
boostTokenDecimals?: number | undefined;
|
11854
|
-
boostTokenSymbol?: string | undefined;
|
11855
11814
|
boostTokenChainId: number;
|
11856
11815
|
boostTokenThreshold: number;
|
11857
11816
|
boostConfiguration: {
|
@@ -11874,8 +11833,6 @@ export declare const v4: Elysia<"/v4", {
|
|
11874
11833
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
11875
11834
|
eligibilityTokenChainId: number;
|
11876
11835
|
eligibilityTokenAddress: string;
|
11877
|
-
eligibilityTokenSymbol?: string | undefined;
|
11878
|
-
eligibilityTokenDecimals?: number | undefined;
|
11879
11836
|
eligibilityTokenThreshold: number;
|
11880
11837
|
eligibilityDuration: number;
|
11881
11838
|
} | {
|
@@ -12061,14 +12018,10 @@ export declare const v4: Elysia<"/v4", {
|
|
12061
12018
|
hookType: import("@package/resources/enums").BOOST;
|
12062
12019
|
boostTokenChainId: number;
|
12063
12020
|
boostTokenAddress: string;
|
12064
|
-
boostTokenSymbol?: string | undefined;
|
12065
|
-
boostTokenDecimals?: number | undefined;
|
12066
12021
|
boostMultiplicator: number;
|
12067
12022
|
} | {
|
12068
12023
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
12069
12024
|
boostTokenAddress: string;
|
12070
|
-
boostTokenDecimals?: number | undefined;
|
12071
|
-
boostTokenSymbol?: string | undefined;
|
12072
12025
|
boostTokenChainId: number;
|
12073
12026
|
boostTokenThreshold: number;
|
12074
12027
|
boostConfiguration: {
|
@@ -12091,8 +12044,6 @@ export declare const v4: Elysia<"/v4", {
|
|
12091
12044
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
12092
12045
|
eligibilityTokenChainId: number;
|
12093
12046
|
eligibilityTokenAddress: string;
|
12094
|
-
eligibilityTokenSymbol?: string | undefined;
|
12095
|
-
eligibilityTokenDecimals?: number | undefined;
|
12096
12047
|
eligibilityTokenThreshold: number;
|
12097
12048
|
eligibilityDuration: number;
|
12098
12049
|
} | {
|
@@ -12275,14 +12226,10 @@ export declare const v4: Elysia<"/v4", {
|
|
12275
12226
|
hookType: import("@package/resources/enums").BOOST;
|
12276
12227
|
boostTokenChainId: number;
|
12277
12228
|
boostTokenAddress: string;
|
12278
|
-
boostTokenSymbol?: string | undefined;
|
12279
|
-
boostTokenDecimals?: number | undefined;
|
12280
12229
|
boostMultiplicator: number;
|
12281
12230
|
} | {
|
12282
12231
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
12283
12232
|
boostTokenAddress: string;
|
12284
|
-
boostTokenDecimals?: number | undefined;
|
12285
|
-
boostTokenSymbol?: string | undefined;
|
12286
12233
|
boostTokenChainId: number;
|
12287
12234
|
boostTokenThreshold: number;
|
12288
12235
|
boostConfiguration: {
|
@@ -12305,8 +12252,6 @@ export declare const v4: Elysia<"/v4", {
|
|
12305
12252
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
12306
12253
|
eligibilityTokenChainId: number;
|
12307
12254
|
eligibilityTokenAddress: string;
|
12308
|
-
eligibilityTokenSymbol?: string | undefined;
|
12309
|
-
eligibilityTokenDecimals?: number | undefined;
|
12310
12255
|
eligibilityTokenThreshold: number;
|
12311
12256
|
eligibilityDuration: number;
|
12312
12257
|
} | {
|
@@ -12489,14 +12434,10 @@ export declare const v4: Elysia<"/v4", {
|
|
12489
12434
|
hookType: import("@package/resources/enums").BOOST;
|
12490
12435
|
boostTokenChainId: number;
|
12491
12436
|
boostTokenAddress: string;
|
12492
|
-
boostTokenSymbol?: string | undefined;
|
12493
|
-
boostTokenDecimals?: number | undefined;
|
12494
12437
|
boostMultiplicator: number;
|
12495
12438
|
} | {
|
12496
12439
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
12497
12440
|
boostTokenAddress: string;
|
12498
|
-
boostTokenDecimals?: number | undefined;
|
12499
|
-
boostTokenSymbol?: string | undefined;
|
12500
12441
|
boostTokenChainId: number;
|
12501
12442
|
boostTokenThreshold: number;
|
12502
12443
|
boostConfiguration: {
|
@@ -12519,8 +12460,6 @@ export declare const v4: Elysia<"/v4", {
|
|
12519
12460
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
12520
12461
|
eligibilityTokenChainId: number;
|
12521
12462
|
eligibilityTokenAddress: string;
|
12522
|
-
eligibilityTokenSymbol?: string | undefined;
|
12523
|
-
eligibilityTokenDecimals?: number | undefined;
|
12524
12463
|
eligibilityTokenThreshold: number;
|
12525
12464
|
eligibilityDuration: number;
|
12526
12465
|
} | {
|
@@ -12710,14 +12649,10 @@ export declare const v4: Elysia<"/v4", {
|
|
12710
12649
|
hookType: import("@package/resources/enums").BOOST;
|
12711
12650
|
boostTokenChainId: number;
|
12712
12651
|
boostTokenAddress: string;
|
12713
|
-
boostTokenSymbol?: string | undefined;
|
12714
|
-
boostTokenDecimals?: number | undefined;
|
12715
12652
|
boostMultiplicator: number;
|
12716
12653
|
} | {
|
12717
12654
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
12718
12655
|
boostTokenAddress: string;
|
12719
|
-
boostTokenDecimals?: number | undefined;
|
12720
|
-
boostTokenSymbol?: string | undefined;
|
12721
12656
|
boostTokenChainId: number;
|
12722
12657
|
boostTokenThreshold: number;
|
12723
12658
|
boostConfiguration: {
|
@@ -12740,8 +12675,6 @@ export declare const v4: Elysia<"/v4", {
|
|
12740
12675
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
12741
12676
|
eligibilityTokenChainId: number;
|
12742
12677
|
eligibilityTokenAddress: string;
|
12743
|
-
eligibilityTokenSymbol?: string | undefined;
|
12744
|
-
eligibilityTokenDecimals?: number | undefined;
|
12745
12678
|
eligibilityTokenThreshold: number;
|
12746
12679
|
eligibilityDuration: number;
|
12747
12680
|
} | {
|
@@ -12924,14 +12857,10 @@ export declare const v4: Elysia<"/v4", {
|
|
12924
12857
|
hookType: import("@package/resources/enums").BOOST;
|
12925
12858
|
boostTokenChainId: number;
|
12926
12859
|
boostTokenAddress: string;
|
12927
|
-
boostTokenSymbol?: string | undefined;
|
12928
|
-
boostTokenDecimals?: number | undefined;
|
12929
12860
|
boostMultiplicator: number;
|
12930
12861
|
} | {
|
12931
12862
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
12932
12863
|
boostTokenAddress: string;
|
12933
|
-
boostTokenDecimals?: number | undefined;
|
12934
|
-
boostTokenSymbol?: string | undefined;
|
12935
12864
|
boostTokenChainId: number;
|
12936
12865
|
boostTokenThreshold: number;
|
12937
12866
|
boostConfiguration: {
|
@@ -12954,8 +12883,6 @@ export declare const v4: Elysia<"/v4", {
|
|
12954
12883
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
12955
12884
|
eligibilityTokenChainId: number;
|
12956
12885
|
eligibilityTokenAddress: string;
|
12957
|
-
eligibilityTokenSymbol?: string | undefined;
|
12958
|
-
eligibilityTokenDecimals?: number | undefined;
|
12959
12886
|
eligibilityTokenThreshold: number;
|
12960
12887
|
eligibilityDuration: number;
|
12961
12888
|
} | {
|
@@ -13135,14 +13062,10 @@ export declare const v4: Elysia<"/v4", {
|
|
13135
13062
|
hookType: import("@package/resources/enums").BOOST;
|
13136
13063
|
boostTokenChainId: number;
|
13137
13064
|
boostTokenAddress: string;
|
13138
|
-
boostTokenSymbol?: string | undefined;
|
13139
|
-
boostTokenDecimals?: number | undefined;
|
13140
13065
|
boostMultiplicator: number;
|
13141
13066
|
} | {
|
13142
13067
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
13143
13068
|
boostTokenAddress: string;
|
13144
|
-
boostTokenDecimals?: number | undefined;
|
13145
|
-
boostTokenSymbol?: string | undefined;
|
13146
13069
|
boostTokenChainId: number;
|
13147
13070
|
boostTokenThreshold: number;
|
13148
13071
|
boostConfiguration: {
|
@@ -13165,8 +13088,6 @@ export declare const v4: Elysia<"/v4", {
|
|
13165
13088
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
13166
13089
|
eligibilityTokenChainId: number;
|
13167
13090
|
eligibilityTokenAddress: string;
|
13168
|
-
eligibilityTokenSymbol?: string | undefined;
|
13169
|
-
eligibilityTokenDecimals?: number | undefined;
|
13170
13091
|
eligibilityTokenThreshold: number;
|
13171
13092
|
eligibilityDuration: number;
|
13172
13093
|
} | {
|
@@ -13348,14 +13269,10 @@ export declare const v4: Elysia<"/v4", {
|
|
13348
13269
|
hookType: import("@package/resources/enums").BOOST;
|
13349
13270
|
boostTokenChainId: number;
|
13350
13271
|
boostTokenAddress: string;
|
13351
|
-
boostTokenSymbol?: string | undefined;
|
13352
|
-
boostTokenDecimals?: number | undefined;
|
13353
13272
|
boostMultiplicator: number;
|
13354
13273
|
} | {
|
13355
13274
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
13356
13275
|
boostTokenAddress: string;
|
13357
|
-
boostTokenDecimals?: number | undefined;
|
13358
|
-
boostTokenSymbol?: string | undefined;
|
13359
13276
|
boostTokenChainId: number;
|
13360
13277
|
boostTokenThreshold: number;
|
13361
13278
|
boostConfiguration: {
|
@@ -13378,8 +13295,6 @@ export declare const v4: Elysia<"/v4", {
|
|
13378
13295
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
13379
13296
|
eligibilityTokenChainId: number;
|
13380
13297
|
eligibilityTokenAddress: string;
|
13381
|
-
eligibilityTokenSymbol?: string | undefined;
|
13382
|
-
eligibilityTokenDecimals?: number | undefined;
|
13383
13298
|
eligibilityTokenThreshold: number;
|
13384
13299
|
eligibilityDuration: number;
|
13385
13300
|
} | {
|
@@ -13562,14 +13477,10 @@ export declare const v4: Elysia<"/v4", {
|
|
13562
13477
|
hookType: import("@package/resources/enums").BOOST;
|
13563
13478
|
boostTokenChainId: number;
|
13564
13479
|
boostTokenAddress: string;
|
13565
|
-
boostTokenSymbol?: string | undefined;
|
13566
|
-
boostTokenDecimals?: number | undefined;
|
13567
13480
|
boostMultiplicator: number;
|
13568
13481
|
} | {
|
13569
13482
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
13570
13483
|
boostTokenAddress: string;
|
13571
|
-
boostTokenDecimals?: number | undefined;
|
13572
|
-
boostTokenSymbol?: string | undefined;
|
13573
13484
|
boostTokenChainId: number;
|
13574
13485
|
boostTokenThreshold: number;
|
13575
13486
|
boostConfiguration: {
|
@@ -13592,8 +13503,6 @@ export declare const v4: Elysia<"/v4", {
|
|
13592
13503
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
13593
13504
|
eligibilityTokenChainId: number;
|
13594
13505
|
eligibilityTokenAddress: string;
|
13595
|
-
eligibilityTokenSymbol?: string | undefined;
|
13596
|
-
eligibilityTokenDecimals?: number | undefined;
|
13597
13506
|
eligibilityTokenThreshold: number;
|
13598
13507
|
eligibilityDuration: number;
|
13599
13508
|
} | {
|
@@ -13779,14 +13688,10 @@ export declare const v4: Elysia<"/v4", {
|
|
13779
13688
|
hookType: import("@package/resources/enums").BOOST;
|
13780
13689
|
boostTokenChainId: number;
|
13781
13690
|
boostTokenAddress: string;
|
13782
|
-
boostTokenSymbol?: string | undefined;
|
13783
|
-
boostTokenDecimals?: number | undefined;
|
13784
13691
|
boostMultiplicator: number;
|
13785
13692
|
} | {
|
13786
13693
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
13787
13694
|
boostTokenAddress: string;
|
13788
|
-
boostTokenDecimals?: number | undefined;
|
13789
|
-
boostTokenSymbol?: string | undefined;
|
13790
13695
|
boostTokenChainId: number;
|
13791
13696
|
boostTokenThreshold: number;
|
13792
13697
|
boostConfiguration: {
|
@@ -13809,8 +13714,6 @@ export declare const v4: Elysia<"/v4", {
|
|
13809
13714
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
13810
13715
|
eligibilityTokenChainId: number;
|
13811
13716
|
eligibilityTokenAddress: string;
|
13812
|
-
eligibilityTokenSymbol?: string | undefined;
|
13813
|
-
eligibilityTokenDecimals?: number | undefined;
|
13814
13717
|
eligibilityTokenThreshold: number;
|
13815
13718
|
eligibilityDuration: number;
|
13816
13719
|
} | {
|
@@ -13994,14 +13897,10 @@ export declare const v4: Elysia<"/v4", {
|
|
13994
13897
|
hookType: import("@package/resources/enums").BOOST;
|
13995
13898
|
boostTokenChainId: number;
|
13996
13899
|
boostTokenAddress: string;
|
13997
|
-
boostTokenSymbol?: string | undefined;
|
13998
|
-
boostTokenDecimals?: number | undefined;
|
13999
13900
|
boostMultiplicator: number;
|
14000
13901
|
} | {
|
14001
13902
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
14002
13903
|
boostTokenAddress: string;
|
14003
|
-
boostTokenDecimals?: number | undefined;
|
14004
|
-
boostTokenSymbol?: string | undefined;
|
14005
13904
|
boostTokenChainId: number;
|
14006
13905
|
boostTokenThreshold: number;
|
14007
13906
|
boostConfiguration: {
|
@@ -14024,8 +13923,6 @@ export declare const v4: Elysia<"/v4", {
|
|
14024
13923
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
14025
13924
|
eligibilityTokenChainId: number;
|
14026
13925
|
eligibilityTokenAddress: string;
|
14027
|
-
eligibilityTokenSymbol?: string | undefined;
|
14028
|
-
eligibilityTokenDecimals?: number | undefined;
|
14029
13926
|
eligibilityTokenThreshold: number;
|
14030
13927
|
eligibilityDuration: number;
|
14031
13928
|
} | {
|
@@ -14208,14 +14105,10 @@ export declare const v4: Elysia<"/v4", {
|
|
14208
14105
|
hookType: import("@package/resources/enums").BOOST;
|
14209
14106
|
boostTokenChainId: number;
|
14210
14107
|
boostTokenAddress: string;
|
14211
|
-
boostTokenSymbol?: string | undefined;
|
14212
|
-
boostTokenDecimals?: number | undefined;
|
14213
14108
|
boostMultiplicator: number;
|
14214
14109
|
} | {
|
14215
14110
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
14216
14111
|
boostTokenAddress: string;
|
14217
|
-
boostTokenDecimals?: number | undefined;
|
14218
|
-
boostTokenSymbol?: string | undefined;
|
14219
14112
|
boostTokenChainId: number;
|
14220
14113
|
boostTokenThreshold: number;
|
14221
14114
|
boostConfiguration: {
|
@@ -14238,8 +14131,6 @@ export declare const v4: Elysia<"/v4", {
|
|
14238
14131
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
14239
14132
|
eligibilityTokenChainId: number;
|
14240
14133
|
eligibilityTokenAddress: string;
|
14241
|
-
eligibilityTokenSymbol?: string | undefined;
|
14242
|
-
eligibilityTokenDecimals?: number | undefined;
|
14243
14134
|
eligibilityTokenThreshold: number;
|
14244
14135
|
eligibilityDuration: number;
|
14245
14136
|
} | {
|
@@ -14425,14 +14316,10 @@ export declare const v4: Elysia<"/v4", {
|
|
14425
14316
|
hookType: import("@package/resources/enums").BOOST;
|
14426
14317
|
boostTokenChainId: number;
|
14427
14318
|
boostTokenAddress: string;
|
14428
|
-
boostTokenSymbol?: string | undefined;
|
14429
|
-
boostTokenDecimals?: number | undefined;
|
14430
14319
|
boostMultiplicator: number;
|
14431
14320
|
} | {
|
14432
14321
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
14433
14322
|
boostTokenAddress: string;
|
14434
|
-
boostTokenDecimals?: number | undefined;
|
14435
|
-
boostTokenSymbol?: string | undefined;
|
14436
14323
|
boostTokenChainId: number;
|
14437
14324
|
boostTokenThreshold: number;
|
14438
14325
|
boostConfiguration: {
|
@@ -14455,8 +14342,6 @@ export declare const v4: Elysia<"/v4", {
|
|
14455
14342
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
14456
14343
|
eligibilityTokenChainId: number;
|
14457
14344
|
eligibilityTokenAddress: string;
|
14458
|
-
eligibilityTokenSymbol?: string | undefined;
|
14459
|
-
eligibilityTokenDecimals?: number | undefined;
|
14460
14345
|
eligibilityTokenThreshold: number;
|
14461
14346
|
eligibilityDuration: number;
|
14462
14347
|
} | {
|
@@ -14639,14 +14524,10 @@ export declare const v4: Elysia<"/v4", {
|
|
14639
14524
|
hookType: import("@package/resources/enums").BOOST;
|
14640
14525
|
boostTokenChainId: number;
|
14641
14526
|
boostTokenAddress: string;
|
14642
|
-
boostTokenSymbol?: string | undefined;
|
14643
|
-
boostTokenDecimals?: number | undefined;
|
14644
14527
|
boostMultiplicator: number;
|
14645
14528
|
} | {
|
14646
14529
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
14647
14530
|
boostTokenAddress: string;
|
14648
|
-
boostTokenDecimals?: number | undefined;
|
14649
|
-
boostTokenSymbol?: string | undefined;
|
14650
14531
|
boostTokenChainId: number;
|
14651
14532
|
boostTokenThreshold: number;
|
14652
14533
|
boostConfiguration: {
|
@@ -14669,8 +14550,6 @@ export declare const v4: Elysia<"/v4", {
|
|
14669
14550
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
14670
14551
|
eligibilityTokenChainId: number;
|
14671
14552
|
eligibilityTokenAddress: string;
|
14672
|
-
eligibilityTokenSymbol?: string | undefined;
|
14673
|
-
eligibilityTokenDecimals?: number | undefined;
|
14674
14553
|
eligibilityTokenThreshold: number;
|
14675
14554
|
eligibilityDuration: number;
|
14676
14555
|
} | {
|
@@ -14855,14 +14734,10 @@ export declare const v4: Elysia<"/v4", {
|
|
14855
14734
|
hookType: import("@package/resources/enums").BOOST;
|
14856
14735
|
boostTokenChainId: number;
|
14857
14736
|
boostTokenAddress: string;
|
14858
|
-
boostTokenSymbol?: string | undefined;
|
14859
|
-
boostTokenDecimals?: number | undefined;
|
14860
14737
|
boostMultiplicator: number;
|
14861
14738
|
} | {
|
14862
14739
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
14863
14740
|
boostTokenAddress: string;
|
14864
|
-
boostTokenDecimals?: number | undefined;
|
14865
|
-
boostTokenSymbol?: string | undefined;
|
14866
14741
|
boostTokenChainId: number;
|
14867
14742
|
boostTokenThreshold: number;
|
14868
14743
|
boostConfiguration: {
|
@@ -14885,8 +14760,6 @@ export declare const v4: Elysia<"/v4", {
|
|
14885
14760
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
14886
14761
|
eligibilityTokenChainId: number;
|
14887
14762
|
eligibilityTokenAddress: string;
|
14888
|
-
eligibilityTokenSymbol?: string | undefined;
|
14889
|
-
eligibilityTokenDecimals?: number | undefined;
|
14890
14763
|
eligibilityTokenThreshold: number;
|
14891
14764
|
eligibilityDuration: number;
|
14892
14765
|
} | {
|
@@ -15070,14 +14943,10 @@ export declare const v4: Elysia<"/v4", {
|
|
15070
14943
|
hookType: import("@package/resources/enums").BOOST;
|
15071
14944
|
boostTokenChainId: number;
|
15072
14945
|
boostTokenAddress: string;
|
15073
|
-
boostTokenSymbol?: string | undefined;
|
15074
|
-
boostTokenDecimals?: number | undefined;
|
15075
14946
|
boostMultiplicator: number;
|
15076
14947
|
} | {
|
15077
14948
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
15078
14949
|
boostTokenAddress: string;
|
15079
|
-
boostTokenDecimals?: number | undefined;
|
15080
|
-
boostTokenSymbol?: string | undefined;
|
15081
14950
|
boostTokenChainId: number;
|
15082
14951
|
boostTokenThreshold: number;
|
15083
14952
|
boostConfiguration: {
|
@@ -15100,8 +14969,6 @@ export declare const v4: Elysia<"/v4", {
|
|
15100
14969
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
15101
14970
|
eligibilityTokenChainId: number;
|
15102
14971
|
eligibilityTokenAddress: string;
|
15103
|
-
eligibilityTokenSymbol?: string | undefined;
|
15104
|
-
eligibilityTokenDecimals?: number | undefined;
|
15105
14972
|
eligibilityTokenThreshold: number;
|
15106
14973
|
eligibilityDuration: number;
|
15107
14974
|
} | {
|
@@ -15284,14 +15151,10 @@ export declare const v4: Elysia<"/v4", {
|
|
15284
15151
|
hookType: import("@package/resources/enums").BOOST;
|
15285
15152
|
boostTokenChainId: number;
|
15286
15153
|
boostTokenAddress: string;
|
15287
|
-
boostTokenSymbol?: string | undefined;
|
15288
|
-
boostTokenDecimals?: number | undefined;
|
15289
15154
|
boostMultiplicator: number;
|
15290
15155
|
} | {
|
15291
15156
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
15292
15157
|
boostTokenAddress: string;
|
15293
|
-
boostTokenDecimals?: number | undefined;
|
15294
|
-
boostTokenSymbol?: string | undefined;
|
15295
15158
|
boostTokenChainId: number;
|
15296
15159
|
boostTokenThreshold: number;
|
15297
15160
|
boostConfiguration: {
|
@@ -15314,8 +15177,6 @@ export declare const v4: Elysia<"/v4", {
|
|
15314
15177
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
15315
15178
|
eligibilityTokenChainId: number;
|
15316
15179
|
eligibilityTokenAddress: string;
|
15317
|
-
eligibilityTokenSymbol?: string | undefined;
|
15318
|
-
eligibilityTokenDecimals?: number | undefined;
|
15319
15180
|
eligibilityTokenThreshold: number;
|
15320
15181
|
eligibilityDuration: number;
|
15321
15182
|
} | {
|
@@ -15498,14 +15359,10 @@ export declare const v4: Elysia<"/v4", {
|
|
15498
15359
|
hookType: import("@package/resources/enums").BOOST;
|
15499
15360
|
boostTokenChainId: number;
|
15500
15361
|
boostTokenAddress: string;
|
15501
|
-
boostTokenSymbol?: string | undefined;
|
15502
|
-
boostTokenDecimals?: number | undefined;
|
15503
15362
|
boostMultiplicator: number;
|
15504
15363
|
} | {
|
15505
15364
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
15506
15365
|
boostTokenAddress: string;
|
15507
|
-
boostTokenDecimals?: number | undefined;
|
15508
|
-
boostTokenSymbol?: string | undefined;
|
15509
15366
|
boostTokenChainId: number;
|
15510
15367
|
boostTokenThreshold: number;
|
15511
15368
|
boostConfiguration: {
|
@@ -15528,8 +15385,6 @@ export declare const v4: Elysia<"/v4", {
|
|
15528
15385
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
15529
15386
|
eligibilityTokenChainId: number;
|
15530
15387
|
eligibilityTokenAddress: string;
|
15531
|
-
eligibilityTokenSymbol?: string | undefined;
|
15532
|
-
eligibilityTokenDecimals?: number | undefined;
|
15533
15388
|
eligibilityTokenThreshold: number;
|
15534
15389
|
eligibilityDuration: number;
|
15535
15390
|
} | {
|
@@ -15712,14 +15567,10 @@ export declare const v4: Elysia<"/v4", {
|
|
15712
15567
|
hookType: import("@package/resources/enums").BOOST;
|
15713
15568
|
boostTokenChainId: number;
|
15714
15569
|
boostTokenAddress: string;
|
15715
|
-
boostTokenSymbol?: string | undefined;
|
15716
|
-
boostTokenDecimals?: number | undefined;
|
15717
15570
|
boostMultiplicator: number;
|
15718
15571
|
} | {
|
15719
15572
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
15720
15573
|
boostTokenAddress: string;
|
15721
|
-
boostTokenDecimals?: number | undefined;
|
15722
|
-
boostTokenSymbol?: string | undefined;
|
15723
15574
|
boostTokenChainId: number;
|
15724
15575
|
boostTokenThreshold: number;
|
15725
15576
|
boostConfiguration: {
|
@@ -15742,8 +15593,6 @@ export declare const v4: Elysia<"/v4", {
|
|
15742
15593
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
15743
15594
|
eligibilityTokenChainId: number;
|
15744
15595
|
eligibilityTokenAddress: string;
|
15745
|
-
eligibilityTokenSymbol?: string | undefined;
|
15746
|
-
eligibilityTokenDecimals?: number | undefined;
|
15747
15596
|
eligibilityTokenThreshold: number;
|
15748
15597
|
eligibilityDuration: number;
|
15749
15598
|
} | {
|
@@ -15927,14 +15776,10 @@ export declare const v4: Elysia<"/v4", {
|
|
15927
15776
|
hookType: import("@package/resources/enums").BOOST;
|
15928
15777
|
boostTokenChainId: number;
|
15929
15778
|
boostTokenAddress: string;
|
15930
|
-
boostTokenSymbol?: string | undefined;
|
15931
|
-
boostTokenDecimals?: number | undefined;
|
15932
15779
|
boostMultiplicator: number;
|
15933
15780
|
} | {
|
15934
15781
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
15935
15782
|
boostTokenAddress: string;
|
15936
|
-
boostTokenDecimals?: number | undefined;
|
15937
|
-
boostTokenSymbol?: string | undefined;
|
15938
15783
|
boostTokenChainId: number;
|
15939
15784
|
boostTokenThreshold: number;
|
15940
15785
|
boostConfiguration: {
|
@@ -15957,8 +15802,6 @@ export declare const v4: Elysia<"/v4", {
|
|
15957
15802
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
15958
15803
|
eligibilityTokenChainId: number;
|
15959
15804
|
eligibilityTokenAddress: string;
|
15960
|
-
eligibilityTokenSymbol?: string | undefined;
|
15961
|
-
eligibilityTokenDecimals?: number | undefined;
|
15962
15805
|
eligibilityTokenThreshold: number;
|
15963
15806
|
eligibilityDuration: number;
|
15964
15807
|
} | {
|
@@ -16145,14 +15988,10 @@ export declare const v4: Elysia<"/v4", {
|
|
16145
15988
|
hookType: import("@package/resources/enums").BOOST;
|
16146
15989
|
boostTokenChainId: number;
|
16147
15990
|
boostTokenAddress: string;
|
16148
|
-
boostTokenSymbol?: string | undefined;
|
16149
|
-
boostTokenDecimals?: number | undefined;
|
16150
15991
|
boostMultiplicator: number;
|
16151
15992
|
} | {
|
16152
15993
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
16153
15994
|
boostTokenAddress: string;
|
16154
|
-
boostTokenDecimals?: number | undefined;
|
16155
|
-
boostTokenSymbol?: string | undefined;
|
16156
15995
|
boostTokenChainId: number;
|
16157
15996
|
boostTokenThreshold: number;
|
16158
15997
|
boostConfiguration: {
|
@@ -16175,8 +16014,6 @@ export declare const v4: Elysia<"/v4", {
|
|
16175
16014
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
16176
16015
|
eligibilityTokenChainId: number;
|
16177
16016
|
eligibilityTokenAddress: string;
|
16178
|
-
eligibilityTokenSymbol?: string | undefined;
|
16179
|
-
eligibilityTokenDecimals?: number | undefined;
|
16180
16017
|
eligibilityTokenThreshold: number;
|
16181
16018
|
eligibilityDuration: number;
|
16182
16019
|
} | {
|
@@ -16358,14 +16195,10 @@ export declare const v4: Elysia<"/v4", {
|
|
16358
16195
|
hookType: import("@package/resources/enums").BOOST;
|
16359
16196
|
boostTokenChainId: number;
|
16360
16197
|
boostTokenAddress: string;
|
16361
|
-
boostTokenSymbol?: string | undefined;
|
16362
|
-
boostTokenDecimals?: number | undefined;
|
16363
16198
|
boostMultiplicator: number;
|
16364
16199
|
} | {
|
16365
16200
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
16366
16201
|
boostTokenAddress: string;
|
16367
|
-
boostTokenDecimals?: number | undefined;
|
16368
|
-
boostTokenSymbol?: string | undefined;
|
16369
16202
|
boostTokenChainId: number;
|
16370
16203
|
boostTokenThreshold: number;
|
16371
16204
|
boostConfiguration: {
|
@@ -16388,8 +16221,6 @@ export declare const v4: Elysia<"/v4", {
|
|
16388
16221
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
16389
16222
|
eligibilityTokenChainId: number;
|
16390
16223
|
eligibilityTokenAddress: string;
|
16391
|
-
eligibilityTokenSymbol?: string | undefined;
|
16392
|
-
eligibilityTokenDecimals?: number | undefined;
|
16393
16224
|
eligibilityTokenThreshold: number;
|
16394
16225
|
eligibilityDuration: number;
|
16395
16226
|
} | {
|
@@ -16571,14 +16402,10 @@ export declare const v4: Elysia<"/v4", {
|
|
16571
16402
|
hookType: import("@package/resources/enums").BOOST;
|
16572
16403
|
boostTokenChainId: number;
|
16573
16404
|
boostTokenAddress: string;
|
16574
|
-
boostTokenSymbol?: string | undefined;
|
16575
|
-
boostTokenDecimals?: number | undefined;
|
16576
16405
|
boostMultiplicator: number;
|
16577
16406
|
} | {
|
16578
16407
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
16579
16408
|
boostTokenAddress: string;
|
16580
|
-
boostTokenDecimals?: number | undefined;
|
16581
|
-
boostTokenSymbol?: string | undefined;
|
16582
16409
|
boostTokenChainId: number;
|
16583
16410
|
boostTokenThreshold: number;
|
16584
16411
|
boostConfiguration: {
|
@@ -16601,8 +16428,6 @@ export declare const v4: Elysia<"/v4", {
|
|
16601
16428
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
16602
16429
|
eligibilityTokenChainId: number;
|
16603
16430
|
eligibilityTokenAddress: string;
|
16604
|
-
eligibilityTokenSymbol?: string | undefined;
|
16605
|
-
eligibilityTokenDecimals?: number | undefined;
|
16606
16431
|
eligibilityTokenThreshold: number;
|
16607
16432
|
eligibilityDuration: number;
|
16608
16433
|
} | {
|
@@ -16784,14 +16609,10 @@ export declare const v4: Elysia<"/v4", {
|
|
16784
16609
|
hookType: import("@package/resources/enums").BOOST;
|
16785
16610
|
boostTokenChainId: number;
|
16786
16611
|
boostTokenAddress: string;
|
16787
|
-
boostTokenSymbol?: string | undefined;
|
16788
|
-
boostTokenDecimals?: number | undefined;
|
16789
16612
|
boostMultiplicator: number;
|
16790
16613
|
} | {
|
16791
16614
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
16792
16615
|
boostTokenAddress: string;
|
16793
|
-
boostTokenDecimals?: number | undefined;
|
16794
|
-
boostTokenSymbol?: string | undefined;
|
16795
16616
|
boostTokenChainId: number;
|
16796
16617
|
boostTokenThreshold: number;
|
16797
16618
|
boostConfiguration: {
|
@@ -16814,8 +16635,6 @@ export declare const v4: Elysia<"/v4", {
|
|
16814
16635
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
16815
16636
|
eligibilityTokenChainId: number;
|
16816
16637
|
eligibilityTokenAddress: string;
|
16817
|
-
eligibilityTokenSymbol?: string | undefined;
|
16818
|
-
eligibilityTokenDecimals?: number | undefined;
|
16819
16638
|
eligibilityTokenThreshold: number;
|
16820
16639
|
eligibilityDuration: number;
|
16821
16640
|
} | {
|
@@ -17000,14 +16819,10 @@ export declare const v4: Elysia<"/v4", {
|
|
17000
16819
|
hookType: import("@package/resources/enums").BOOST;
|
17001
16820
|
boostTokenChainId: number;
|
17002
16821
|
boostTokenAddress: string;
|
17003
|
-
boostTokenSymbol?: string | undefined;
|
17004
|
-
boostTokenDecimals?: number | undefined;
|
17005
16822
|
boostMultiplicator: number;
|
17006
16823
|
} | {
|
17007
16824
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
17008
16825
|
boostTokenAddress: string;
|
17009
|
-
boostTokenDecimals?: number | undefined;
|
17010
|
-
boostTokenSymbol?: string | undefined;
|
17011
16826
|
boostTokenChainId: number;
|
17012
16827
|
boostTokenThreshold: number;
|
17013
16828
|
boostConfiguration: {
|
@@ -17030,8 +16845,6 @@ export declare const v4: Elysia<"/v4", {
|
|
17030
16845
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
17031
16846
|
eligibilityTokenChainId: number;
|
17032
16847
|
eligibilityTokenAddress: string;
|
17033
|
-
eligibilityTokenSymbol?: string | undefined;
|
17034
|
-
eligibilityTokenDecimals?: number | undefined;
|
17035
16848
|
eligibilityTokenThreshold: number;
|
17036
16849
|
eligibilityDuration: number;
|
17037
16850
|
} | {
|
@@ -17213,14 +17026,10 @@ export declare const v4: Elysia<"/v4", {
|
|
17213
17026
|
hookType: import("@package/resources/enums").BOOST;
|
17214
17027
|
boostTokenChainId: number;
|
17215
17028
|
boostTokenAddress: string;
|
17216
|
-
boostTokenSymbol?: string | undefined;
|
17217
|
-
boostTokenDecimals?: number | undefined;
|
17218
17029
|
boostMultiplicator: number;
|
17219
17030
|
} | {
|
17220
17031
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
17221
17032
|
boostTokenAddress: string;
|
17222
|
-
boostTokenDecimals?: number | undefined;
|
17223
|
-
boostTokenSymbol?: string | undefined;
|
17224
17033
|
boostTokenChainId: number;
|
17225
17034
|
boostTokenThreshold: number;
|
17226
17035
|
boostConfiguration: {
|
@@ -17243,8 +17052,6 @@ export declare const v4: Elysia<"/v4", {
|
|
17243
17052
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
17244
17053
|
eligibilityTokenChainId: number;
|
17245
17054
|
eligibilityTokenAddress: string;
|
17246
|
-
eligibilityTokenSymbol?: string | undefined;
|
17247
|
-
eligibilityTokenDecimals?: number | undefined;
|
17248
17055
|
eligibilityTokenThreshold: number;
|
17249
17056
|
eligibilityDuration: number;
|
17250
17057
|
} | {
|
@@ -17429,14 +17236,10 @@ export declare const v4: Elysia<"/v4", {
|
|
17429
17236
|
hookType: import("@package/resources/enums").BOOST;
|
17430
17237
|
boostTokenChainId: number;
|
17431
17238
|
boostTokenAddress: string;
|
17432
|
-
boostTokenSymbol?: string | undefined;
|
17433
|
-
boostTokenDecimals?: number | undefined;
|
17434
17239
|
boostMultiplicator: number;
|
17435
17240
|
} | {
|
17436
17241
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
17437
17242
|
boostTokenAddress: string;
|
17438
|
-
boostTokenDecimals?: number | undefined;
|
17439
|
-
boostTokenSymbol?: string | undefined;
|
17440
17243
|
boostTokenChainId: number;
|
17441
17244
|
boostTokenThreshold: number;
|
17442
17245
|
boostConfiguration: {
|
@@ -17459,8 +17262,6 @@ export declare const v4: Elysia<"/v4", {
|
|
17459
17262
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
17460
17263
|
eligibilityTokenChainId: number;
|
17461
17264
|
eligibilityTokenAddress: string;
|
17462
|
-
eligibilityTokenSymbol?: string | undefined;
|
17463
|
-
eligibilityTokenDecimals?: number | undefined;
|
17464
17265
|
eligibilityTokenThreshold: number;
|
17465
17266
|
eligibilityDuration: number;
|
17466
17267
|
} | {
|
@@ -17650,14 +17451,10 @@ export declare const v4: Elysia<"/v4", {
|
|
17650
17451
|
hookType: import("@package/resources/enums").BOOST;
|
17651
17452
|
boostTokenChainId: number;
|
17652
17453
|
boostTokenAddress: string;
|
17653
|
-
boostTokenSymbol?: string | undefined;
|
17654
|
-
boostTokenDecimals?: number | undefined;
|
17655
17454
|
boostMultiplicator: number;
|
17656
17455
|
} | {
|
17657
17456
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
17658
17457
|
boostTokenAddress: string;
|
17659
|
-
boostTokenDecimals?: number | undefined;
|
17660
|
-
boostTokenSymbol?: string | undefined;
|
17661
17458
|
boostTokenChainId: number;
|
17662
17459
|
boostTokenThreshold: number;
|
17663
17460
|
boostConfiguration: {
|
@@ -17680,8 +17477,6 @@ export declare const v4: Elysia<"/v4", {
|
|
17680
17477
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
17681
17478
|
eligibilityTokenChainId: number;
|
17682
17479
|
eligibilityTokenAddress: string;
|
17683
|
-
eligibilityTokenSymbol?: string | undefined;
|
17684
|
-
eligibilityTokenDecimals?: number | undefined;
|
17685
17480
|
eligibilityTokenThreshold: number;
|
17686
17481
|
eligibilityDuration: number;
|
17687
17482
|
} | {
|
@@ -17866,14 +17661,10 @@ export declare const v4: Elysia<"/v4", {
|
|
17866
17661
|
hookType: import("@package/resources/enums").BOOST;
|
17867
17662
|
boostTokenChainId: number;
|
17868
17663
|
boostTokenAddress: string;
|
17869
|
-
boostTokenSymbol?: string | undefined;
|
17870
|
-
boostTokenDecimals?: number | undefined;
|
17871
17664
|
boostMultiplicator: number;
|
17872
17665
|
} | {
|
17873
17666
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
17874
17667
|
boostTokenAddress: string;
|
17875
|
-
boostTokenDecimals?: number | undefined;
|
17876
|
-
boostTokenSymbol?: string | undefined;
|
17877
17668
|
boostTokenChainId: number;
|
17878
17669
|
boostTokenThreshold: number;
|
17879
17670
|
boostConfiguration: {
|
@@ -17896,8 +17687,6 @@ export declare const v4: Elysia<"/v4", {
|
|
17896
17687
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
17897
17688
|
eligibilityTokenChainId: number;
|
17898
17689
|
eligibilityTokenAddress: string;
|
17899
|
-
eligibilityTokenSymbol?: string | undefined;
|
17900
|
-
eligibilityTokenDecimals?: number | undefined;
|
17901
17690
|
eligibilityTokenThreshold: number;
|
17902
17691
|
eligibilityDuration: number;
|
17903
17692
|
} | {
|
@@ -18085,14 +17874,10 @@ export declare const v4: Elysia<"/v4", {
|
|
18085
17874
|
hookType: import("@package/resources/enums").BOOST;
|
18086
17875
|
boostTokenChainId: number;
|
18087
17876
|
boostTokenAddress: string;
|
18088
|
-
boostTokenSymbol?: string | undefined;
|
18089
|
-
boostTokenDecimals?: number | undefined;
|
18090
17877
|
boostMultiplicator: number;
|
18091
17878
|
} | {
|
18092
17879
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
18093
17880
|
boostTokenAddress: string;
|
18094
|
-
boostTokenDecimals?: number | undefined;
|
18095
|
-
boostTokenSymbol?: string | undefined;
|
18096
17881
|
boostTokenChainId: number;
|
18097
17882
|
boostTokenThreshold: number;
|
18098
17883
|
boostConfiguration: {
|
@@ -18115,8 +17900,6 @@ export declare const v4: Elysia<"/v4", {
|
|
18115
17900
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
18116
17901
|
eligibilityTokenChainId: number;
|
18117
17902
|
eligibilityTokenAddress: string;
|
18118
|
-
eligibilityTokenSymbol?: string | undefined;
|
18119
|
-
eligibilityTokenDecimals?: number | undefined;
|
18120
17903
|
eligibilityTokenThreshold: number;
|
18121
17904
|
eligibilityDuration: number;
|
18122
17905
|
} | {
|
@@ -18295,14 +18078,10 @@ export declare const v4: Elysia<"/v4", {
|
|
18295
18078
|
hookType: import("@package/resources/enums").BOOST;
|
18296
18079
|
boostTokenChainId: number;
|
18297
18080
|
boostTokenAddress: string;
|
18298
|
-
boostTokenSymbol?: string | undefined;
|
18299
|
-
boostTokenDecimals?: number | undefined;
|
18300
18081
|
boostMultiplicator: number;
|
18301
18082
|
} | {
|
18302
18083
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
18303
18084
|
boostTokenAddress: string;
|
18304
|
-
boostTokenDecimals?: number | undefined;
|
18305
|
-
boostTokenSymbol?: string | undefined;
|
18306
18085
|
boostTokenChainId: number;
|
18307
18086
|
boostTokenThreshold: number;
|
18308
18087
|
boostConfiguration: {
|
@@ -18325,8 +18104,6 @@ export declare const v4: Elysia<"/v4", {
|
|
18325
18104
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
18326
18105
|
eligibilityTokenChainId: number;
|
18327
18106
|
eligibilityTokenAddress: string;
|
18328
|
-
eligibilityTokenSymbol?: string | undefined;
|
18329
|
-
eligibilityTokenDecimals?: number | undefined;
|
18330
18107
|
eligibilityTokenThreshold: number;
|
18331
18108
|
eligibilityDuration: number;
|
18332
18109
|
} | {
|
@@ -18514,14 +18291,10 @@ export declare const v4: Elysia<"/v4", {
|
|
18514
18291
|
hookType: import("@package/resources/enums").BOOST;
|
18515
18292
|
boostTokenChainId: number;
|
18516
18293
|
boostTokenAddress: string;
|
18517
|
-
boostTokenSymbol?: string | undefined;
|
18518
|
-
boostTokenDecimals?: number | undefined;
|
18519
18294
|
boostMultiplicator: number;
|
18520
18295
|
} | {
|
18521
18296
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
18522
18297
|
boostTokenAddress: string;
|
18523
|
-
boostTokenDecimals?: number | undefined;
|
18524
|
-
boostTokenSymbol?: string | undefined;
|
18525
18298
|
boostTokenChainId: number;
|
18526
18299
|
boostTokenThreshold: number;
|
18527
18300
|
boostConfiguration: {
|
@@ -18544,8 +18317,6 @@ export declare const v4: Elysia<"/v4", {
|
|
18544
18317
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
18545
18318
|
eligibilityTokenChainId: number;
|
18546
18319
|
eligibilityTokenAddress: string;
|
18547
|
-
eligibilityTokenSymbol?: string | undefined;
|
18548
|
-
eligibilityTokenDecimals?: number | undefined;
|
18549
18320
|
eligibilityTokenThreshold: number;
|
18550
18321
|
eligibilityDuration: number;
|
18551
18322
|
} | {
|
@@ -18727,14 +18498,10 @@ export declare const v4: Elysia<"/v4", {
|
|
18727
18498
|
hookType: import("@package/resources/enums").BOOST;
|
18728
18499
|
boostTokenChainId: number;
|
18729
18500
|
boostTokenAddress: string;
|
18730
|
-
boostTokenSymbol?: string | undefined;
|
18731
|
-
boostTokenDecimals?: number | undefined;
|
18732
18501
|
boostMultiplicator: number;
|
18733
18502
|
} | {
|
18734
18503
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
18735
18504
|
boostTokenAddress: string;
|
18736
|
-
boostTokenDecimals?: number | undefined;
|
18737
|
-
boostTokenSymbol?: string | undefined;
|
18738
18505
|
boostTokenChainId: number;
|
18739
18506
|
boostTokenThreshold: number;
|
18740
18507
|
boostConfiguration: {
|
@@ -18757,8 +18524,6 @@ export declare const v4: Elysia<"/v4", {
|
|
18757
18524
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
18758
18525
|
eligibilityTokenChainId: number;
|
18759
18526
|
eligibilityTokenAddress: string;
|
18760
|
-
eligibilityTokenSymbol?: string | undefined;
|
18761
|
-
eligibilityTokenDecimals?: number | undefined;
|
18762
18527
|
eligibilityTokenThreshold: number;
|
18763
18528
|
eligibilityDuration: number;
|
18764
18529
|
} | {
|
@@ -18941,14 +18706,10 @@ export declare const v4: Elysia<"/v4", {
|
|
18941
18706
|
hookType: import("@package/resources/enums").BOOST;
|
18942
18707
|
boostTokenChainId: number;
|
18943
18708
|
boostTokenAddress: string;
|
18944
|
-
boostTokenSymbol?: string | undefined;
|
18945
|
-
boostTokenDecimals?: number | undefined;
|
18946
18709
|
boostMultiplicator: number;
|
18947
18710
|
} | {
|
18948
18711
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
18949
18712
|
boostTokenAddress: string;
|
18950
|
-
boostTokenDecimals?: number | undefined;
|
18951
|
-
boostTokenSymbol?: string | undefined;
|
18952
18713
|
boostTokenChainId: number;
|
18953
18714
|
boostTokenThreshold: number;
|
18954
18715
|
boostConfiguration: {
|
@@ -18971,8 +18732,6 @@ export declare const v4: Elysia<"/v4", {
|
|
18971
18732
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
18972
18733
|
eligibilityTokenChainId: number;
|
18973
18734
|
eligibilityTokenAddress: string;
|
18974
|
-
eligibilityTokenSymbol?: string | undefined;
|
18975
|
-
eligibilityTokenDecimals?: number | undefined;
|
18976
18735
|
eligibilityTokenThreshold: number;
|
18977
18736
|
eligibilityDuration: number;
|
18978
18737
|
} | {
|
@@ -19157,14 +18916,10 @@ export declare const v4: Elysia<"/v4", {
|
|
19157
18916
|
hookType: import("@package/resources/enums").BOOST;
|
19158
18917
|
boostTokenChainId: number;
|
19159
18918
|
boostTokenAddress: string;
|
19160
|
-
boostTokenSymbol?: string | undefined;
|
19161
|
-
boostTokenDecimals?: number | undefined;
|
19162
18919
|
boostMultiplicator: number;
|
19163
18920
|
} | {
|
19164
18921
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
19165
18922
|
boostTokenAddress: string;
|
19166
|
-
boostTokenDecimals?: number | undefined;
|
19167
|
-
boostTokenSymbol?: string | undefined;
|
19168
18923
|
boostTokenChainId: number;
|
19169
18924
|
boostTokenThreshold: number;
|
19170
18925
|
boostConfiguration: {
|
@@ -19187,8 +18942,6 @@ export declare const v4: Elysia<"/v4", {
|
|
19187
18942
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
19188
18943
|
eligibilityTokenChainId: number;
|
19189
18944
|
eligibilityTokenAddress: string;
|
19190
|
-
eligibilityTokenSymbol?: string | undefined;
|
19191
|
-
eligibilityTokenDecimals?: number | undefined;
|
19192
18945
|
eligibilityTokenThreshold: number;
|
19193
18946
|
eligibilityDuration: number;
|
19194
18947
|
} | {
|
@@ -19370,14 +19123,10 @@ export declare const v4: Elysia<"/v4", {
|
|
19370
19123
|
hookType: import("@package/resources/enums").BOOST;
|
19371
19124
|
boostTokenChainId: number;
|
19372
19125
|
boostTokenAddress: string;
|
19373
|
-
boostTokenSymbol?: string | undefined;
|
19374
|
-
boostTokenDecimals?: number | undefined;
|
19375
19126
|
boostMultiplicator: number;
|
19376
19127
|
} | {
|
19377
19128
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
19378
19129
|
boostTokenAddress: string;
|
19379
|
-
boostTokenDecimals?: number | undefined;
|
19380
|
-
boostTokenSymbol?: string | undefined;
|
19381
19130
|
boostTokenChainId: number;
|
19382
19131
|
boostTokenThreshold: number;
|
19383
19132
|
boostConfiguration: {
|
@@ -19400,8 +19149,6 @@ export declare const v4: Elysia<"/v4", {
|
|
19400
19149
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
19401
19150
|
eligibilityTokenChainId: number;
|
19402
19151
|
eligibilityTokenAddress: string;
|
19403
|
-
eligibilityTokenSymbol?: string | undefined;
|
19404
|
-
eligibilityTokenDecimals?: number | undefined;
|
19405
19152
|
eligibilityTokenThreshold: number;
|
19406
19153
|
eligibilityDuration: number;
|
19407
19154
|
} | {
|
@@ -19586,14 +19333,10 @@ export declare const v4: Elysia<"/v4", {
|
|
19586
19333
|
hookType: import("@package/resources/enums").BOOST;
|
19587
19334
|
boostTokenChainId: number;
|
19588
19335
|
boostTokenAddress: string;
|
19589
|
-
boostTokenSymbol?: string | undefined;
|
19590
|
-
boostTokenDecimals?: number | undefined;
|
19591
19336
|
boostMultiplicator: number;
|
19592
19337
|
} | {
|
19593
19338
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
19594
19339
|
boostTokenAddress: string;
|
19595
|
-
boostTokenDecimals?: number | undefined;
|
19596
|
-
boostTokenSymbol?: string | undefined;
|
19597
19340
|
boostTokenChainId: number;
|
19598
19341
|
boostTokenThreshold: number;
|
19599
19342
|
boostConfiguration: {
|
@@ -19616,8 +19359,6 @@ export declare const v4: Elysia<"/v4", {
|
|
19616
19359
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
19617
19360
|
eligibilityTokenChainId: number;
|
19618
19361
|
eligibilityTokenAddress: string;
|
19619
|
-
eligibilityTokenSymbol?: string | undefined;
|
19620
|
-
eligibilityTokenDecimals?: number | undefined;
|
19621
19362
|
eligibilityTokenThreshold: number;
|
19622
19363
|
eligibilityDuration: number;
|
19623
19364
|
} | {
|
@@ -19799,14 +19540,10 @@ export declare const v4: Elysia<"/v4", {
|
|
19799
19540
|
hookType: import("@package/resources/enums").BOOST;
|
19800
19541
|
boostTokenChainId: number;
|
19801
19542
|
boostTokenAddress: string;
|
19802
|
-
boostTokenSymbol?: string | undefined;
|
19803
|
-
boostTokenDecimals?: number | undefined;
|
19804
19543
|
boostMultiplicator: number;
|
19805
19544
|
} | {
|
19806
19545
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
19807
19546
|
boostTokenAddress: string;
|
19808
|
-
boostTokenDecimals?: number | undefined;
|
19809
|
-
boostTokenSymbol?: string | undefined;
|
19810
19547
|
boostTokenChainId: number;
|
19811
19548
|
boostTokenThreshold: number;
|
19812
19549
|
boostConfiguration: {
|
@@ -19829,8 +19566,6 @@ export declare const v4: Elysia<"/v4", {
|
|
19829
19566
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
19830
19567
|
eligibilityTokenChainId: number;
|
19831
19568
|
eligibilityTokenAddress: string;
|
19832
|
-
eligibilityTokenSymbol?: string | undefined;
|
19833
|
-
eligibilityTokenDecimals?: number | undefined;
|
19834
19569
|
eligibilityTokenThreshold: number;
|
19835
19570
|
eligibilityDuration: number;
|
19836
19571
|
} | {
|
@@ -20012,14 +19747,10 @@ export declare const v4: Elysia<"/v4", {
|
|
20012
19747
|
hookType: import("@package/resources/enums").BOOST;
|
20013
19748
|
boostTokenChainId: number;
|
20014
19749
|
boostTokenAddress: string;
|
20015
|
-
boostTokenSymbol?: string | undefined;
|
20016
|
-
boostTokenDecimals?: number | undefined;
|
20017
19750
|
boostMultiplicator: number;
|
20018
19751
|
} | {
|
20019
19752
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
20020
19753
|
boostTokenAddress: string;
|
20021
|
-
boostTokenDecimals?: number | undefined;
|
20022
|
-
boostTokenSymbol?: string | undefined;
|
20023
19754
|
boostTokenChainId: number;
|
20024
19755
|
boostTokenThreshold: number;
|
20025
19756
|
boostConfiguration: {
|
@@ -20042,8 +19773,6 @@ export declare const v4: Elysia<"/v4", {
|
|
20042
19773
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
20043
19774
|
eligibilityTokenChainId: number;
|
20044
19775
|
eligibilityTokenAddress: string;
|
20045
|
-
eligibilityTokenSymbol?: string | undefined;
|
20046
|
-
eligibilityTokenDecimals?: number | undefined;
|
20047
19776
|
eligibilityTokenThreshold: number;
|
20048
19777
|
eligibilityDuration: number;
|
20049
19778
|
} | {
|
@@ -20228,14 +19957,10 @@ export declare const v4: Elysia<"/v4", {
|
|
20228
19957
|
hookType: import("@package/resources/enums").BOOST;
|
20229
19958
|
boostTokenChainId: number;
|
20230
19959
|
boostTokenAddress: string;
|
20231
|
-
boostTokenSymbol?: string | undefined;
|
20232
|
-
boostTokenDecimals?: number | undefined;
|
20233
19960
|
boostMultiplicator: number;
|
20234
19961
|
} | {
|
20235
19962
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
20236
19963
|
boostTokenAddress: string;
|
20237
|
-
boostTokenDecimals?: number | undefined;
|
20238
|
-
boostTokenSymbol?: string | undefined;
|
20239
19964
|
boostTokenChainId: number;
|
20240
19965
|
boostTokenThreshold: number;
|
20241
19966
|
boostConfiguration: {
|
@@ -20258,8 +19983,6 @@ export declare const v4: Elysia<"/v4", {
|
|
20258
19983
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
20259
19984
|
eligibilityTokenChainId: number;
|
20260
19985
|
eligibilityTokenAddress: string;
|
20261
|
-
eligibilityTokenSymbol?: string | undefined;
|
20262
|
-
eligibilityTokenDecimals?: number | undefined;
|
20263
19986
|
eligibilityTokenThreshold: number;
|
20264
19987
|
eligibilityDuration: number;
|
20265
19988
|
} | {
|
@@ -20441,14 +20164,10 @@ export declare const v4: Elysia<"/v4", {
|
|
20441
20164
|
hookType: import("@package/resources/enums").BOOST;
|
20442
20165
|
boostTokenChainId: number;
|
20443
20166
|
boostTokenAddress: string;
|
20444
|
-
boostTokenSymbol?: string | undefined;
|
20445
|
-
boostTokenDecimals?: number | undefined;
|
20446
20167
|
boostMultiplicator: number;
|
20447
20168
|
} | {
|
20448
20169
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
20449
20170
|
boostTokenAddress: string;
|
20450
|
-
boostTokenDecimals?: number | undefined;
|
20451
|
-
boostTokenSymbol?: string | undefined;
|
20452
20171
|
boostTokenChainId: number;
|
20453
20172
|
boostTokenThreshold: number;
|
20454
20173
|
boostConfiguration: {
|
@@ -20471,8 +20190,6 @@ export declare const v4: Elysia<"/v4", {
|
|
20471
20190
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
20472
20191
|
eligibilityTokenChainId: number;
|
20473
20192
|
eligibilityTokenAddress: string;
|
20474
|
-
eligibilityTokenSymbol?: string | undefined;
|
20475
|
-
eligibilityTokenDecimals?: number | undefined;
|
20476
20193
|
eligibilityTokenThreshold: number;
|
20477
20194
|
eligibilityDuration: number;
|
20478
20195
|
} | {
|
@@ -20654,14 +20371,10 @@ export declare const v4: Elysia<"/v4", {
|
|
20654
20371
|
hookType: import("@package/resources/enums").BOOST;
|
20655
20372
|
boostTokenChainId: number;
|
20656
20373
|
boostTokenAddress: string;
|
20657
|
-
boostTokenSymbol?: string | undefined;
|
20658
|
-
boostTokenDecimals?: number | undefined;
|
20659
20374
|
boostMultiplicator: number;
|
20660
20375
|
} | {
|
20661
20376
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
20662
20377
|
boostTokenAddress: string;
|
20663
|
-
boostTokenDecimals?: number | undefined;
|
20664
|
-
boostTokenSymbol?: string | undefined;
|
20665
20378
|
boostTokenChainId: number;
|
20666
20379
|
boostTokenThreshold: number;
|
20667
20380
|
boostConfiguration: {
|
@@ -20684,8 +20397,6 @@ export declare const v4: Elysia<"/v4", {
|
|
20684
20397
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
20685
20398
|
eligibilityTokenChainId: number;
|
20686
20399
|
eligibilityTokenAddress: string;
|
20687
|
-
eligibilityTokenSymbol?: string | undefined;
|
20688
|
-
eligibilityTokenDecimals?: number | undefined;
|
20689
20400
|
eligibilityTokenThreshold: number;
|
20690
20401
|
eligibilityDuration: number;
|
20691
20402
|
} | {
|
@@ -20870,14 +20581,10 @@ export declare const v4: Elysia<"/v4", {
|
|
20870
20581
|
hookType: import("@package/resources/enums").BOOST;
|
20871
20582
|
boostTokenChainId: number;
|
20872
20583
|
boostTokenAddress: string;
|
20873
|
-
boostTokenSymbol?: string | undefined;
|
20874
|
-
boostTokenDecimals?: number | undefined;
|
20875
20584
|
boostMultiplicator: number;
|
20876
20585
|
} | {
|
20877
20586
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
20878
20587
|
boostTokenAddress: string;
|
20879
|
-
boostTokenDecimals?: number | undefined;
|
20880
|
-
boostTokenSymbol?: string | undefined;
|
20881
20588
|
boostTokenChainId: number;
|
20882
20589
|
boostTokenThreshold: number;
|
20883
20590
|
boostConfiguration: {
|
@@ -20900,8 +20607,6 @@ export declare const v4: Elysia<"/v4", {
|
|
20900
20607
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
20901
20608
|
eligibilityTokenChainId: number;
|
20902
20609
|
eligibilityTokenAddress: string;
|
20903
|
-
eligibilityTokenSymbol?: string | undefined;
|
20904
|
-
eligibilityTokenDecimals?: number | undefined;
|
20905
20610
|
eligibilityTokenThreshold: number;
|
20906
20611
|
eligibilityDuration: number;
|
20907
20612
|
} | {
|
@@ -21083,14 +20788,10 @@ export declare const v4: Elysia<"/v4", {
|
|
21083
20788
|
hookType: import("@package/resources/enums").BOOST;
|
21084
20789
|
boostTokenChainId: number;
|
21085
20790
|
boostTokenAddress: string;
|
21086
|
-
boostTokenSymbol?: string | undefined;
|
21087
|
-
boostTokenDecimals?: number | undefined;
|
21088
20791
|
boostMultiplicator: number;
|
21089
20792
|
} | {
|
21090
20793
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
21091
20794
|
boostTokenAddress: string;
|
21092
|
-
boostTokenDecimals?: number | undefined;
|
21093
|
-
boostTokenSymbol?: string | undefined;
|
21094
20795
|
boostTokenChainId: number;
|
21095
20796
|
boostTokenThreshold: number;
|
21096
20797
|
boostConfiguration: {
|
@@ -21113,8 +20814,6 @@ export declare const v4: Elysia<"/v4", {
|
|
21113
20814
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
21114
20815
|
eligibilityTokenChainId: number;
|
21115
20816
|
eligibilityTokenAddress: string;
|
21116
|
-
eligibilityTokenSymbol?: string | undefined;
|
21117
|
-
eligibilityTokenDecimals?: number | undefined;
|
21118
20817
|
eligibilityTokenThreshold: number;
|
21119
20818
|
eligibilityDuration: number;
|
21120
20819
|
} | {
|
@@ -21296,14 +20995,10 @@ export declare const v4: Elysia<"/v4", {
|
|
21296
20995
|
hookType: import("@package/resources/enums").BOOST;
|
21297
20996
|
boostTokenChainId: number;
|
21298
20997
|
boostTokenAddress: string;
|
21299
|
-
boostTokenSymbol?: string | undefined;
|
21300
|
-
boostTokenDecimals?: number | undefined;
|
21301
20998
|
boostMultiplicator: number;
|
21302
20999
|
} | {
|
21303
21000
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
21304
21001
|
boostTokenAddress: string;
|
21305
|
-
boostTokenDecimals?: number | undefined;
|
21306
|
-
boostTokenSymbol?: string | undefined;
|
21307
21002
|
boostTokenChainId: number;
|
21308
21003
|
boostTokenThreshold: number;
|
21309
21004
|
boostConfiguration: {
|
@@ -21326,8 +21021,6 @@ export declare const v4: Elysia<"/v4", {
|
|
21326
21021
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
21327
21022
|
eligibilityTokenChainId: number;
|
21328
21023
|
eligibilityTokenAddress: string;
|
21329
|
-
eligibilityTokenSymbol?: string | undefined;
|
21330
|
-
eligibilityTokenDecimals?: number | undefined;
|
21331
21024
|
eligibilityTokenThreshold: number;
|
21332
21025
|
eligibilityDuration: number;
|
21333
21026
|
} | {
|
@@ -21510,14 +21203,10 @@ export declare const v4: Elysia<"/v4", {
|
|
21510
21203
|
hookType: import("@package/resources/enums").BOOST;
|
21511
21204
|
boostTokenChainId: number;
|
21512
21205
|
boostTokenAddress: string;
|
21513
|
-
boostTokenSymbol?: string | undefined;
|
21514
|
-
boostTokenDecimals?: number | undefined;
|
21515
21206
|
boostMultiplicator: number;
|
21516
21207
|
} | {
|
21517
21208
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
21518
21209
|
boostTokenAddress: string;
|
21519
|
-
boostTokenDecimals?: number | undefined;
|
21520
|
-
boostTokenSymbol?: string | undefined;
|
21521
21210
|
boostTokenChainId: number;
|
21522
21211
|
boostTokenThreshold: number;
|
21523
21212
|
boostConfiguration: {
|
@@ -21540,8 +21229,6 @@ export declare const v4: Elysia<"/v4", {
|
|
21540
21229
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
21541
21230
|
eligibilityTokenChainId: number;
|
21542
21231
|
eligibilityTokenAddress: string;
|
21543
|
-
eligibilityTokenSymbol?: string | undefined;
|
21544
|
-
eligibilityTokenDecimals?: number | undefined;
|
21545
21232
|
eligibilityTokenThreshold: number;
|
21546
21233
|
eligibilityDuration: number;
|
21547
21234
|
} | {
|
@@ -21724,14 +21411,10 @@ export declare const v4: Elysia<"/v4", {
|
|
21724
21411
|
hookType: import("@package/resources/enums").BOOST;
|
21725
21412
|
boostTokenChainId: number;
|
21726
21413
|
boostTokenAddress: string;
|
21727
|
-
boostTokenSymbol?: string | undefined;
|
21728
|
-
boostTokenDecimals?: number | undefined;
|
21729
21414
|
boostMultiplicator: number;
|
21730
21415
|
} | {
|
21731
21416
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
21732
21417
|
boostTokenAddress: string;
|
21733
|
-
boostTokenDecimals?: number | undefined;
|
21734
|
-
boostTokenSymbol?: string | undefined;
|
21735
21418
|
boostTokenChainId: number;
|
21736
21419
|
boostTokenThreshold: number;
|
21737
21420
|
boostConfiguration: {
|
@@ -21754,8 +21437,6 @@ export declare const v4: Elysia<"/v4", {
|
|
21754
21437
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
21755
21438
|
eligibilityTokenChainId: number;
|
21756
21439
|
eligibilityTokenAddress: string;
|
21757
|
-
eligibilityTokenSymbol?: string | undefined;
|
21758
|
-
eligibilityTokenDecimals?: number | undefined;
|
21759
21440
|
eligibilityTokenThreshold: number;
|
21760
21441
|
eligibilityDuration: number;
|
21761
21442
|
} | {
|
@@ -21938,14 +21619,10 @@ export declare const v4: Elysia<"/v4", {
|
|
21938
21619
|
hookType: import("@package/resources/enums").BOOST;
|
21939
21620
|
boostTokenChainId: number;
|
21940
21621
|
boostTokenAddress: string;
|
21941
|
-
boostTokenSymbol?: string | undefined;
|
21942
|
-
boostTokenDecimals?: number | undefined;
|
21943
21622
|
boostMultiplicator: number;
|
21944
21623
|
} | {
|
21945
21624
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
21946
21625
|
boostTokenAddress: string;
|
21947
|
-
boostTokenDecimals?: number | undefined;
|
21948
|
-
boostTokenSymbol?: string | undefined;
|
21949
21626
|
boostTokenChainId: number;
|
21950
21627
|
boostTokenThreshold: number;
|
21951
21628
|
boostConfiguration: {
|
@@ -21968,8 +21645,6 @@ export declare const v4: Elysia<"/v4", {
|
|
21968
21645
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
21969
21646
|
eligibilityTokenChainId: number;
|
21970
21647
|
eligibilityTokenAddress: string;
|
21971
|
-
eligibilityTokenSymbol?: string | undefined;
|
21972
|
-
eligibilityTokenDecimals?: number | undefined;
|
21973
21648
|
eligibilityTokenThreshold: number;
|
21974
21649
|
eligibilityDuration: number;
|
21975
21650
|
} | {
|
@@ -22151,14 +21826,10 @@ export declare const v4: Elysia<"/v4", {
|
|
22151
21826
|
hookType: import("@package/resources/enums").BOOST;
|
22152
21827
|
boostTokenChainId: number;
|
22153
21828
|
boostTokenAddress: string;
|
22154
|
-
boostTokenSymbol?: string | undefined;
|
22155
|
-
boostTokenDecimals?: number | undefined;
|
22156
21829
|
boostMultiplicator: number;
|
22157
21830
|
} | {
|
22158
21831
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
22159
21832
|
boostTokenAddress: string;
|
22160
|
-
boostTokenDecimals?: number | undefined;
|
22161
|
-
boostTokenSymbol?: string | undefined;
|
22162
21833
|
boostTokenChainId: number;
|
22163
21834
|
boostTokenThreshold: number;
|
22164
21835
|
boostConfiguration: {
|
@@ -22181,8 +21852,6 @@ export declare const v4: Elysia<"/v4", {
|
|
22181
21852
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
22182
21853
|
eligibilityTokenChainId: number;
|
22183
21854
|
eligibilityTokenAddress: string;
|
22184
|
-
eligibilityTokenSymbol?: string | undefined;
|
22185
|
-
eligibilityTokenDecimals?: number | undefined;
|
22186
21855
|
eligibilityTokenThreshold: number;
|
22187
21856
|
eligibilityDuration: number;
|
22188
21857
|
} | {
|
@@ -22366,14 +22035,10 @@ export declare const v4: Elysia<"/v4", {
|
|
22366
22035
|
hookType: import("@package/resources/enums").BOOST;
|
22367
22036
|
boostTokenChainId: number;
|
22368
22037
|
boostTokenAddress: string;
|
22369
|
-
boostTokenSymbol?: string | undefined;
|
22370
|
-
boostTokenDecimals?: number | undefined;
|
22371
22038
|
boostMultiplicator: number;
|
22372
22039
|
} | {
|
22373
22040
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
22374
22041
|
boostTokenAddress: string;
|
22375
|
-
boostTokenDecimals?: number | undefined;
|
22376
|
-
boostTokenSymbol?: string | undefined;
|
22377
22042
|
boostTokenChainId: number;
|
22378
22043
|
boostTokenThreshold: number;
|
22379
22044
|
boostConfiguration: {
|
@@ -22396,8 +22061,6 @@ export declare const v4: Elysia<"/v4", {
|
|
22396
22061
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
22397
22062
|
eligibilityTokenChainId: number;
|
22398
22063
|
eligibilityTokenAddress: string;
|
22399
|
-
eligibilityTokenSymbol?: string | undefined;
|
22400
|
-
eligibilityTokenDecimals?: number | undefined;
|
22401
22064
|
eligibilityTokenThreshold: number;
|
22402
22065
|
eligibilityDuration: number;
|
22403
22066
|
} | {
|
@@ -22579,14 +22242,10 @@ export declare const v4: Elysia<"/v4", {
|
|
22579
22242
|
hookType: import("@package/resources/enums").BOOST;
|
22580
22243
|
boostTokenChainId: number;
|
22581
22244
|
boostTokenAddress: string;
|
22582
|
-
boostTokenSymbol?: string | undefined;
|
22583
|
-
boostTokenDecimals?: number | undefined;
|
22584
22245
|
boostMultiplicator: number;
|
22585
22246
|
} | {
|
22586
22247
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
22587
22248
|
boostTokenAddress: string;
|
22588
|
-
boostTokenDecimals?: number | undefined;
|
22589
|
-
boostTokenSymbol?: string | undefined;
|
22590
22249
|
boostTokenChainId: number;
|
22591
22250
|
boostTokenThreshold: number;
|
22592
22251
|
boostConfiguration: {
|
@@ -22609,8 +22268,6 @@ export declare const v4: Elysia<"/v4", {
|
|
22609
22268
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
22610
22269
|
eligibilityTokenChainId: number;
|
22611
22270
|
eligibilityTokenAddress: string;
|
22612
|
-
eligibilityTokenSymbol?: string | undefined;
|
22613
|
-
eligibilityTokenDecimals?: number | undefined;
|
22614
22271
|
eligibilityTokenThreshold: number;
|
22615
22272
|
eligibilityDuration: number;
|
22616
22273
|
} | {
|
@@ -22792,14 +22449,10 @@ export declare const v4: Elysia<"/v4", {
|
|
22792
22449
|
hookType: import("@package/resources/enums").BOOST;
|
22793
22450
|
boostTokenChainId: number;
|
22794
22451
|
boostTokenAddress: string;
|
22795
|
-
boostTokenSymbol?: string | undefined;
|
22796
|
-
boostTokenDecimals?: number | undefined;
|
22797
22452
|
boostMultiplicator: number;
|
22798
22453
|
} | {
|
22799
22454
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
22800
22455
|
boostTokenAddress: string;
|
22801
|
-
boostTokenDecimals?: number | undefined;
|
22802
|
-
boostTokenSymbol?: string | undefined;
|
22803
22456
|
boostTokenChainId: number;
|
22804
22457
|
boostTokenThreshold: number;
|
22805
22458
|
boostConfiguration: {
|
@@ -22822,8 +22475,6 @@ export declare const v4: Elysia<"/v4", {
|
|
22822
22475
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
22823
22476
|
eligibilityTokenChainId: number;
|
22824
22477
|
eligibilityTokenAddress: string;
|
22825
|
-
eligibilityTokenSymbol?: string | undefined;
|
22826
|
-
eligibilityTokenDecimals?: number | undefined;
|
22827
22478
|
eligibilityTokenThreshold: number;
|
22828
22479
|
eligibilityDuration: number;
|
22829
22480
|
} | {
|
@@ -23005,14 +22656,10 @@ export declare const v4: Elysia<"/v4", {
|
|
23005
22656
|
hookType: import("@package/resources/enums").BOOST;
|
23006
22657
|
boostTokenChainId: number;
|
23007
22658
|
boostTokenAddress: string;
|
23008
|
-
boostTokenSymbol?: string | undefined;
|
23009
|
-
boostTokenDecimals?: number | undefined;
|
23010
22659
|
boostMultiplicator: number;
|
23011
22660
|
} | {
|
23012
22661
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
23013
22662
|
boostTokenAddress: string;
|
23014
|
-
boostTokenDecimals?: number | undefined;
|
23015
|
-
boostTokenSymbol?: string | undefined;
|
23016
22663
|
boostTokenChainId: number;
|
23017
22664
|
boostTokenThreshold: number;
|
23018
22665
|
boostConfiguration: {
|
@@ -23035,8 +22682,6 @@ export declare const v4: Elysia<"/v4", {
|
|
23035
22682
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
23036
22683
|
eligibilityTokenChainId: number;
|
23037
22684
|
eligibilityTokenAddress: string;
|
23038
|
-
eligibilityTokenSymbol?: string | undefined;
|
23039
|
-
eligibilityTokenDecimals?: number | undefined;
|
23040
22685
|
eligibilityTokenThreshold: number;
|
23041
22686
|
eligibilityDuration: number;
|
23042
22687
|
} | {
|
@@ -23218,14 +22863,10 @@ export declare const v4: Elysia<"/v4", {
|
|
23218
22863
|
hookType: import("@package/resources/enums").BOOST;
|
23219
22864
|
boostTokenChainId: number;
|
23220
22865
|
boostTokenAddress: string;
|
23221
|
-
boostTokenSymbol?: string | undefined;
|
23222
|
-
boostTokenDecimals?: number | undefined;
|
23223
22866
|
boostMultiplicator: number;
|
23224
22867
|
} | {
|
23225
22868
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
23226
22869
|
boostTokenAddress: string;
|
23227
|
-
boostTokenDecimals?: number | undefined;
|
23228
|
-
boostTokenSymbol?: string | undefined;
|
23229
22870
|
boostTokenChainId: number;
|
23230
22871
|
boostTokenThreshold: number;
|
23231
22872
|
boostConfiguration: {
|
@@ -23248,8 +22889,6 @@ export declare const v4: Elysia<"/v4", {
|
|
23248
22889
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
23249
22890
|
eligibilityTokenChainId: number;
|
23250
22891
|
eligibilityTokenAddress: string;
|
23251
|
-
eligibilityTokenSymbol?: string | undefined;
|
23252
|
-
eligibilityTokenDecimals?: number | undefined;
|
23253
22892
|
eligibilityTokenThreshold: number;
|
23254
22893
|
eligibilityDuration: number;
|
23255
22894
|
} | {
|
@@ -23431,14 +23070,10 @@ export declare const v4: Elysia<"/v4", {
|
|
23431
23070
|
hookType: import("@package/resources/enums").BOOST;
|
23432
23071
|
boostTokenChainId: number;
|
23433
23072
|
boostTokenAddress: string;
|
23434
|
-
boostTokenSymbol?: string | undefined;
|
23435
|
-
boostTokenDecimals?: number | undefined;
|
23436
23073
|
boostMultiplicator: number;
|
23437
23074
|
} | {
|
23438
23075
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
23439
23076
|
boostTokenAddress: string;
|
23440
|
-
boostTokenDecimals?: number | undefined;
|
23441
|
-
boostTokenSymbol?: string | undefined;
|
23442
23077
|
boostTokenChainId: number;
|
23443
23078
|
boostTokenThreshold: number;
|
23444
23079
|
boostConfiguration: {
|
@@ -23461,8 +23096,6 @@ export declare const v4: Elysia<"/v4", {
|
|
23461
23096
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
23462
23097
|
eligibilityTokenChainId: number;
|
23463
23098
|
eligibilityTokenAddress: string;
|
23464
|
-
eligibilityTokenSymbol?: string | undefined;
|
23465
|
-
eligibilityTokenDecimals?: number | undefined;
|
23466
23099
|
eligibilityTokenThreshold: number;
|
23467
23100
|
eligibilityDuration: number;
|
23468
23101
|
} | {
|
@@ -23644,14 +23277,10 @@ export declare const v4: Elysia<"/v4", {
|
|
23644
23277
|
hookType: import("@package/resources/enums").BOOST;
|
23645
23278
|
boostTokenChainId: number;
|
23646
23279
|
boostTokenAddress: string;
|
23647
|
-
boostTokenSymbol?: string | undefined;
|
23648
|
-
boostTokenDecimals?: number | undefined;
|
23649
23280
|
boostMultiplicator: number;
|
23650
23281
|
} | {
|
23651
23282
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
23652
23283
|
boostTokenAddress: string;
|
23653
|
-
boostTokenDecimals?: number | undefined;
|
23654
|
-
boostTokenSymbol?: string | undefined;
|
23655
23284
|
boostTokenChainId: number;
|
23656
23285
|
boostTokenThreshold: number;
|
23657
23286
|
boostConfiguration: {
|
@@ -23674,8 +23303,6 @@ export declare const v4: Elysia<"/v4", {
|
|
23674
23303
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
23675
23304
|
eligibilityTokenChainId: number;
|
23676
23305
|
eligibilityTokenAddress: string;
|
23677
|
-
eligibilityTokenSymbol?: string | undefined;
|
23678
|
-
eligibilityTokenDecimals?: number | undefined;
|
23679
23306
|
eligibilityTokenThreshold: number;
|
23680
23307
|
eligibilityDuration: number;
|
23681
23308
|
} | {
|
@@ -23857,14 +23484,10 @@ export declare const v4: Elysia<"/v4", {
|
|
23857
23484
|
hookType: import("@package/resources/enums").BOOST;
|
23858
23485
|
boostTokenChainId: number;
|
23859
23486
|
boostTokenAddress: string;
|
23860
|
-
boostTokenSymbol?: string | undefined;
|
23861
|
-
boostTokenDecimals?: number | undefined;
|
23862
23487
|
boostMultiplicator: number;
|
23863
23488
|
} | {
|
23864
23489
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
23865
23490
|
boostTokenAddress: string;
|
23866
|
-
boostTokenDecimals?: number | undefined;
|
23867
|
-
boostTokenSymbol?: string | undefined;
|
23868
23491
|
boostTokenChainId: number;
|
23869
23492
|
boostTokenThreshold: number;
|
23870
23493
|
boostConfiguration: {
|
@@ -23887,8 +23510,6 @@ export declare const v4: Elysia<"/v4", {
|
|
23887
23510
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
23888
23511
|
eligibilityTokenChainId: number;
|
23889
23512
|
eligibilityTokenAddress: string;
|
23890
|
-
eligibilityTokenSymbol?: string | undefined;
|
23891
|
-
eligibilityTokenDecimals?: number | undefined;
|
23892
23513
|
eligibilityTokenThreshold: number;
|
23893
23514
|
eligibilityDuration: number;
|
23894
23515
|
} | {
|
@@ -24070,14 +23691,10 @@ export declare const v4: Elysia<"/v4", {
|
|
24070
23691
|
hookType: import("@package/resources/enums").BOOST;
|
24071
23692
|
boostTokenChainId: number;
|
24072
23693
|
boostTokenAddress: string;
|
24073
|
-
boostTokenSymbol?: string | undefined;
|
24074
|
-
boostTokenDecimals?: number | undefined;
|
24075
23694
|
boostMultiplicator: number;
|
24076
23695
|
} | {
|
24077
23696
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
24078
23697
|
boostTokenAddress: string;
|
24079
|
-
boostTokenDecimals?: number | undefined;
|
24080
|
-
boostTokenSymbol?: string | undefined;
|
24081
23698
|
boostTokenChainId: number;
|
24082
23699
|
boostTokenThreshold: number;
|
24083
23700
|
boostConfiguration: {
|
@@ -24100,8 +23717,6 @@ export declare const v4: Elysia<"/v4", {
|
|
24100
23717
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
24101
23718
|
eligibilityTokenChainId: number;
|
24102
23719
|
eligibilityTokenAddress: string;
|
24103
|
-
eligibilityTokenSymbol?: string | undefined;
|
24104
|
-
eligibilityTokenDecimals?: number | undefined;
|
24105
23720
|
eligibilityTokenThreshold: number;
|
24106
23721
|
eligibilityDuration: number;
|
24107
23722
|
} | {
|
@@ -24291,14 +23906,10 @@ export declare const v4: Elysia<"/v4", {
|
|
24291
23906
|
hookType: import("@package/resources/enums").BOOST;
|
24292
23907
|
boostTokenChainId: number;
|
24293
23908
|
boostTokenAddress: string;
|
24294
|
-
boostTokenSymbol?: string | undefined;
|
24295
|
-
boostTokenDecimals?: number | undefined;
|
24296
23909
|
boostMultiplicator: number;
|
24297
23910
|
} | {
|
24298
23911
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
24299
23912
|
boostTokenAddress: string;
|
24300
|
-
boostTokenDecimals?: number | undefined;
|
24301
|
-
boostTokenSymbol?: string | undefined;
|
24302
23913
|
boostTokenChainId: number;
|
24303
23914
|
boostTokenThreshold: number;
|
24304
23915
|
boostConfiguration: {
|
@@ -24321,8 +23932,6 @@ export declare const v4: Elysia<"/v4", {
|
|
24321
23932
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
24322
23933
|
eligibilityTokenChainId: number;
|
24323
23934
|
eligibilityTokenAddress: string;
|
24324
|
-
eligibilityTokenSymbol?: string | undefined;
|
24325
|
-
eligibilityTokenDecimals?: number | undefined;
|
24326
23935
|
eligibilityTokenThreshold: number;
|
24327
23936
|
eligibilityDuration: number;
|
24328
23937
|
} | {
|
@@ -24512,14 +24121,10 @@ export declare const v4: Elysia<"/v4", {
|
|
24512
24121
|
hookType: import("@package/resources/enums").BOOST;
|
24513
24122
|
boostTokenChainId: number;
|
24514
24123
|
boostTokenAddress: string;
|
24515
|
-
boostTokenSymbol?: string | undefined;
|
24516
|
-
boostTokenDecimals?: number | undefined;
|
24517
24124
|
boostMultiplicator: number;
|
24518
24125
|
} | {
|
24519
24126
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
24520
24127
|
boostTokenAddress: string;
|
24521
|
-
boostTokenDecimals?: number | undefined;
|
24522
|
-
boostTokenSymbol?: string | undefined;
|
24523
24128
|
boostTokenChainId: number;
|
24524
24129
|
boostTokenThreshold: number;
|
24525
24130
|
boostConfiguration: {
|
@@ -24542,8 +24147,6 @@ export declare const v4: Elysia<"/v4", {
|
|
24542
24147
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
24543
24148
|
eligibilityTokenChainId: number;
|
24544
24149
|
eligibilityTokenAddress: string;
|
24545
|
-
eligibilityTokenSymbol?: string | undefined;
|
24546
|
-
eligibilityTokenDecimals?: number | undefined;
|
24547
24150
|
eligibilityTokenThreshold: number;
|
24548
24151
|
eligibilityDuration: number;
|
24549
24152
|
} | {
|
@@ -24724,14 +24327,10 @@ export declare const v4: Elysia<"/v4", {
|
|
24724
24327
|
hookType: import("@package/resources/enums").BOOST;
|
24725
24328
|
boostTokenChainId: number;
|
24726
24329
|
boostTokenAddress: string;
|
24727
|
-
boostTokenSymbol?: string | undefined;
|
24728
|
-
boostTokenDecimals?: number | undefined;
|
24729
24330
|
boostMultiplicator: number;
|
24730
24331
|
} | {
|
24731
24332
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
24732
24333
|
boostTokenAddress: string;
|
24733
|
-
boostTokenDecimals?: number | undefined;
|
24734
|
-
boostTokenSymbol?: string | undefined;
|
24735
24334
|
boostTokenChainId: number;
|
24736
24335
|
boostTokenThreshold: number;
|
24737
24336
|
boostConfiguration: {
|
@@ -24754,8 +24353,6 @@ export declare const v4: Elysia<"/v4", {
|
|
24754
24353
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
24755
24354
|
eligibilityTokenChainId: number;
|
24756
24355
|
eligibilityTokenAddress: string;
|
24757
|
-
eligibilityTokenSymbol?: string | undefined;
|
24758
|
-
eligibilityTokenDecimals?: number | undefined;
|
24759
24356
|
eligibilityTokenThreshold: number;
|
24760
24357
|
eligibilityDuration: number;
|
24761
24358
|
} | {
|
@@ -24938,14 +24535,10 @@ export declare const v4: Elysia<"/v4", {
|
|
24938
24535
|
hookType: import("@package/resources/enums").BOOST;
|
24939
24536
|
boostTokenChainId: number;
|
24940
24537
|
boostTokenAddress: string;
|
24941
|
-
boostTokenSymbol?: string | undefined;
|
24942
|
-
boostTokenDecimals?: number | undefined;
|
24943
24538
|
boostMultiplicator: number;
|
24944
24539
|
} | {
|
24945
24540
|
hookType: import("@package/resources/enums").BOOSTERC20;
|
24946
24541
|
boostTokenAddress: string;
|
24947
|
-
boostTokenDecimals?: number | undefined;
|
24948
|
-
boostTokenSymbol?: string | undefined;
|
24949
24542
|
boostTokenChainId: number;
|
24950
24543
|
boostTokenThreshold: number;
|
24951
24544
|
boostConfiguration: {
|
@@ -24968,8 +24561,6 @@ export declare const v4: Elysia<"/v4", {
|
|
24968
24561
|
hookType: import("@package/resources/enums").ELIGIBILITY;
|
24969
24562
|
eligibilityTokenChainId: number;
|
24970
24563
|
eligibilityTokenAddress: string;
|
24971
|
-
eligibilityTokenSymbol?: string | undefined;
|
24972
|
-
eligibilityTokenDecimals?: number | undefined;
|
24973
24564
|
eligibilityTokenThreshold: number;
|
24974
24565
|
eligibilityDuration: number;
|
24975
24566
|
} | {
|