@merkl/api 1.19.2 → 1.19.27
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/constants.d.ts +3 -1
- package/dist/src/constants.js.map +1 -1
- package/dist/src/eden/index.d.ts +718 -159
- package/dist/src/engine/deprecated/dynamicData/implementations/Erc20.d.ts +50 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesRound1.js.map +1 -1
- package/dist/src/engine/implementations/Aave/metadata.d.ts +3 -3
- package/dist/src/engine/implementations/Aave/metadata.js.map +1 -1
- package/dist/src/engine/implementations/AaveNetBorrowing/metadata.d.ts +1 -1
- package/dist/src/engine/implementations/AaveNetLending/metadata.d.ts +1 -1
- package/dist/src/engine/implementations/AaveV4SpokeBorrowFromCollateral/metadata.d.ts +25 -0
- package/dist/src/engine/implementations/AaveV4SpokeBorrowFromCollateral/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/factories.js.map +1 -1
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/royco/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/royco/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/royco/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/royco/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/index.d.ts +2 -1
- package/dist/src/engine/implementations/Erc20/subTypes/index.js.map +1 -1
- package/dist/src/engine/implementations/EulerBorrowFromCollateral/metadata.d.ts +25 -0
- package/dist/src/engine/implementations/EulerBorrowFromCollateral/metadata.js.map +1 -0
- package/dist/src/engine/implementations/LlamalendV2Borrow/metadata.d.ts +20 -0
- package/dist/src/engine/implementations/LlamalendV2Borrow/metadata.js.map +1 -0
- package/dist/src/engine/implementations/LlamalendV2Supply/metadata.d.ts +20 -0
- package/dist/src/engine/implementations/LlamalendV2Supply/metadata.js.map +1 -0
- package/dist/src/engine/implementations/MultiLendBorrow/metadata.js.map +1 -1
- package/dist/src/engine/implementations/Royco/metadata.d.ts +6 -3
- package/dist/src/engine/implementations/Royco/metadata.js.map +1 -1
- package/dist/src/engine/implementations/Royco/tvl.d.ts +15 -0
- package/dist/src/engine/implementations/Royco/tvl.js.map +1 -0
- package/dist/src/engine/implementations/clamm/tvl.abstract.d.ts +1 -1
- package/dist/src/engine/metadata/factory.js.map +1 -1
- package/dist/src/engine/nativeAPR/factory.js.map +1 -1
- package/dist/src/engine/nativeAPR/implementations/balancer.d.ts +16 -0
- package/dist/src/engine/nativeAPR/implementations/balancer.js.map +1 -0
- package/dist/src/engine/nativeAPR/implementations/curve.d.ts +17 -0
- package/dist/src/engine/nativeAPR/implementations/curve.js.map +1 -0
- package/dist/src/engine/nativeAPR/implementations/dolomite.d.ts +17 -0
- package/dist/src/engine/nativeAPR/implementations/dolomite.js.map +1 -0
- package/dist/src/engine/nativeAPR/implementations/gamma.d.ts +14 -0
- package/dist/src/engine/nativeAPR/implementations/gamma.js.map +1 -0
- package/dist/src/engine/nativeAPR/implementations/ipor.d.ts +12 -0
- package/dist/src/engine/nativeAPR/implementations/ipor.js.map +1 -0
- package/dist/src/engine/nativeAPR/implementations/pendle.d.ts +22 -0
- package/dist/src/engine/nativeAPR/implementations/pendle.js.map +1 -0
- package/dist/src/engine/nativeAPR/implementations/spectra.d.ts +16 -0
- package/dist/src/engine/nativeAPR/implementations/spectra.js.map +1 -0
- package/dist/src/engine/tvl/factory.js.map +1 -1
- package/dist/src/index.d.ts +792 -162
- package/dist/src/index.js.map +1 -1
- package/dist/src/jobs/claim-etl/config.d.ts +11 -3
- package/dist/src/jobs/claim-etl/config.js.map +1 -1
- package/dist/src/jobs/claim-etl/index.js.map +1 -1
- package/dist/src/jobs/claim-etl/load.d.ts +35 -22
- package/dist/src/jobs/claim-etl/load.js.map +1 -1
- package/dist/src/jobs/claim-etl/types.d.ts +26 -27
- package/dist/src/jobs/claim-etl/types.js.map +1 -1
- package/dist/src/jobs/diff-breakdown-etl/load.js.map +1 -1
- package/dist/src/jobs/error-digest.d.ts +1 -0
- package/dist/src/jobs/error-digest.js.map +1 -0
- package/dist/src/jobs/leaf-breakdown-etl/load.js.map +1 -1
- package/dist/src/jobs/post-urgent-stack.js.map +1 -1
- package/dist/src/jobs/set-dungeon-keeper.js.map +1 -1
- package/dist/src/jobs/sync-campaigns-to-hubspot.js.map +1 -1
- package/dist/src/jobs/tx-executor/diagnostics.js.map +1 -1
- package/dist/src/modules/v4/accounting/accounting.controller.d.ts +160 -0
- package/dist/src/modules/v4/accounting/accounting.controller.js.map +1 -1
- package/dist/src/modules/v4/accounting/accounting.model.d.ts +6 -0
- package/dist/src/modules/v4/accounting/accounting.model.js.map +1 -1
- package/dist/src/modules/v4/accounting/accounting.repository.d.ts +87 -0
- package/dist/src/modules/v4/accounting/accounting.repository.js.map +1 -1
- package/dist/src/modules/v4/accounting/accounting.service.d.ts +47 -0
- package/dist/src/modules/v4/accounting/accounting.service.js.map +1 -1
- package/dist/src/modules/v4/apiKey/apiKey.repository.d.ts +3 -0
- package/dist/src/modules/v4/apiKey/apiKey.repository.js.map +1 -1
- package/dist/src/modules/v4/apr/apr.model.d.ts +2 -0
- package/dist/src/modules/v4/autoclaim/autoclaim.controller.d.ts +4 -0
- package/dist/src/modules/v4/autoclaim/autoclaim.repository.d.ts +5 -0
- package/dist/src/modules/v4/autoclaim/autoclaim.service.d.ts +4 -0
- package/dist/src/modules/v4/blacklist/blacklist.service.js.map +1 -1
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +70 -0
- package/dist/src/modules/v4/campaign/campaign.formatter.js.map +1 -1
- package/dist/src/modules/v4/campaign/campaign.model.d.ts +5 -0
- package/dist/src/modules/v4/campaign/campaign.query-transformer.d.ts +50 -50
- package/dist/src/modules/v4/campaign/campaign.repository.d.ts +20 -0
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +19 -0
- package/dist/src/modules/v4/campaign/campaign.service.js.map +1 -1
- package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +60 -0
- package/dist/src/modules/v4/campaignStatus/campaignStatus.controller.d.ts +4 -0
- package/dist/src/modules/v4/campaignStatus/campaignStatus.service.d.ts +8 -0
- package/dist/src/modules/v4/campaignToProcess/campaignToProcess.controller.d.ts +150 -0
- package/dist/src/modules/v4/campaignToProcess/campaignToProcess.controller.js.map +1 -1
- package/dist/src/modules/v4/campaignToProcess/campaignToProcess.service.d.ts +1 -1
- package/dist/src/modules/v4/campaignToProcess/campaignToProcess.service.js.map +1 -1
- package/dist/src/modules/v4/carousel/carousel.controller.d.ts +50 -0
- package/dist/src/modules/v4/carousel/carousel.repository.d.ts +12 -0
- package/dist/src/modules/v4/carousel/carousel.service.d.ts +40 -0
- package/dist/src/modules/v4/clamm/clamm.controller.d.ts +2 -2
- package/dist/src/modules/v4/computedValue/computedValue.controller.d.ts +8 -0
- package/dist/src/modules/v4/config/config.controller.d.ts +15 -0
- package/dist/src/modules/v4/config/config.service.d.ts +15 -0
- package/dist/src/modules/v4/creator/creator.controller.d.ts +12 -0
- package/dist/src/modules/v4/creator/creator.repository.js.map +1 -1
- package/dist/src/modules/v4/credit/credit.controller.d.ts +21 -0
- package/dist/src/modules/v4/credit/credit.controller.js.map +1 -1
- package/dist/src/modules/v4/credit/credit.model.js.map +1 -1
- package/dist/src/modules/v4/credit/credit.points-billing.service.d.ts +52 -0
- package/dist/src/modules/v4/credit/credit.points-billing.service.js.map +1 -0
- package/dist/src/modules/v4/credit/credit.points-pricing.d.ts +1 -0
- package/dist/src/modules/v4/credit/credit.points-pricing.js.map +1 -0
- package/dist/src/modules/v4/credit/credit.repository.d.ts +8 -0
- package/dist/src/modules/v4/credit/credit.repository.js.map +1 -1
- package/dist/src/modules/v4/credit/credit.service.d.ts +5 -0
- package/dist/src/modules/v4/credit/credit.service.js.map +1 -1
- package/dist/src/modules/v4/diff/diff.controller.d.ts +4 -0
- package/dist/src/modules/v4/dispute/dispute.controller.d.ts +2 -0
- package/dist/src/modules/v4/dispute/dispute.service.d.ts +2 -0
- package/dist/src/modules/v4/dynamicData/dynamicData.service.d.ts +8 -0
- package/dist/src/modules/v4/dynamicData/dynamicData.service.js.map +1 -1
- package/dist/src/modules/v4/etlHealth/etlHealth.service.js.map +1 -1
- package/dist/src/modules/v4/indexingRange/indexingRange.controller.d.ts +1 -1
- package/dist/src/modules/v4/indexingRange/indexingRange.model.d.ts +1 -1
- package/dist/src/modules/v4/indexingRange/indexingRange.model.js.map +1 -1
- package/dist/src/modules/v4/indexingRange/indexingRange.service.d.ts +3 -2
- package/dist/src/modules/v4/indexingRange/indexingRange.service.js.map +1 -1
- package/dist/src/modules/v4/leaf/leaf.model.d.ts +1 -0
- package/dist/src/modules/v4/leaf/leaf.repository.d.ts +13 -36
- package/dist/src/modules/v4/leaf/leaf.repository.js.map +1 -1
- package/dist/src/modules/v4/leaf/leaf.service.d.ts +101 -1
- package/dist/src/modules/v4/leaf/leaf.service.js.map +1 -1
- package/dist/src/modules/v4/leaf/leafClaim.repository.d.ts +1 -0
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +86 -0
- package/dist/src/modules/v4/opportunity/opportunity.formatter.d.ts +12 -0
- package/dist/src/modules/v4/opportunity/opportunity.formatter.js.map +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +29 -0
- package/dist/src/modules/v4/opportunity/opportunity.query-transformer.d.ts +37 -40
- package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +50 -0
- package/dist/src/modules/v4/opportunity/opportunity.repository.js.map +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +84 -0
- package/dist/src/modules/v4/override/override.controller.d.ts +9 -158
- package/dist/src/modules/v4/override/override.controller.js.map +1 -1
- package/dist/src/modules/v4/override/override.model.d.ts +0 -43
- package/dist/src/modules/v4/override/override.model.js.map +1 -1
- package/dist/src/modules/v4/override/override.service.d.ts +1 -81
- package/dist/src/modules/v4/override/override.service.js.map +1 -1
- package/dist/src/modules/v4/payload/payload.controller.d.ts +21 -0
- package/dist/src/modules/v4/payload/payload.service.d.ts +28 -0
- package/dist/src/modules/v4/previousConfig/previousConfig.repository.d.ts +1 -1
- package/dist/src/modules/v4/previousConfig/previousConfig.repository.js.map +1 -1
- package/dist/src/modules/v4/previousConfig/previousConfig.service.d.ts +1 -1
- package/dist/src/modules/v4/previousConfig/previousConfig.service.js.map +1 -1
- package/dist/src/modules/v4/priceSource/priceSource.service.js.map +1 -1
- package/dist/src/modules/v4/program/program.controller.d.ts +28 -0
- package/dist/src/modules/v4/program/program.repository.d.ts +8 -0
- package/dist/src/modules/v4/program/program.service.d.ts +28 -0
- package/dist/src/modules/v4/programPayload/programPayload.controller.d.ts +2 -0
- package/dist/src/modules/v4/programPayload/programPayload.service.d.ts +2 -0
- package/dist/src/modules/v4/protocol/protocol.controller.d.ts +6 -0
- package/dist/src/modules/v4/protocol/protocol.model.d.ts +7 -0
- package/dist/src/modules/v4/protocol/protocol.model.js.map +1 -1
- package/dist/src/modules/v4/protocol/protocol.repository.js.map +1 -1
- package/dist/src/modules/v4/reward/reward.model.d.ts +7 -0
- package/dist/src/modules/v4/reward/reward.model.js.map +1 -1
- package/dist/src/modules/v4/reward/reward.service.d.ts +40 -394
- package/dist/src/modules/v4/reward/reward.service.js.map +1 -1
- package/dist/src/modules/v4/router.d.ts +792 -162
- package/dist/src/modules/v4/router.js.map +1 -1
- package/dist/src/modules/v4/signoz/signoz.client.d.ts +27 -0
- package/dist/src/modules/v4/signoz/signoz.client.js.map +1 -0
- package/dist/src/modules/v4/signoz/signoz.service.d.ts +44 -0
- package/dist/src/modules/v4/signoz/signoz.service.js.map +1 -0
- package/dist/src/modules/v4/slack/notion-ticket.service.d.ts +24 -0
- package/dist/src/modules/v4/slack/notion-ticket.service.js.map +1 -0
- package/dist/src/modules/v4/{discord/discord.controller.d.ts → slack/slack.controller.d.ts} +27 -2
- package/dist/src/modules/v4/slack/slack.controller.js.map +1 -0
- package/dist/src/modules/v4/slack/slack.model.d.ts +105 -0
- package/dist/src/modules/v4/slack/slack.model.js.map +1 -0
- package/dist/src/modules/v4/slack/slack.service.d.ts +36 -0
- package/dist/src/modules/v4/slack/slack.service.js.map +1 -0
- package/dist/src/modules/v4/slack/urgent-ticket.service.d.ts +43 -0
- package/dist/src/modules/v4/slack/urgent-ticket.service.js.map +1 -0
- package/dist/src/modules/v4/token/token.controller.d.ts +18 -0
- package/dist/src/modules/v4/token/token.model.d.ts +2 -0
- package/dist/src/modules/v4/token/token.repository.d.ts +15 -0
- package/dist/src/modules/v4/token/token.repository.js.map +1 -1
- package/dist/src/modules/v4/token/token.service.d.ts +7 -0
- package/dist/src/modules/v4/token/token.service.js.map +1 -1
- package/dist/src/modules/v4/transaction/transaction.service.d.ts +684 -8
- package/dist/src/modules/v4/uniswap/uniswap.controller.d.ts +18 -0
- package/dist/src/modules/v4/uniswap/uniswap.service.d.ts +9 -0
- package/dist/src/modules/v4/uniswap/uniswap.service.js.map +1 -1
- package/dist/src/modules/v4/user/user.controller.d.ts +15 -0
- package/dist/src/modules/v4/user/user.service.js.map +1 -1
- package/dist/src/scripts/backfill-leafbreakdown-opportunities.d.ts +1 -0
- package/dist/src/scripts/backfill-leafbreakdown-opportunities.js.map +1 -0
- package/dist/src/scripts/catchup-claim-etl.js.map +1 -1
- package/dist/src/scripts/cleanup-empty-leaves.js.map +1 -1
- package/dist/src/scripts/seed-overrides.js.map +1 -1
- package/dist/src/utils/getAPR.d.ts +342 -4
- package/dist/src/utils/parseDistributionType.d.ts +342 -4
- package/dist/src/utils/pricer.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/src/modules/v4/discord/discord.controller.js.map +0 -1
- package/dist/src/modules/v4/discord/discord.model.d.ts +0 -14
- package/dist/src/modules/v4/discord/discord.model.js.map +0 -1
- package/dist/src/modules/v4/discord/discord.service.d.ts +0 -8
- package/dist/src/modules/v4/discord/discord.service.js.map +0 -1
- package/dist/src/modules/v4/override/override.repository.d.ts +0 -34
- package/dist/src/modules/v4/override/override.repository.js.map +0 -1
package/dist/src/index.d.ts
CHANGED
|
@@ -335,6 +335,166 @@ declare const app: Elysia<"", {
|
|
|
335
335
|
};
|
|
336
336
|
};
|
|
337
337
|
};
|
|
338
|
+
} & {
|
|
339
|
+
accounting: {
|
|
340
|
+
unclaimed: {
|
|
341
|
+
post: {
|
|
342
|
+
body: {
|
|
343
|
+
chainId: number;
|
|
344
|
+
amountUSD: number;
|
|
345
|
+
timestamp?: number | undefined;
|
|
346
|
+
};
|
|
347
|
+
params: {};
|
|
348
|
+
query: unknown;
|
|
349
|
+
headers: {
|
|
350
|
+
authorization: string;
|
|
351
|
+
};
|
|
352
|
+
response: {
|
|
353
|
+
200: {
|
|
354
|
+
id: string;
|
|
355
|
+
chainId: number;
|
|
356
|
+
fromTokenId: string;
|
|
357
|
+
toTokenId: string;
|
|
358
|
+
multisig: string;
|
|
359
|
+
recipient: string;
|
|
360
|
+
amountIn: string;
|
|
361
|
+
amountOut: string;
|
|
362
|
+
datetime: Date;
|
|
363
|
+
timestamp: number;
|
|
364
|
+
};
|
|
365
|
+
422: {
|
|
366
|
+
type: "validation";
|
|
367
|
+
on: string;
|
|
368
|
+
summary?: string | undefined;
|
|
369
|
+
message?: string | undefined;
|
|
370
|
+
found?: unknown;
|
|
371
|
+
property?: string | undefined;
|
|
372
|
+
expected?: string | undefined;
|
|
373
|
+
};
|
|
374
|
+
};
|
|
375
|
+
};
|
|
376
|
+
};
|
|
377
|
+
};
|
|
378
|
+
} & {
|
|
379
|
+
accounting: {
|
|
380
|
+
unclaimed: {
|
|
381
|
+
get: {
|
|
382
|
+
body: unknown;
|
|
383
|
+
params: {};
|
|
384
|
+
query: unknown;
|
|
385
|
+
headers: {
|
|
386
|
+
authorization: string;
|
|
387
|
+
};
|
|
388
|
+
response: {
|
|
389
|
+
200: {
|
|
390
|
+
total: number;
|
|
391
|
+
breakdown: {
|
|
392
|
+
[key: number]: {
|
|
393
|
+
chainAmount: number;
|
|
394
|
+
percentage: number;
|
|
395
|
+
};
|
|
396
|
+
};
|
|
397
|
+
};
|
|
398
|
+
422: {
|
|
399
|
+
type: "validation";
|
|
400
|
+
on: string;
|
|
401
|
+
summary?: string | undefined;
|
|
402
|
+
message?: string | undefined;
|
|
403
|
+
found?: unknown;
|
|
404
|
+
property?: string | undefined;
|
|
405
|
+
expected?: string | undefined;
|
|
406
|
+
};
|
|
407
|
+
};
|
|
408
|
+
};
|
|
409
|
+
};
|
|
410
|
+
};
|
|
411
|
+
} & {
|
|
412
|
+
accounting: {
|
|
413
|
+
unclaimed: {
|
|
414
|
+
"per-month": {
|
|
415
|
+
":year": {
|
|
416
|
+
":month": {
|
|
417
|
+
get: {
|
|
418
|
+
body: unknown;
|
|
419
|
+
params: {
|
|
420
|
+
month: number;
|
|
421
|
+
year: number;
|
|
422
|
+
};
|
|
423
|
+
query: unknown;
|
|
424
|
+
headers: {
|
|
425
|
+
authorization: string;
|
|
426
|
+
};
|
|
427
|
+
response: {
|
|
428
|
+
200: {
|
|
429
|
+
total: number;
|
|
430
|
+
breakdown: {
|
|
431
|
+
[key: number]: {
|
|
432
|
+
chainAmount: number;
|
|
433
|
+
percentage: number;
|
|
434
|
+
};
|
|
435
|
+
};
|
|
436
|
+
from: string;
|
|
437
|
+
to: string;
|
|
438
|
+
};
|
|
439
|
+
422: {
|
|
440
|
+
type: "validation";
|
|
441
|
+
on: string;
|
|
442
|
+
summary?: string | undefined;
|
|
443
|
+
message?: string | undefined;
|
|
444
|
+
found?: unknown;
|
|
445
|
+
property?: string | undefined;
|
|
446
|
+
expected?: string | undefined;
|
|
447
|
+
};
|
|
448
|
+
};
|
|
449
|
+
};
|
|
450
|
+
};
|
|
451
|
+
};
|
|
452
|
+
};
|
|
453
|
+
};
|
|
454
|
+
};
|
|
455
|
+
} & {
|
|
456
|
+
accounting: {
|
|
457
|
+
unclaimed: {
|
|
458
|
+
chains: {
|
|
459
|
+
":chainId": {
|
|
460
|
+
"per-month": {
|
|
461
|
+
":year": {
|
|
462
|
+
":month": {
|
|
463
|
+
get: {
|
|
464
|
+
body: unknown;
|
|
465
|
+
params: {
|
|
466
|
+
chainId: number;
|
|
467
|
+
month: number;
|
|
468
|
+
year: number;
|
|
469
|
+
};
|
|
470
|
+
query: unknown;
|
|
471
|
+
headers: {
|
|
472
|
+
authorization: string;
|
|
473
|
+
};
|
|
474
|
+
response: {
|
|
475
|
+
200: {
|
|
476
|
+
totalAmount: number;
|
|
477
|
+
from: string;
|
|
478
|
+
to: string;
|
|
479
|
+
};
|
|
480
|
+
422: {
|
|
481
|
+
type: "validation";
|
|
482
|
+
on: string;
|
|
483
|
+
summary?: string | undefined;
|
|
484
|
+
message?: string | undefined;
|
|
485
|
+
found?: unknown;
|
|
486
|
+
property?: string | undefined;
|
|
487
|
+
expected?: string | undefined;
|
|
488
|
+
};
|
|
489
|
+
};
|
|
490
|
+
};
|
|
491
|
+
};
|
|
492
|
+
};
|
|
493
|
+
};
|
|
494
|
+
};
|
|
495
|
+
};
|
|
496
|
+
};
|
|
497
|
+
};
|
|
338
498
|
} & {
|
|
339
499
|
developer: {
|
|
340
500
|
keys: {};
|
|
@@ -531,7 +691,7 @@ declare const app: Elysia<"", {
|
|
|
531
691
|
};
|
|
532
692
|
};
|
|
533
693
|
} & {
|
|
534
|
-
|
|
694
|
+
slack: {
|
|
535
695
|
engine: {
|
|
536
696
|
"campaign-creation-failure": {
|
|
537
697
|
post: {
|
|
@@ -564,6 +724,31 @@ declare const app: Elysia<"", {
|
|
|
564
724
|
};
|
|
565
725
|
};
|
|
566
726
|
};
|
|
727
|
+
} & {
|
|
728
|
+
slack: {
|
|
729
|
+
interactivity: {
|
|
730
|
+
post: {
|
|
731
|
+
body: string;
|
|
732
|
+
params: {};
|
|
733
|
+
query: unknown;
|
|
734
|
+
headers: unknown;
|
|
735
|
+
response: {
|
|
736
|
+
200: Record<string, unknown> | {
|
|
737
|
+
ok: boolean;
|
|
738
|
+
};
|
|
739
|
+
422: {
|
|
740
|
+
type: "validation";
|
|
741
|
+
on: string;
|
|
742
|
+
summary?: string | undefined;
|
|
743
|
+
message?: string | undefined;
|
|
744
|
+
found?: unknown;
|
|
745
|
+
property?: string | undefined;
|
|
746
|
+
expected?: string | undefined;
|
|
747
|
+
};
|
|
748
|
+
};
|
|
749
|
+
};
|
|
750
|
+
};
|
|
751
|
+
};
|
|
567
752
|
} & {
|
|
568
753
|
apr: {
|
|
569
754
|
native: {
|
|
@@ -838,6 +1023,8 @@ declare const app: Elysia<"", {
|
|
|
838
1023
|
price: number | null;
|
|
839
1024
|
updatedAt: number | null;
|
|
840
1025
|
priceSource: string | null;
|
|
1026
|
+
priceAlertDismissedAt: number | null;
|
|
1027
|
+
priceAlertCount: number;
|
|
841
1028
|
} | null;
|
|
842
1029
|
User: {
|
|
843
1030
|
address: string;
|
|
@@ -941,6 +1128,8 @@ declare const app: Elysia<"", {
|
|
|
941
1128
|
price: number | null;
|
|
942
1129
|
updatedAt: number | null;
|
|
943
1130
|
priceSource: string | null;
|
|
1131
|
+
priceAlertDismissedAt: number | null;
|
|
1132
|
+
priceAlertCount: number;
|
|
944
1133
|
} | null;
|
|
945
1134
|
User: {
|
|
946
1135
|
address: string;
|
|
@@ -1537,6 +1726,8 @@ declare const app: Elysia<"", {
|
|
|
1537
1726
|
priceSource?: string | null | undefined;
|
|
1538
1727
|
displaySymbol?: string | undefined;
|
|
1539
1728
|
underlyingTokenId?: string | undefined;
|
|
1729
|
+
priceAlertDismissedAt?: number | undefined;
|
|
1730
|
+
priceAlertCount?: number | undefined;
|
|
1540
1731
|
}[];
|
|
1541
1732
|
chain: {
|
|
1542
1733
|
id: number;
|
|
@@ -1695,6 +1886,8 @@ declare const app: Elysia<"", {
|
|
|
1695
1886
|
priceSource?: string | null | undefined;
|
|
1696
1887
|
displaySymbol?: string | undefined;
|
|
1697
1888
|
underlyingTokenId?: string | undefined;
|
|
1889
|
+
priceAlertDismissedAt?: number | undefined;
|
|
1890
|
+
priceAlertCount?: number | undefined;
|
|
1698
1891
|
};
|
|
1699
1892
|
opportunityId?: string | undefined;
|
|
1700
1893
|
distributionChain?: {
|
|
@@ -1729,6 +1922,7 @@ declare const app: Elysia<"", {
|
|
|
1729
1922
|
dailyRewardsBreakdown?: {
|
|
1730
1923
|
campaignId: string;
|
|
1731
1924
|
value: number;
|
|
1925
|
+
maxValue?: number | undefined;
|
|
1732
1926
|
timestamp: string | bigint;
|
|
1733
1927
|
token: {
|
|
1734
1928
|
id: string;
|
|
@@ -1747,6 +1941,8 @@ declare const app: Elysia<"", {
|
|
|
1747
1941
|
priceSource?: string | null | undefined;
|
|
1748
1942
|
displaySymbol?: string | undefined;
|
|
1749
1943
|
underlyingTokenId?: string | undefined;
|
|
1944
|
+
priceAlertDismissedAt?: number | undefined;
|
|
1945
|
+
priceAlertCount?: number | undefined;
|
|
1750
1946
|
};
|
|
1751
1947
|
amount: string | bigint;
|
|
1752
1948
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -1834,6 +2030,7 @@ declare const app: Elysia<"", {
|
|
|
1834
2030
|
dailyRewardsBreakdown?: {
|
|
1835
2031
|
campaignId: string;
|
|
1836
2032
|
value: number;
|
|
2033
|
+
maxValue?: number | undefined;
|
|
1837
2034
|
timestamp: string | bigint;
|
|
1838
2035
|
token: {
|
|
1839
2036
|
id: string;
|
|
@@ -1852,6 +2049,8 @@ declare const app: Elysia<"", {
|
|
|
1852
2049
|
priceSource?: string | null | undefined;
|
|
1853
2050
|
displaySymbol?: string | undefined;
|
|
1854
2051
|
underlyingTokenId?: string | undefined;
|
|
2052
|
+
priceAlertDismissedAt?: number | undefined;
|
|
2053
|
+
priceAlertCount?: number | undefined;
|
|
1855
2054
|
};
|
|
1856
2055
|
amount: string | bigint;
|
|
1857
2056
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -1899,6 +2098,8 @@ declare const app: Elysia<"", {
|
|
|
1899
2098
|
priceSource?: string | null | undefined;
|
|
1900
2099
|
displaySymbol?: string | undefined;
|
|
1901
2100
|
underlyingTokenId?: string | undefined;
|
|
2101
|
+
priceAlertDismissedAt?: number | undefined;
|
|
2102
|
+
priceAlertCount?: number | undefined;
|
|
1902
2103
|
};
|
|
1903
2104
|
rewardTokenId?: string | undefined;
|
|
1904
2105
|
rootCampaignId?: string | null | undefined;
|
|
@@ -2121,6 +2322,8 @@ declare const app: Elysia<"", {
|
|
|
2121
2322
|
priceSource?: string | null | undefined;
|
|
2122
2323
|
displaySymbol?: string | undefined;
|
|
2123
2324
|
underlyingTokenId?: string | undefined;
|
|
2325
|
+
priceAlertDismissedAt?: number | undefined;
|
|
2326
|
+
priceAlertCount?: number | undefined;
|
|
2124
2327
|
}[];
|
|
2125
2328
|
chain: {
|
|
2126
2329
|
id: number;
|
|
@@ -2190,6 +2393,8 @@ declare const app: Elysia<"", {
|
|
|
2190
2393
|
priceSource?: string | null | undefined;
|
|
2191
2394
|
displaySymbol?: string | undefined;
|
|
2192
2395
|
underlyingTokenId?: string | undefined;
|
|
2396
|
+
priceAlertDismissedAt?: number | undefined;
|
|
2397
|
+
priceAlertCount?: number | undefined;
|
|
2193
2398
|
} | undefined;
|
|
2194
2399
|
} | undefined;
|
|
2195
2400
|
tvlRecord?: {
|
|
@@ -2207,6 +2412,7 @@ declare const app: Elysia<"", {
|
|
|
2207
2412
|
breakdowns: {
|
|
2208
2413
|
campaignId: string;
|
|
2209
2414
|
value: number;
|
|
2415
|
+
maxValue?: number | undefined;
|
|
2210
2416
|
timestamp: string | bigint;
|
|
2211
2417
|
token: {
|
|
2212
2418
|
id: string;
|
|
@@ -2225,6 +2431,8 @@ declare const app: Elysia<"", {
|
|
|
2225
2431
|
priceSource?: string | null | undefined;
|
|
2226
2432
|
displaySymbol?: string | undefined;
|
|
2227
2433
|
underlyingTokenId?: string | undefined;
|
|
2434
|
+
priceAlertDismissedAt?: number | undefined;
|
|
2435
|
+
priceAlertCount?: number | undefined;
|
|
2228
2436
|
};
|
|
2229
2437
|
amount: string | bigint;
|
|
2230
2438
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -2283,6 +2491,8 @@ declare const app: Elysia<"", {
|
|
|
2283
2491
|
priceSource?: string | null | undefined;
|
|
2284
2492
|
displaySymbol?: string | undefined;
|
|
2285
2493
|
underlyingTokenId?: string | undefined;
|
|
2494
|
+
priceAlertDismissedAt?: number | undefined;
|
|
2495
|
+
priceAlertCount?: number | undefined;
|
|
2286
2496
|
};
|
|
2287
2497
|
opportunityId?: string | undefined;
|
|
2288
2498
|
distributionChain?: {
|
|
@@ -2317,6 +2527,7 @@ declare const app: Elysia<"", {
|
|
|
2317
2527
|
dailyRewardsBreakdown?: {
|
|
2318
2528
|
campaignId: string;
|
|
2319
2529
|
value: number;
|
|
2530
|
+
maxValue?: number | undefined;
|
|
2320
2531
|
timestamp: string | bigint;
|
|
2321
2532
|
token: {
|
|
2322
2533
|
id: string;
|
|
@@ -2335,6 +2546,8 @@ declare const app: Elysia<"", {
|
|
|
2335
2546
|
priceSource?: string | null | undefined;
|
|
2336
2547
|
displaySymbol?: string | undefined;
|
|
2337
2548
|
underlyingTokenId?: string | undefined;
|
|
2549
|
+
priceAlertDismissedAt?: number | undefined;
|
|
2550
|
+
priceAlertCount?: number | undefined;
|
|
2338
2551
|
};
|
|
2339
2552
|
amount: string | bigint;
|
|
2340
2553
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -2403,6 +2616,8 @@ declare const app: Elysia<"", {
|
|
|
2403
2616
|
priceSource?: string | null | undefined;
|
|
2404
2617
|
displaySymbol?: string | undefined;
|
|
2405
2618
|
underlyingTokenId?: string | undefined;
|
|
2619
|
+
priceAlertDismissedAt?: number | undefined;
|
|
2620
|
+
priceAlertCount?: number | undefined;
|
|
2406
2621
|
}[];
|
|
2407
2622
|
chain: {
|
|
2408
2623
|
id: number;
|
|
@@ -2472,6 +2687,8 @@ declare const app: Elysia<"", {
|
|
|
2472
2687
|
priceSource?: string | null | undefined;
|
|
2473
2688
|
displaySymbol?: string | undefined;
|
|
2474
2689
|
underlyingTokenId?: string | undefined;
|
|
2690
|
+
priceAlertDismissedAt?: number | undefined;
|
|
2691
|
+
priceAlertCount?: number | undefined;
|
|
2475
2692
|
} | undefined;
|
|
2476
2693
|
} | undefined;
|
|
2477
2694
|
tvlRecord?: {
|
|
@@ -2489,6 +2706,7 @@ declare const app: Elysia<"", {
|
|
|
2489
2706
|
breakdowns: {
|
|
2490
2707
|
campaignId: string;
|
|
2491
2708
|
value: number;
|
|
2709
|
+
maxValue?: number | undefined;
|
|
2492
2710
|
timestamp: string | bigint;
|
|
2493
2711
|
token: {
|
|
2494
2712
|
id: string;
|
|
@@ -2507,6 +2725,8 @@ declare const app: Elysia<"", {
|
|
|
2507
2725
|
priceSource?: string | null | undefined;
|
|
2508
2726
|
displaySymbol?: string | undefined;
|
|
2509
2727
|
underlyingTokenId?: string | undefined;
|
|
2728
|
+
priceAlertDismissedAt?: number | undefined;
|
|
2729
|
+
priceAlertCount?: number | undefined;
|
|
2510
2730
|
};
|
|
2511
2731
|
amount: string | bigint;
|
|
2512
2732
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -2565,6 +2785,8 @@ declare const app: Elysia<"", {
|
|
|
2565
2785
|
priceSource?: string | null | undefined;
|
|
2566
2786
|
displaySymbol?: string | undefined;
|
|
2567
2787
|
underlyingTokenId?: string | undefined;
|
|
2788
|
+
priceAlertDismissedAt?: number | undefined;
|
|
2789
|
+
priceAlertCount?: number | undefined;
|
|
2568
2790
|
};
|
|
2569
2791
|
opportunityId?: string | undefined;
|
|
2570
2792
|
distributionChain?: {
|
|
@@ -2599,6 +2821,7 @@ declare const app: Elysia<"", {
|
|
|
2599
2821
|
dailyRewardsBreakdown?: {
|
|
2600
2822
|
campaignId: string;
|
|
2601
2823
|
value: number;
|
|
2824
|
+
maxValue?: number | undefined;
|
|
2602
2825
|
timestamp: string | bigint;
|
|
2603
2826
|
token: {
|
|
2604
2827
|
id: string;
|
|
@@ -2617,6 +2840,8 @@ declare const app: Elysia<"", {
|
|
|
2617
2840
|
priceSource?: string | null | undefined;
|
|
2618
2841
|
displaySymbol?: string | undefined;
|
|
2619
2842
|
underlyingTokenId?: string | undefined;
|
|
2843
|
+
priceAlertDismissedAt?: number | undefined;
|
|
2844
|
+
priceAlertCount?: number | undefined;
|
|
2620
2845
|
};
|
|
2621
2846
|
amount: string | bigint;
|
|
2622
2847
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -2685,6 +2910,8 @@ declare const app: Elysia<"", {
|
|
|
2685
2910
|
priceSource?: string | null | undefined;
|
|
2686
2911
|
displaySymbol?: string | undefined;
|
|
2687
2912
|
underlyingTokenId?: string | undefined;
|
|
2913
|
+
priceAlertDismissedAt?: number | undefined;
|
|
2914
|
+
priceAlertCount?: number | undefined;
|
|
2688
2915
|
}[];
|
|
2689
2916
|
chain: {
|
|
2690
2917
|
id: number;
|
|
@@ -2754,6 +2981,8 @@ declare const app: Elysia<"", {
|
|
|
2754
2981
|
priceSource?: string | null | undefined;
|
|
2755
2982
|
displaySymbol?: string | undefined;
|
|
2756
2983
|
underlyingTokenId?: string | undefined;
|
|
2984
|
+
priceAlertDismissedAt?: number | undefined;
|
|
2985
|
+
priceAlertCount?: number | undefined;
|
|
2757
2986
|
} | undefined;
|
|
2758
2987
|
} | undefined;
|
|
2759
2988
|
tvlRecord?: {
|
|
@@ -2771,6 +3000,7 @@ declare const app: Elysia<"", {
|
|
|
2771
3000
|
breakdowns: {
|
|
2772
3001
|
campaignId: string;
|
|
2773
3002
|
value: number;
|
|
3003
|
+
maxValue?: number | undefined;
|
|
2774
3004
|
timestamp: string | bigint;
|
|
2775
3005
|
token: {
|
|
2776
3006
|
id: string;
|
|
@@ -2789,6 +3019,8 @@ declare const app: Elysia<"", {
|
|
|
2789
3019
|
priceSource?: string | null | undefined;
|
|
2790
3020
|
displaySymbol?: string | undefined;
|
|
2791
3021
|
underlyingTokenId?: string | undefined;
|
|
3022
|
+
priceAlertDismissedAt?: number | undefined;
|
|
3023
|
+
priceAlertCount?: number | undefined;
|
|
2792
3024
|
};
|
|
2793
3025
|
amount: string | bigint;
|
|
2794
3026
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -2847,6 +3079,8 @@ declare const app: Elysia<"", {
|
|
|
2847
3079
|
priceSource?: string | null | undefined;
|
|
2848
3080
|
displaySymbol?: string | undefined;
|
|
2849
3081
|
underlyingTokenId?: string | undefined;
|
|
3082
|
+
priceAlertDismissedAt?: number | undefined;
|
|
3083
|
+
priceAlertCount?: number | undefined;
|
|
2850
3084
|
};
|
|
2851
3085
|
opportunityId?: string | undefined;
|
|
2852
3086
|
distributionChain?: {
|
|
@@ -2881,6 +3115,7 @@ declare const app: Elysia<"", {
|
|
|
2881
3115
|
dailyRewardsBreakdown?: {
|
|
2882
3116
|
campaignId: string;
|
|
2883
3117
|
value: number;
|
|
3118
|
+
maxValue?: number | undefined;
|
|
2884
3119
|
timestamp: string | bigint;
|
|
2885
3120
|
token: {
|
|
2886
3121
|
id: string;
|
|
@@ -2899,6 +3134,8 @@ declare const app: Elysia<"", {
|
|
|
2899
3134
|
priceSource?: string | null | undefined;
|
|
2900
3135
|
displaySymbol?: string | undefined;
|
|
2901
3136
|
underlyingTokenId?: string | undefined;
|
|
3137
|
+
priceAlertDismissedAt?: number | undefined;
|
|
3138
|
+
priceAlertCount?: number | undefined;
|
|
2902
3139
|
};
|
|
2903
3140
|
amount: string | bigint;
|
|
2904
3141
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -3175,6 +3412,8 @@ declare const app: Elysia<"", {
|
|
|
3175
3412
|
priceSource?: string | null | undefined;
|
|
3176
3413
|
displaySymbol?: string | undefined;
|
|
3177
3414
|
underlyingTokenId?: string | undefined;
|
|
3415
|
+
priceAlertDismissedAt?: number | undefined;
|
|
3416
|
+
priceAlertCount?: number | undefined;
|
|
3178
3417
|
};
|
|
3179
3418
|
opportunityId?: string | undefined;
|
|
3180
3419
|
distributionChain?: {
|
|
@@ -3209,6 +3448,7 @@ declare const app: Elysia<"", {
|
|
|
3209
3448
|
dailyRewardsBreakdown?: {
|
|
3210
3449
|
campaignId: string;
|
|
3211
3450
|
value: number;
|
|
3451
|
+
maxValue?: number | undefined;
|
|
3212
3452
|
timestamp: string | bigint;
|
|
3213
3453
|
token: {
|
|
3214
3454
|
id: string;
|
|
@@ -3227,6 +3467,8 @@ declare const app: Elysia<"", {
|
|
|
3227
3467
|
priceSource?: string | null | undefined;
|
|
3228
3468
|
displaySymbol?: string | undefined;
|
|
3229
3469
|
underlyingTokenId?: string | undefined;
|
|
3470
|
+
priceAlertDismissedAt?: number | undefined;
|
|
3471
|
+
priceAlertCount?: number | undefined;
|
|
3230
3472
|
};
|
|
3231
3473
|
amount: string | bigint;
|
|
3232
3474
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -3314,6 +3556,7 @@ declare const app: Elysia<"", {
|
|
|
3314
3556
|
dailyRewardsBreakdown?: {
|
|
3315
3557
|
campaignId: string;
|
|
3316
3558
|
value: number;
|
|
3559
|
+
maxValue?: number | undefined;
|
|
3317
3560
|
timestamp: string | bigint;
|
|
3318
3561
|
token: {
|
|
3319
3562
|
id: string;
|
|
@@ -3332,6 +3575,8 @@ declare const app: Elysia<"", {
|
|
|
3332
3575
|
priceSource?: string | null | undefined;
|
|
3333
3576
|
displaySymbol?: string | undefined;
|
|
3334
3577
|
underlyingTokenId?: string | undefined;
|
|
3578
|
+
priceAlertDismissedAt?: number | undefined;
|
|
3579
|
+
priceAlertCount?: number | undefined;
|
|
3335
3580
|
};
|
|
3336
3581
|
amount: string | bigint;
|
|
3337
3582
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -3379,6 +3624,8 @@ declare const app: Elysia<"", {
|
|
|
3379
3624
|
priceSource?: string | null | undefined;
|
|
3380
3625
|
displaySymbol?: string | undefined;
|
|
3381
3626
|
underlyingTokenId?: string | undefined;
|
|
3627
|
+
priceAlertDismissedAt?: number | undefined;
|
|
3628
|
+
priceAlertCount?: number | undefined;
|
|
3382
3629
|
};
|
|
3383
3630
|
rewardTokenId?: string | undefined;
|
|
3384
3631
|
rootCampaignId?: string | null | undefined;
|
|
@@ -3790,6 +4037,8 @@ declare const app: Elysia<"", {
|
|
|
3790
4037
|
priceSource?: string | null | undefined;
|
|
3791
4038
|
displaySymbol?: string | undefined;
|
|
3792
4039
|
underlyingTokenId?: string | undefined;
|
|
4040
|
+
priceAlertDismissedAt?: number | undefined;
|
|
4041
|
+
priceAlertCount?: number | undefined;
|
|
3793
4042
|
}[];
|
|
3794
4043
|
chain: {
|
|
3795
4044
|
id: number;
|
|
@@ -3983,6 +4232,8 @@ declare const app: Elysia<"", {
|
|
|
3983
4232
|
priceSource?: string | null | undefined;
|
|
3984
4233
|
displaySymbol?: string | undefined;
|
|
3985
4234
|
underlyingTokenId?: string | undefined;
|
|
4235
|
+
priceAlertDismissedAt?: number | undefined;
|
|
4236
|
+
priceAlertCount?: number | undefined;
|
|
3986
4237
|
}[];
|
|
3987
4238
|
chain: {
|
|
3988
4239
|
id: number;
|
|
@@ -4089,6 +4340,8 @@ declare const app: Elysia<"", {
|
|
|
4089
4340
|
breakdowns: ({
|
|
4090
4341
|
amount: bigint;
|
|
4091
4342
|
campaignId: string;
|
|
4343
|
+
maxAmount: bigint;
|
|
4344
|
+
maxValue: number;
|
|
4092
4345
|
timestamp: bigint;
|
|
4093
4346
|
token: {
|
|
4094
4347
|
id: string;
|
|
@@ -4107,6 +4360,8 @@ declare const app: Elysia<"", {
|
|
|
4107
4360
|
priceSource?: string | null | undefined;
|
|
4108
4361
|
displaySymbol?: string | undefined;
|
|
4109
4362
|
underlyingTokenId?: string | undefined;
|
|
4363
|
+
priceAlertDismissedAt?: number | undefined;
|
|
4364
|
+
priceAlertCount?: number | undefined;
|
|
4110
4365
|
};
|
|
4111
4366
|
value: number;
|
|
4112
4367
|
} & {
|
|
@@ -4145,6 +4400,8 @@ declare const app: Elysia<"", {
|
|
|
4145
4400
|
breakdowns: ({
|
|
4146
4401
|
amount: bigint;
|
|
4147
4402
|
campaignId: string;
|
|
4403
|
+
maxAmount: bigint;
|
|
4404
|
+
maxValue: number;
|
|
4148
4405
|
timestamp: bigint;
|
|
4149
4406
|
token: {
|
|
4150
4407
|
id: string;
|
|
@@ -4163,6 +4420,8 @@ declare const app: Elysia<"", {
|
|
|
4163
4420
|
priceSource?: string | null | undefined;
|
|
4164
4421
|
displaySymbol?: string | undefined;
|
|
4165
4422
|
underlyingTokenId?: string | undefined;
|
|
4423
|
+
priceAlertDismissedAt?: number | undefined;
|
|
4424
|
+
priceAlertCount?: number | undefined;
|
|
4166
4425
|
};
|
|
4167
4426
|
value: number;
|
|
4168
4427
|
} & {
|
|
@@ -4646,6 +4905,8 @@ declare const app: Elysia<"", {
|
|
|
4646
4905
|
priceSource?: string | null | undefined;
|
|
4647
4906
|
displaySymbol?: string | undefined;
|
|
4648
4907
|
underlyingTokenId?: string | undefined;
|
|
4908
|
+
priceAlertDismissedAt?: number | undefined;
|
|
4909
|
+
priceAlertCount?: number | undefined;
|
|
4649
4910
|
};
|
|
4650
4911
|
}>;
|
|
4651
4912
|
} | undefined;
|
|
@@ -4669,6 +4930,8 @@ declare const app: Elysia<"", {
|
|
|
4669
4930
|
priceSource?: string | null | undefined;
|
|
4670
4931
|
displaySymbol?: string | undefined;
|
|
4671
4932
|
underlyingTokenId?: string | undefined;
|
|
4933
|
+
priceAlertDismissedAt?: number | undefined;
|
|
4934
|
+
priceAlertCount?: number | undefined;
|
|
4672
4935
|
};
|
|
4673
4936
|
value: number;
|
|
4674
4937
|
}>;
|
|
@@ -4848,6 +5111,8 @@ declare const app: Elysia<"", {
|
|
|
4848
5111
|
price: number | null;
|
|
4849
5112
|
updatedAt: number | null;
|
|
4850
5113
|
priceSource: string | null;
|
|
5114
|
+
priceAlertDismissedAt: number | null;
|
|
5115
|
+
priceAlertCount: number;
|
|
4851
5116
|
};
|
|
4852
5117
|
amount: string;
|
|
4853
5118
|
campaignId: string;
|
|
@@ -4858,6 +5123,7 @@ declare const app: Elysia<"", {
|
|
|
4858
5123
|
} & {
|
|
4859
5124
|
id: string;
|
|
4860
5125
|
value: number;
|
|
5126
|
+
maxValue: number;
|
|
4861
5127
|
timestamp: bigint;
|
|
4862
5128
|
campaignId: string;
|
|
4863
5129
|
dailyRewardsRecordId: string;
|
|
@@ -4906,6 +5172,8 @@ declare const app: Elysia<"", {
|
|
|
4906
5172
|
price: number | null;
|
|
4907
5173
|
updatedAt: number | null;
|
|
4908
5174
|
priceSource: string | null;
|
|
5175
|
+
priceAlertDismissedAt: number | null;
|
|
5176
|
+
priceAlertCount: number;
|
|
4909
5177
|
} | null;
|
|
4910
5178
|
} & {
|
|
4911
5179
|
id: string;
|
|
@@ -4934,6 +5202,8 @@ declare const app: Elysia<"", {
|
|
|
4934
5202
|
price: number | null;
|
|
4935
5203
|
updatedAt: number | null;
|
|
4936
5204
|
priceSource: string | null;
|
|
5205
|
+
priceAlertDismissedAt: number | null;
|
|
5206
|
+
priceAlertCount: number;
|
|
4937
5207
|
}[];
|
|
4938
5208
|
TvlRecords: ({
|
|
4939
5209
|
TvlBreakdown: {
|
|
@@ -5034,6 +5304,8 @@ declare const app: Elysia<"", {
|
|
|
5034
5304
|
breakdowns: ({
|
|
5035
5305
|
amount: bigint;
|
|
5036
5306
|
campaignId: string;
|
|
5307
|
+
maxAmount: bigint;
|
|
5308
|
+
maxValue: number;
|
|
5037
5309
|
timestamp: bigint;
|
|
5038
5310
|
token: {
|
|
5039
5311
|
id: string;
|
|
@@ -5052,6 +5324,8 @@ declare const app: Elysia<"", {
|
|
|
5052
5324
|
priceSource?: string | null | undefined;
|
|
5053
5325
|
displaySymbol?: string | undefined;
|
|
5054
5326
|
underlyingTokenId?: string | undefined;
|
|
5327
|
+
priceAlertDismissedAt?: number | undefined;
|
|
5328
|
+
priceAlertCount?: number | undefined;
|
|
5055
5329
|
};
|
|
5056
5330
|
value: number;
|
|
5057
5331
|
} & {
|
|
@@ -5090,6 +5364,8 @@ declare const app: Elysia<"", {
|
|
|
5090
5364
|
breakdowns: ({
|
|
5091
5365
|
amount: bigint;
|
|
5092
5366
|
campaignId: string;
|
|
5367
|
+
maxAmount: bigint;
|
|
5368
|
+
maxValue: number;
|
|
5093
5369
|
timestamp: bigint;
|
|
5094
5370
|
token: {
|
|
5095
5371
|
id: string;
|
|
@@ -5108,6 +5384,8 @@ declare const app: Elysia<"", {
|
|
|
5108
5384
|
priceSource?: string | null | undefined;
|
|
5109
5385
|
displaySymbol?: string | undefined;
|
|
5110
5386
|
underlyingTokenId?: string | undefined;
|
|
5387
|
+
priceAlertDismissedAt?: number | undefined;
|
|
5388
|
+
priceAlertCount?: number | undefined;
|
|
5111
5389
|
};
|
|
5112
5390
|
value: number;
|
|
5113
5391
|
} & {
|
|
@@ -5179,6 +5457,8 @@ declare const app: Elysia<"", {
|
|
|
5179
5457
|
breakdowns: ({
|
|
5180
5458
|
amount: bigint;
|
|
5181
5459
|
campaignId: string;
|
|
5460
|
+
maxAmount: bigint;
|
|
5461
|
+
maxValue: number;
|
|
5182
5462
|
timestamp: bigint;
|
|
5183
5463
|
token: {
|
|
5184
5464
|
id: string;
|
|
@@ -5197,6 +5477,8 @@ declare const app: Elysia<"", {
|
|
|
5197
5477
|
priceSource?: string | null | undefined;
|
|
5198
5478
|
displaySymbol?: string | undefined;
|
|
5199
5479
|
underlyingTokenId?: string | undefined;
|
|
5480
|
+
priceAlertDismissedAt?: number | undefined;
|
|
5481
|
+
priceAlertCount?: number | undefined;
|
|
5200
5482
|
};
|
|
5201
5483
|
value: number;
|
|
5202
5484
|
} & {
|
|
@@ -5235,6 +5517,8 @@ declare const app: Elysia<"", {
|
|
|
5235
5517
|
breakdowns: ({
|
|
5236
5518
|
amount: bigint;
|
|
5237
5519
|
campaignId: string;
|
|
5520
|
+
maxAmount: bigint;
|
|
5521
|
+
maxValue: number;
|
|
5238
5522
|
timestamp: bigint;
|
|
5239
5523
|
token: {
|
|
5240
5524
|
id: string;
|
|
@@ -5253,6 +5537,8 @@ declare const app: Elysia<"", {
|
|
|
5253
5537
|
priceSource?: string | null | undefined;
|
|
5254
5538
|
displaySymbol?: string | undefined;
|
|
5255
5539
|
underlyingTokenId?: string | undefined;
|
|
5540
|
+
priceAlertDismissedAt?: number | undefined;
|
|
5541
|
+
priceAlertCount?: number | undefined;
|
|
5256
5542
|
};
|
|
5257
5543
|
value: number;
|
|
5258
5544
|
} & {
|
|
@@ -5324,6 +5610,8 @@ declare const app: Elysia<"", {
|
|
|
5324
5610
|
breakdowns: ({
|
|
5325
5611
|
amount: bigint;
|
|
5326
5612
|
campaignId: string;
|
|
5613
|
+
maxAmount: bigint;
|
|
5614
|
+
maxValue: number;
|
|
5327
5615
|
timestamp: bigint;
|
|
5328
5616
|
token: {
|
|
5329
5617
|
id: string;
|
|
@@ -5342,6 +5630,8 @@ declare const app: Elysia<"", {
|
|
|
5342
5630
|
priceSource?: string | null | undefined;
|
|
5343
5631
|
displaySymbol?: string | undefined;
|
|
5344
5632
|
underlyingTokenId?: string | undefined;
|
|
5633
|
+
priceAlertDismissedAt?: number | undefined;
|
|
5634
|
+
priceAlertCount?: number | undefined;
|
|
5345
5635
|
};
|
|
5346
5636
|
value: number;
|
|
5347
5637
|
} & {
|
|
@@ -5380,6 +5670,8 @@ declare const app: Elysia<"", {
|
|
|
5380
5670
|
breakdowns: ({
|
|
5381
5671
|
amount: bigint;
|
|
5382
5672
|
campaignId: string;
|
|
5673
|
+
maxAmount: bigint;
|
|
5674
|
+
maxValue: number;
|
|
5383
5675
|
timestamp: bigint;
|
|
5384
5676
|
token: {
|
|
5385
5677
|
id: string;
|
|
@@ -5398,6 +5690,8 @@ declare const app: Elysia<"", {
|
|
|
5398
5690
|
priceSource?: string | null | undefined;
|
|
5399
5691
|
displaySymbol?: string | undefined;
|
|
5400
5692
|
underlyingTokenId?: string | undefined;
|
|
5693
|
+
priceAlertDismissedAt?: number | undefined;
|
|
5694
|
+
priceAlertCount?: number | undefined;
|
|
5401
5695
|
};
|
|
5402
5696
|
value: number;
|
|
5403
5697
|
} & {
|
|
@@ -5465,6 +5759,8 @@ declare const app: Elysia<"", {
|
|
|
5465
5759
|
breakdowns: ({
|
|
5466
5760
|
amount: bigint;
|
|
5467
5761
|
campaignId: string;
|
|
5762
|
+
maxAmount: bigint;
|
|
5763
|
+
maxValue: number;
|
|
5468
5764
|
timestamp: bigint;
|
|
5469
5765
|
token: {
|
|
5470
5766
|
id: string;
|
|
@@ -5483,6 +5779,8 @@ declare const app: Elysia<"", {
|
|
|
5483
5779
|
priceSource?: string | null | undefined;
|
|
5484
5780
|
displaySymbol?: string | undefined;
|
|
5485
5781
|
underlyingTokenId?: string | undefined;
|
|
5782
|
+
priceAlertDismissedAt?: number | undefined;
|
|
5783
|
+
priceAlertCount?: number | undefined;
|
|
5486
5784
|
};
|
|
5487
5785
|
value: number;
|
|
5488
5786
|
} & {
|
|
@@ -5521,6 +5819,8 @@ declare const app: Elysia<"", {
|
|
|
5521
5819
|
breakdowns: ({
|
|
5522
5820
|
amount: bigint;
|
|
5523
5821
|
campaignId: string;
|
|
5822
|
+
maxAmount: bigint;
|
|
5823
|
+
maxValue: number;
|
|
5524
5824
|
timestamp: bigint;
|
|
5525
5825
|
token: {
|
|
5526
5826
|
id: string;
|
|
@@ -5539,6 +5839,8 @@ declare const app: Elysia<"", {
|
|
|
5539
5839
|
priceSource?: string | null | undefined;
|
|
5540
5840
|
displaySymbol?: string | undefined;
|
|
5541
5841
|
underlyingTokenId?: string | undefined;
|
|
5842
|
+
priceAlertDismissedAt?: number | undefined;
|
|
5843
|
+
priceAlertCount?: number | undefined;
|
|
5542
5844
|
};
|
|
5543
5845
|
value: number;
|
|
5544
5846
|
} & {
|
|
@@ -5723,6 +6025,8 @@ declare const app: Elysia<"", {
|
|
|
5723
6025
|
price: number | null;
|
|
5724
6026
|
updatedAt: number | null;
|
|
5725
6027
|
priceSource: string | null;
|
|
6028
|
+
priceAlertDismissedAt: number | null;
|
|
6029
|
+
priceAlertCount: number;
|
|
5726
6030
|
};
|
|
5727
6031
|
amount: string;
|
|
5728
6032
|
campaignId: string;
|
|
@@ -5733,6 +6037,7 @@ declare const app: Elysia<"", {
|
|
|
5733
6037
|
} & {
|
|
5734
6038
|
id: string;
|
|
5735
6039
|
value: number;
|
|
6040
|
+
maxValue: number;
|
|
5736
6041
|
timestamp: bigint;
|
|
5737
6042
|
campaignId: string;
|
|
5738
6043
|
dailyRewardsRecordId: string;
|
|
@@ -5781,6 +6086,8 @@ declare const app: Elysia<"", {
|
|
|
5781
6086
|
price: number | null;
|
|
5782
6087
|
updatedAt: number | null;
|
|
5783
6088
|
priceSource: string | null;
|
|
6089
|
+
priceAlertDismissedAt: number | null;
|
|
6090
|
+
priceAlertCount: number;
|
|
5784
6091
|
} | null;
|
|
5785
6092
|
} & {
|
|
5786
6093
|
id: string;
|
|
@@ -5809,6 +6116,8 @@ declare const app: Elysia<"", {
|
|
|
5809
6116
|
price: number | null;
|
|
5810
6117
|
updatedAt: number | null;
|
|
5811
6118
|
priceSource: string | null;
|
|
6119
|
+
priceAlertDismissedAt: number | null;
|
|
6120
|
+
priceAlertCount: number;
|
|
5812
6121
|
}[];
|
|
5813
6122
|
TvlRecords: ({
|
|
5814
6123
|
TvlBreakdown: {
|
|
@@ -5989,6 +6298,8 @@ declare const app: Elysia<"", {
|
|
|
5989
6298
|
price: number | null;
|
|
5990
6299
|
updatedAt: number | null;
|
|
5991
6300
|
priceSource: string | null;
|
|
6301
|
+
priceAlertDismissedAt: number | null;
|
|
6302
|
+
priceAlertCount: number;
|
|
5992
6303
|
};
|
|
5993
6304
|
amount: string;
|
|
5994
6305
|
campaignId: string;
|
|
@@ -5999,6 +6310,7 @@ declare const app: Elysia<"", {
|
|
|
5999
6310
|
} & {
|
|
6000
6311
|
id: string;
|
|
6001
6312
|
value: number;
|
|
6313
|
+
maxValue: number;
|
|
6002
6314
|
timestamp: bigint;
|
|
6003
6315
|
campaignId: string;
|
|
6004
6316
|
dailyRewardsRecordId: string;
|
|
@@ -6047,6 +6359,8 @@ declare const app: Elysia<"", {
|
|
|
6047
6359
|
price: number | null;
|
|
6048
6360
|
updatedAt: number | null;
|
|
6049
6361
|
priceSource: string | null;
|
|
6362
|
+
priceAlertDismissedAt: number | null;
|
|
6363
|
+
priceAlertCount: number;
|
|
6050
6364
|
} | null;
|
|
6051
6365
|
} & {
|
|
6052
6366
|
id: string;
|
|
@@ -6075,6 +6389,8 @@ declare const app: Elysia<"", {
|
|
|
6075
6389
|
price: number | null;
|
|
6076
6390
|
updatedAt: number | null;
|
|
6077
6391
|
priceSource: string | null;
|
|
6392
|
+
priceAlertDismissedAt: number | null;
|
|
6393
|
+
priceAlertCount: number;
|
|
6078
6394
|
}[];
|
|
6079
6395
|
TvlRecords: ({
|
|
6080
6396
|
TvlBreakdown: {
|
|
@@ -6254,6 +6570,8 @@ declare const app: Elysia<"", {
|
|
|
6254
6570
|
price: number | null;
|
|
6255
6571
|
updatedAt: number | null;
|
|
6256
6572
|
priceSource: string | null;
|
|
6573
|
+
priceAlertDismissedAt: number | null;
|
|
6574
|
+
priceAlertCount: number;
|
|
6257
6575
|
};
|
|
6258
6576
|
amount: string;
|
|
6259
6577
|
campaignId: string;
|
|
@@ -6264,6 +6582,7 @@ declare const app: Elysia<"", {
|
|
|
6264
6582
|
} & {
|
|
6265
6583
|
id: string;
|
|
6266
6584
|
value: number;
|
|
6585
|
+
maxValue: number;
|
|
6267
6586
|
timestamp: bigint;
|
|
6268
6587
|
campaignId: string;
|
|
6269
6588
|
dailyRewardsRecordId: string;
|
|
@@ -6312,6 +6631,8 @@ declare const app: Elysia<"", {
|
|
|
6312
6631
|
price: number | null;
|
|
6313
6632
|
updatedAt: number | null;
|
|
6314
6633
|
priceSource: string | null;
|
|
6634
|
+
priceAlertDismissedAt: number | null;
|
|
6635
|
+
priceAlertCount: number;
|
|
6315
6636
|
} | null;
|
|
6316
6637
|
} & {
|
|
6317
6638
|
id: string;
|
|
@@ -6340,6 +6661,8 @@ declare const app: Elysia<"", {
|
|
|
6340
6661
|
price: number | null;
|
|
6341
6662
|
updatedAt: number | null;
|
|
6342
6663
|
priceSource: string | null;
|
|
6664
|
+
priceAlertDismissedAt: number | null;
|
|
6665
|
+
priceAlertCount: number;
|
|
6343
6666
|
}[];
|
|
6344
6667
|
TvlRecords: ({
|
|
6345
6668
|
TvlBreakdown: {
|
|
@@ -6713,6 +7036,156 @@ declare const app: Elysia<"", {
|
|
|
6713
7036
|
};
|
|
6714
7037
|
};
|
|
6715
7038
|
};
|
|
7039
|
+
} & {
|
|
7040
|
+
"campaigns-to-process": {
|
|
7041
|
+
engine: {
|
|
7042
|
+
":chainId": {
|
|
7043
|
+
"billing-precheck": {
|
|
7044
|
+
":campaignId": {
|
|
7045
|
+
post: {
|
|
7046
|
+
body: Partial<{
|
|
7047
|
+
source?: "compute" | "indexing" | undefined;
|
|
7048
|
+
}> | null;
|
|
7049
|
+
params: {
|
|
7050
|
+
chainId: number;
|
|
7051
|
+
campaignId: string;
|
|
7052
|
+
} & {
|
|
7053
|
+
chainId: number;
|
|
7054
|
+
};
|
|
7055
|
+
query: unknown;
|
|
7056
|
+
headers: {
|
|
7057
|
+
authorization: string;
|
|
7058
|
+
};
|
|
7059
|
+
response: {
|
|
7060
|
+
200: boolean;
|
|
7061
|
+
422: {
|
|
7062
|
+
type: "validation";
|
|
7063
|
+
on: string;
|
|
7064
|
+
summary?: string | undefined;
|
|
7065
|
+
message?: string | undefined;
|
|
7066
|
+
found?: unknown;
|
|
7067
|
+
property?: string | undefined;
|
|
7068
|
+
expected?: string | undefined;
|
|
7069
|
+
};
|
|
7070
|
+
};
|
|
7071
|
+
};
|
|
7072
|
+
};
|
|
7073
|
+
};
|
|
7074
|
+
};
|
|
7075
|
+
};
|
|
7076
|
+
};
|
|
7077
|
+
} & {
|
|
7078
|
+
"campaigns-to-process": {
|
|
7079
|
+
engine: {
|
|
7080
|
+
":chainId": {
|
|
7081
|
+
"needs-indexing": {
|
|
7082
|
+
get: {
|
|
7083
|
+
body: unknown;
|
|
7084
|
+
params: {
|
|
7085
|
+
chainId: number;
|
|
7086
|
+
} & {
|
|
7087
|
+
chainId: number;
|
|
7088
|
+
};
|
|
7089
|
+
query: unknown;
|
|
7090
|
+
headers: {
|
|
7091
|
+
authorization: string;
|
|
7092
|
+
};
|
|
7093
|
+
response: {
|
|
7094
|
+
200: {
|
|
7095
|
+
campaignId: string;
|
|
7096
|
+
distributionChainId: number;
|
|
7097
|
+
id: string;
|
|
7098
|
+
}[];
|
|
7099
|
+
422: {
|
|
7100
|
+
type: "validation";
|
|
7101
|
+
on: string;
|
|
7102
|
+
summary?: string | undefined;
|
|
7103
|
+
message?: string | undefined;
|
|
7104
|
+
found?: unknown;
|
|
7105
|
+
property?: string | undefined;
|
|
7106
|
+
expected?: string | undefined;
|
|
7107
|
+
};
|
|
7108
|
+
};
|
|
7109
|
+
};
|
|
7110
|
+
};
|
|
7111
|
+
};
|
|
7112
|
+
};
|
|
7113
|
+
};
|
|
7114
|
+
} & {
|
|
7115
|
+
"campaigns-to-process": {
|
|
7116
|
+
engine: {
|
|
7117
|
+
":chainId": {
|
|
7118
|
+
"clear-needs-indexing": {
|
|
7119
|
+
":campaignId": {
|
|
7120
|
+
post: {
|
|
7121
|
+
body: unknown;
|
|
7122
|
+
params: {
|
|
7123
|
+
chainId: number;
|
|
7124
|
+
campaignId: string;
|
|
7125
|
+
} & {
|
|
7126
|
+
chainId: number;
|
|
7127
|
+
};
|
|
7128
|
+
query: unknown;
|
|
7129
|
+
headers: {
|
|
7130
|
+
authorization: string;
|
|
7131
|
+
};
|
|
7132
|
+
response: {
|
|
7133
|
+
200: boolean;
|
|
7134
|
+
422: {
|
|
7135
|
+
type: "validation";
|
|
7136
|
+
on: string;
|
|
7137
|
+
summary?: string | undefined;
|
|
7138
|
+
message?: string | undefined;
|
|
7139
|
+
found?: unknown;
|
|
7140
|
+
property?: string | undefined;
|
|
7141
|
+
expected?: string | undefined;
|
|
7142
|
+
};
|
|
7143
|
+
};
|
|
7144
|
+
};
|
|
7145
|
+
};
|
|
7146
|
+
};
|
|
7147
|
+
};
|
|
7148
|
+
};
|
|
7149
|
+
};
|
|
7150
|
+
} & {
|
|
7151
|
+
"campaigns-to-process": {
|
|
7152
|
+
engine: {
|
|
7153
|
+
":chainId": {
|
|
7154
|
+
"billing-debit": {
|
|
7155
|
+
":campaignId": {
|
|
7156
|
+
post: {
|
|
7157
|
+
body: {
|
|
7158
|
+
cost: number;
|
|
7159
|
+
runKey?: string | undefined;
|
|
7160
|
+
};
|
|
7161
|
+
params: {
|
|
7162
|
+
chainId: number;
|
|
7163
|
+
campaignId: string;
|
|
7164
|
+
} & {
|
|
7165
|
+
chainId: number;
|
|
7166
|
+
};
|
|
7167
|
+
query: unknown;
|
|
7168
|
+
headers: {
|
|
7169
|
+
authorization: string;
|
|
7170
|
+
};
|
|
7171
|
+
response: {
|
|
7172
|
+
200: boolean;
|
|
7173
|
+
422: {
|
|
7174
|
+
type: "validation";
|
|
7175
|
+
on: string;
|
|
7176
|
+
summary?: string | undefined;
|
|
7177
|
+
message?: string | undefined;
|
|
7178
|
+
found?: unknown;
|
|
7179
|
+
property?: string | undefined;
|
|
7180
|
+
expected?: string | undefined;
|
|
7181
|
+
};
|
|
7182
|
+
};
|
|
7183
|
+
};
|
|
7184
|
+
};
|
|
7185
|
+
};
|
|
7186
|
+
};
|
|
7187
|
+
};
|
|
7188
|
+
};
|
|
6716
7189
|
} & {
|
|
6717
7190
|
carousels: {
|
|
6718
7191
|
get: {
|
|
@@ -6790,6 +7263,8 @@ declare const app: Elysia<"", {
|
|
|
6790
7263
|
priceSource?: string | null | undefined;
|
|
6791
7264
|
displaySymbol?: string | undefined;
|
|
6792
7265
|
underlyingTokenId?: string | undefined;
|
|
7266
|
+
priceAlertDismissedAt?: number | undefined;
|
|
7267
|
+
priceAlertCount?: number | undefined;
|
|
6793
7268
|
}[];
|
|
6794
7269
|
chain: {
|
|
6795
7270
|
id: number;
|
|
@@ -6859,6 +7334,8 @@ declare const app: Elysia<"", {
|
|
|
6859
7334
|
priceSource?: string | null | undefined;
|
|
6860
7335
|
displaySymbol?: string | undefined;
|
|
6861
7336
|
underlyingTokenId?: string | undefined;
|
|
7337
|
+
priceAlertDismissedAt?: number | undefined;
|
|
7338
|
+
priceAlertCount?: number | undefined;
|
|
6862
7339
|
} | undefined;
|
|
6863
7340
|
} | undefined;
|
|
6864
7341
|
tvlRecord?: {
|
|
@@ -6876,6 +7353,7 @@ declare const app: Elysia<"", {
|
|
|
6876
7353
|
breakdowns: {
|
|
6877
7354
|
campaignId: string;
|
|
6878
7355
|
value: number;
|
|
7356
|
+
maxValue?: number | undefined;
|
|
6879
7357
|
timestamp: string | bigint;
|
|
6880
7358
|
token: {
|
|
6881
7359
|
id: string;
|
|
@@ -6894,6 +7372,8 @@ declare const app: Elysia<"", {
|
|
|
6894
7372
|
priceSource?: string | null | undefined;
|
|
6895
7373
|
displaySymbol?: string | undefined;
|
|
6896
7374
|
underlyingTokenId?: string | undefined;
|
|
7375
|
+
priceAlertDismissedAt?: number | undefined;
|
|
7376
|
+
priceAlertCount?: number | undefined;
|
|
6897
7377
|
};
|
|
6898
7378
|
amount: string | bigint;
|
|
6899
7379
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -6966,6 +7446,8 @@ declare const app: Elysia<"", {
|
|
|
6966
7446
|
priceSource?: string | null | undefined;
|
|
6967
7447
|
displaySymbol?: string | undefined;
|
|
6968
7448
|
underlyingTokenId?: string | undefined;
|
|
7449
|
+
priceAlertDismissedAt?: number | undefined;
|
|
7450
|
+
priceAlertCount?: number | undefined;
|
|
6969
7451
|
}[];
|
|
6970
7452
|
chain: {
|
|
6971
7453
|
id: number;
|
|
@@ -7035,6 +7517,8 @@ declare const app: Elysia<"", {
|
|
|
7035
7517
|
priceSource?: string | null | undefined;
|
|
7036
7518
|
displaySymbol?: string | undefined;
|
|
7037
7519
|
underlyingTokenId?: string | undefined;
|
|
7520
|
+
priceAlertDismissedAt?: number | undefined;
|
|
7521
|
+
priceAlertCount?: number | undefined;
|
|
7038
7522
|
} | undefined;
|
|
7039
7523
|
} | undefined;
|
|
7040
7524
|
tvlRecord?: {
|
|
@@ -7052,6 +7536,7 @@ declare const app: Elysia<"", {
|
|
|
7052
7536
|
breakdowns: {
|
|
7053
7537
|
campaignId: string;
|
|
7054
7538
|
value: number;
|
|
7539
|
+
maxValue?: number | undefined;
|
|
7055
7540
|
timestamp: string | bigint;
|
|
7056
7541
|
token: {
|
|
7057
7542
|
id: string;
|
|
@@ -7070,6 +7555,8 @@ declare const app: Elysia<"", {
|
|
|
7070
7555
|
priceSource?: string | null | undefined;
|
|
7071
7556
|
displaySymbol?: string | undefined;
|
|
7072
7557
|
underlyingTokenId?: string | undefined;
|
|
7558
|
+
priceAlertDismissedAt?: number | undefined;
|
|
7559
|
+
priceAlertCount?: number | undefined;
|
|
7073
7560
|
};
|
|
7074
7561
|
amount: string | bigint;
|
|
7075
7562
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -7200,6 +7687,8 @@ declare const app: Elysia<"", {
|
|
|
7200
7687
|
priceSource?: string | null | undefined;
|
|
7201
7688
|
displaySymbol?: string | undefined;
|
|
7202
7689
|
underlyingTokenId?: string | undefined;
|
|
7690
|
+
priceAlertDismissedAt?: number | undefined;
|
|
7691
|
+
priceAlertCount?: number | undefined;
|
|
7203
7692
|
}[];
|
|
7204
7693
|
chain: {
|
|
7205
7694
|
id: number;
|
|
@@ -7269,6 +7758,8 @@ declare const app: Elysia<"", {
|
|
|
7269
7758
|
priceSource?: string | null | undefined;
|
|
7270
7759
|
displaySymbol?: string | undefined;
|
|
7271
7760
|
underlyingTokenId?: string | undefined;
|
|
7761
|
+
priceAlertDismissedAt?: number | undefined;
|
|
7762
|
+
priceAlertCount?: number | undefined;
|
|
7272
7763
|
} | undefined;
|
|
7273
7764
|
} | undefined;
|
|
7274
7765
|
tvlRecord?: {
|
|
@@ -7286,6 +7777,7 @@ declare const app: Elysia<"", {
|
|
|
7286
7777
|
breakdowns: {
|
|
7287
7778
|
campaignId: string;
|
|
7288
7779
|
value: number;
|
|
7780
|
+
maxValue?: number | undefined;
|
|
7289
7781
|
timestamp: string | bigint;
|
|
7290
7782
|
token: {
|
|
7291
7783
|
id: string;
|
|
@@ -7304,6 +7796,8 @@ declare const app: Elysia<"", {
|
|
|
7304
7796
|
priceSource?: string | null | undefined;
|
|
7305
7797
|
displaySymbol?: string | undefined;
|
|
7306
7798
|
underlyingTokenId?: string | undefined;
|
|
7799
|
+
priceAlertDismissedAt?: number | undefined;
|
|
7800
|
+
priceAlertCount?: number | undefined;
|
|
7307
7801
|
};
|
|
7308
7802
|
amount: string | bigint;
|
|
7309
7803
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -7376,6 +7870,8 @@ declare const app: Elysia<"", {
|
|
|
7376
7870
|
priceSource?: string | null | undefined;
|
|
7377
7871
|
displaySymbol?: string | undefined;
|
|
7378
7872
|
underlyingTokenId?: string | undefined;
|
|
7873
|
+
priceAlertDismissedAt?: number | undefined;
|
|
7874
|
+
priceAlertCount?: number | undefined;
|
|
7379
7875
|
}[];
|
|
7380
7876
|
chain: {
|
|
7381
7877
|
id: number;
|
|
@@ -7445,6 +7941,8 @@ declare const app: Elysia<"", {
|
|
|
7445
7941
|
priceSource?: string | null | undefined;
|
|
7446
7942
|
displaySymbol?: string | undefined;
|
|
7447
7943
|
underlyingTokenId?: string | undefined;
|
|
7944
|
+
priceAlertDismissedAt?: number | undefined;
|
|
7945
|
+
priceAlertCount?: number | undefined;
|
|
7448
7946
|
} | undefined;
|
|
7449
7947
|
} | undefined;
|
|
7450
7948
|
tvlRecord?: {
|
|
@@ -7462,6 +7960,7 @@ declare const app: Elysia<"", {
|
|
|
7462
7960
|
breakdowns: {
|
|
7463
7961
|
campaignId: string;
|
|
7464
7962
|
value: number;
|
|
7963
|
+
maxValue?: number | undefined;
|
|
7465
7964
|
timestamp: string | bigint;
|
|
7466
7965
|
token: {
|
|
7467
7966
|
id: string;
|
|
@@ -7480,6 +7979,8 @@ declare const app: Elysia<"", {
|
|
|
7480
7979
|
priceSource?: string | null | undefined;
|
|
7481
7980
|
displaySymbol?: string | undefined;
|
|
7482
7981
|
underlyingTokenId?: string | undefined;
|
|
7982
|
+
priceAlertDismissedAt?: number | undefined;
|
|
7983
|
+
priceAlertCount?: number | undefined;
|
|
7483
7984
|
};
|
|
7484
7985
|
amount: string | bigint;
|
|
7485
7986
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -7615,6 +8116,8 @@ declare const app: Elysia<"", {
|
|
|
7615
8116
|
price: number | null;
|
|
7616
8117
|
updatedAt: number | null;
|
|
7617
8118
|
priceSource: string | null;
|
|
8119
|
+
priceAlertDismissedAt: number | null;
|
|
8120
|
+
priceAlertCount: number;
|
|
7618
8121
|
}[];
|
|
7619
8122
|
} & {
|
|
7620
8123
|
id: string;
|
|
@@ -7699,6 +8202,8 @@ declare const app: Elysia<"", {
|
|
|
7699
8202
|
price: number | null;
|
|
7700
8203
|
updatedAt: number | null;
|
|
7701
8204
|
priceSource: string | null;
|
|
8205
|
+
priceAlertDismissedAt: number | null;
|
|
8206
|
+
priceAlertCount: number;
|
|
7702
8207
|
}[];
|
|
7703
8208
|
} & {
|
|
7704
8209
|
id: string;
|
|
@@ -7882,6 +8387,8 @@ declare const app: Elysia<"", {
|
|
|
7882
8387
|
priceSource?: string | null | undefined;
|
|
7883
8388
|
displaySymbol?: string | undefined;
|
|
7884
8389
|
underlyingTokenId?: string | undefined;
|
|
8390
|
+
priceAlertDismissedAt?: number | undefined;
|
|
8391
|
+
priceAlertCount?: number | undefined;
|
|
7885
8392
|
}[];
|
|
7886
8393
|
chain: {
|
|
7887
8394
|
id: number;
|
|
@@ -7951,6 +8458,8 @@ declare const app: Elysia<"", {
|
|
|
7951
8458
|
priceSource?: string | null | undefined;
|
|
7952
8459
|
displaySymbol?: string | undefined;
|
|
7953
8460
|
underlyingTokenId?: string | undefined;
|
|
8461
|
+
priceAlertDismissedAt?: number | undefined;
|
|
8462
|
+
priceAlertCount?: number | undefined;
|
|
7954
8463
|
} | undefined;
|
|
7955
8464
|
} | undefined;
|
|
7956
8465
|
tvlRecord?: {
|
|
@@ -7968,6 +8477,7 @@ declare const app: Elysia<"", {
|
|
|
7968
8477
|
breakdowns: {
|
|
7969
8478
|
campaignId: string;
|
|
7970
8479
|
value: number;
|
|
8480
|
+
maxValue?: number | undefined;
|
|
7971
8481
|
timestamp: string | bigint;
|
|
7972
8482
|
token: {
|
|
7973
8483
|
id: string;
|
|
@@ -7986,6 +8496,8 @@ declare const app: Elysia<"", {
|
|
|
7986
8496
|
priceSource?: string | null | undefined;
|
|
7987
8497
|
displaySymbol?: string | undefined;
|
|
7988
8498
|
underlyingTokenId?: string | undefined;
|
|
8499
|
+
priceAlertDismissedAt?: number | undefined;
|
|
8500
|
+
priceAlertCount?: number | undefined;
|
|
7989
8501
|
};
|
|
7990
8502
|
amount: string | bigint;
|
|
7991
8503
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -8058,6 +8570,8 @@ declare const app: Elysia<"", {
|
|
|
8058
8570
|
priceSource?: string | null | undefined;
|
|
8059
8571
|
displaySymbol?: string | undefined;
|
|
8060
8572
|
underlyingTokenId?: string | undefined;
|
|
8573
|
+
priceAlertDismissedAt?: number | undefined;
|
|
8574
|
+
priceAlertCount?: number | undefined;
|
|
8061
8575
|
}[];
|
|
8062
8576
|
chain: {
|
|
8063
8577
|
id: number;
|
|
@@ -8127,6 +8641,8 @@ declare const app: Elysia<"", {
|
|
|
8127
8641
|
priceSource?: string | null | undefined;
|
|
8128
8642
|
displaySymbol?: string | undefined;
|
|
8129
8643
|
underlyingTokenId?: string | undefined;
|
|
8644
|
+
priceAlertDismissedAt?: number | undefined;
|
|
8645
|
+
priceAlertCount?: number | undefined;
|
|
8130
8646
|
} | undefined;
|
|
8131
8647
|
} | undefined;
|
|
8132
8648
|
tvlRecord?: {
|
|
@@ -8144,6 +8660,7 @@ declare const app: Elysia<"", {
|
|
|
8144
8660
|
breakdowns: {
|
|
8145
8661
|
campaignId: string;
|
|
8146
8662
|
value: number;
|
|
8663
|
+
maxValue?: number | undefined;
|
|
8147
8664
|
timestamp: string | bigint;
|
|
8148
8665
|
token: {
|
|
8149
8666
|
id: string;
|
|
@@ -8162,6 +8679,8 @@ declare const app: Elysia<"", {
|
|
|
8162
8679
|
priceSource?: string | null | undefined;
|
|
8163
8680
|
displaySymbol?: string | undefined;
|
|
8164
8681
|
underlyingTokenId?: string | undefined;
|
|
8682
|
+
priceAlertDismissedAt?: number | undefined;
|
|
8683
|
+
priceAlertCount?: number | undefined;
|
|
8165
8684
|
};
|
|
8166
8685
|
amount: string | bigint;
|
|
8167
8686
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -8322,6 +8841,8 @@ declare const app: Elysia<"", {
|
|
|
8322
8841
|
price: number | null;
|
|
8323
8842
|
updatedAt: number | null;
|
|
8324
8843
|
priceSource: string | null;
|
|
8844
|
+
priceAlertDismissedAt: number | null;
|
|
8845
|
+
priceAlertCount: number;
|
|
8325
8846
|
}[];
|
|
8326
8847
|
} & {
|
|
8327
8848
|
id: string;
|
|
@@ -8406,6 +8927,8 @@ declare const app: Elysia<"", {
|
|
|
8406
8927
|
price: number | null;
|
|
8407
8928
|
updatedAt: number | null;
|
|
8408
8929
|
priceSource: string | null;
|
|
8930
|
+
priceAlertDismissedAt: number | null;
|
|
8931
|
+
priceAlertCount: number;
|
|
8409
8932
|
}[];
|
|
8410
8933
|
} & {
|
|
8411
8934
|
id: string;
|
|
@@ -9048,7 +9571,7 @@ declare const app: Elysia<"", {
|
|
|
9048
9571
|
symbolCurrency1: string;
|
|
9049
9572
|
tickSpacing: number;
|
|
9050
9573
|
} & {
|
|
9051
|
-
protocol: import("@package/resources/enums").ProtocolType.AERODROME | import("@package/resources/enums").ProtocolType.AERODROME_GAUGE_CAP | import("@package/resources/enums").ProtocolType.ARTHSWAP | import("@package/resources/enums").ProtocolType.BASE_SWAP | import("@package/resources/enums").ProtocolType.CAMELOT | import("@package/resources/enums").ProtocolType.CAPRICORN | import("@package/resources/enums").ProtocolType.FENIX | import("@package/resources/enums").ProtocolType.FLOWSWAP | import("@package/resources/enums").ProtocolType.FLUXION | import("@package/resources/enums").ProtocolType.HYBRA | import("@package/resources/enums").ProtocolType.HYDREX | import("@package/resources/enums").ProtocolType.HYPERSWAP | import("@package/resources/enums").ProtocolType.IONEX | import("@package/resources/enums").ProtocolType.IZUMI | import("@package/resources/enums").ProtocolType.JAINE | import("@package/resources/enums").ProtocolType.KATANA | import("@package/resources/enums").ProtocolType.KATANA_ALGEBRA | import("@package/resources/enums").ProtocolType.KITTEN_SWAP | import("@package/resources/enums").ProtocolType.KYO | import("@package/resources/enums").ProtocolType.MONDAY_TRADE | import("@package/resources/enums").ProtocolType.NEPTUNE | import("@package/resources/enums").ProtocolType.NINEMM | import("@package/resources/enums").ProtocolType.PANCAKESWAP | import("@package/resources/enums").ProtocolType.PHARAOH | import("@package/resources/enums").ProtocolType.QUICKSWAP | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA_12 | import("@package/resources/enums").ProtocolType.RAMSES | import("@package/resources/enums").ProtocolType.RETRO | import("@package/resources/enums").ProtocolType.ROOSTER | import("@package/resources/enums").ProtocolType.SATSUMA | import("@package/resources/enums").ProtocolType.PROJECT_X | import("@package/resources/enums").ProtocolType.SNAP | import("@package/resources/enums").ProtocolType.SONEX | import("@package/resources/enums").ProtocolType.SPOOKYSWAP_V3 | import("@package/resources/enums").ProtocolType.SUSHI_SWAP | import("@package/resources/enums").ProtocolType.SWAP_X | import("@package/resources/enums").ProtocolType.SYNC_SWAP | import("@package/resources/enums").ProtocolType.UNISWAPV3 | import("@package/resources/enums").ProtocolType.UNISWAPV4 | import("@package/resources/enums").ProtocolType.VELODROME | import("@package/resources/enums").ProtocolType.VOLTAGE | import("@package/resources/enums").ProtocolType.WOODSWAP | import("@package/resources/enums").ProtocolType.XSWAP | import("@package/resources/enums").ProtocolType.ZERO | import("@package/resources/enums").ProtocolType.GLIQUID | import("@package/resources/enums").ProtocolType.TIGRIS | import("@package/resources/enums").ProtocolType.ZIA;
|
|
9574
|
+
protocol: import("@package/resources/enums").ProtocolType.AERODROME | import("@package/resources/enums").ProtocolType.AERODROME_GAUGE_CAP | import("@package/resources/enums").ProtocolType.ARTHSWAP | import("@package/resources/enums").ProtocolType.BASE_SWAP | import("@package/resources/enums").ProtocolType.CAMELOT | import("@package/resources/enums").ProtocolType.CAPRICORN | import("@package/resources/enums").ProtocolType.FENIX | import("@package/resources/enums").ProtocolType.FLOWSWAP | import("@package/resources/enums").ProtocolType.FLUX | import("@package/resources/enums").ProtocolType.FLUXION | import("@package/resources/enums").ProtocolType.HYBRA | import("@package/resources/enums").ProtocolType.HYDREX | import("@package/resources/enums").ProtocolType.HYPERSWAP | import("@package/resources/enums").ProtocolType.IONEX | import("@package/resources/enums").ProtocolType.IZUMI | import("@package/resources/enums").ProtocolType.JAINE | import("@package/resources/enums").ProtocolType.KATANA | import("@package/resources/enums").ProtocolType.KATANA_ALGEBRA | import("@package/resources/enums").ProtocolType.KITTEN_SWAP | import("@package/resources/enums").ProtocolType.KYO | import("@package/resources/enums").ProtocolType.MONDAY_TRADE | import("@package/resources/enums").ProtocolType.NEPTUNE | import("@package/resources/enums").ProtocolType.NINEMM | import("@package/resources/enums").ProtocolType.PANCAKESWAP | import("@package/resources/enums").ProtocolType.PHARAOH | import("@package/resources/enums").ProtocolType.QUICKSWAP | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA_12 | import("@package/resources/enums").ProtocolType.RAMSES | import("@package/resources/enums").ProtocolType.RETRO | import("@package/resources/enums").ProtocolType.ROOSTER | import("@package/resources/enums").ProtocolType.SATSUMA | import("@package/resources/enums").ProtocolType.PROJECT_X | import("@package/resources/enums").ProtocolType.SNAP | import("@package/resources/enums").ProtocolType.SONEX | import("@package/resources/enums").ProtocolType.SPOOKYSWAP_V3 | import("@package/resources/enums").ProtocolType.SUSHI_SWAP | import("@package/resources/enums").ProtocolType.SWAP_X | import("@package/resources/enums").ProtocolType.SYNC_SWAP | import("@package/resources/enums").ProtocolType.UNISWAPV3 | import("@package/resources/enums").ProtocolType.UNISWAPV4 | import("@package/resources/enums").ProtocolType.VELODROME | import("@package/resources/enums").ProtocolType.VOLTAGE | import("@package/resources/enums").ProtocolType.WOODSWAP | import("@package/resources/enums").ProtocolType.XSWAP | import("@package/resources/enums").ProtocolType.ZERO | import("@package/resources/enums").ProtocolType.GLIQUID | import("@package/resources/enums").ProtocolType.TIGRIS | import("@package/resources/enums").ProtocolType.ZIA;
|
|
9052
9575
|
}) | ({
|
|
9053
9576
|
chainId: number;
|
|
9054
9577
|
currency0: string;
|
|
@@ -9110,7 +9633,7 @@ declare const app: Elysia<"", {
|
|
|
9110
9633
|
symbolCurrency1: string;
|
|
9111
9634
|
tickSpacing: number;
|
|
9112
9635
|
} & {
|
|
9113
|
-
protocol: import("@package/resources/enums").ProtocolType.AERODROME | import("@package/resources/enums").ProtocolType.AERODROME_GAUGE_CAP | import("@package/resources/enums").ProtocolType.ARTHSWAP | import("@package/resources/enums").ProtocolType.BASE_SWAP | import("@package/resources/enums").ProtocolType.CAMELOT | import("@package/resources/enums").ProtocolType.CAPRICORN | import("@package/resources/enums").ProtocolType.FENIX | import("@package/resources/enums").ProtocolType.FLOWSWAP | import("@package/resources/enums").ProtocolType.FLUXION | import("@package/resources/enums").ProtocolType.HYBRA | import("@package/resources/enums").ProtocolType.HYDREX | import("@package/resources/enums").ProtocolType.HYPERSWAP | import("@package/resources/enums").ProtocolType.IONEX | import("@package/resources/enums").ProtocolType.IZUMI | import("@package/resources/enums").ProtocolType.JAINE | import("@package/resources/enums").ProtocolType.KATANA | import("@package/resources/enums").ProtocolType.KATANA_ALGEBRA | import("@package/resources/enums").ProtocolType.KITTEN_SWAP | import("@package/resources/enums").ProtocolType.KYO | import("@package/resources/enums").ProtocolType.MONDAY_TRADE | import("@package/resources/enums").ProtocolType.NEPTUNE | import("@package/resources/enums").ProtocolType.NINEMM | import("@package/resources/enums").ProtocolType.PANCAKESWAP | import("@package/resources/enums").ProtocolType.PHARAOH | import("@package/resources/enums").ProtocolType.QUICKSWAP | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA_12 | import("@package/resources/enums").ProtocolType.RAMSES | import("@package/resources/enums").ProtocolType.RETRO | import("@package/resources/enums").ProtocolType.ROOSTER | import("@package/resources/enums").ProtocolType.SATSUMA | import("@package/resources/enums").ProtocolType.PROJECT_X | import("@package/resources/enums").ProtocolType.SNAP | import("@package/resources/enums").ProtocolType.SONEX | import("@package/resources/enums").ProtocolType.SPOOKYSWAP_V3 | import("@package/resources/enums").ProtocolType.SUSHI_SWAP | import("@package/resources/enums").ProtocolType.SWAP_X | import("@package/resources/enums").ProtocolType.SYNC_SWAP | import("@package/resources/enums").ProtocolType.UNISWAPV3 | import("@package/resources/enums").ProtocolType.UNISWAPV4 | import("@package/resources/enums").ProtocolType.VELODROME | import("@package/resources/enums").ProtocolType.VOLTAGE | import("@package/resources/enums").ProtocolType.WOODSWAP | import("@package/resources/enums").ProtocolType.XSWAP | import("@package/resources/enums").ProtocolType.ZERO | import("@package/resources/enums").ProtocolType.GLIQUID | import("@package/resources/enums").ProtocolType.TIGRIS | import("@package/resources/enums").ProtocolType.ZIA;
|
|
9636
|
+
protocol: import("@package/resources/enums").ProtocolType.AERODROME | import("@package/resources/enums").ProtocolType.AERODROME_GAUGE_CAP | import("@package/resources/enums").ProtocolType.ARTHSWAP | import("@package/resources/enums").ProtocolType.BASE_SWAP | import("@package/resources/enums").ProtocolType.CAMELOT | import("@package/resources/enums").ProtocolType.CAPRICORN | import("@package/resources/enums").ProtocolType.FENIX | import("@package/resources/enums").ProtocolType.FLOWSWAP | import("@package/resources/enums").ProtocolType.FLUX | import("@package/resources/enums").ProtocolType.FLUXION | import("@package/resources/enums").ProtocolType.HYBRA | import("@package/resources/enums").ProtocolType.HYDREX | import("@package/resources/enums").ProtocolType.HYPERSWAP | import("@package/resources/enums").ProtocolType.IONEX | import("@package/resources/enums").ProtocolType.IZUMI | import("@package/resources/enums").ProtocolType.JAINE | import("@package/resources/enums").ProtocolType.KATANA | import("@package/resources/enums").ProtocolType.KATANA_ALGEBRA | import("@package/resources/enums").ProtocolType.KITTEN_SWAP | import("@package/resources/enums").ProtocolType.KYO | import("@package/resources/enums").ProtocolType.MONDAY_TRADE | import("@package/resources/enums").ProtocolType.NEPTUNE | import("@package/resources/enums").ProtocolType.NINEMM | import("@package/resources/enums").ProtocolType.PANCAKESWAP | import("@package/resources/enums").ProtocolType.PHARAOH | import("@package/resources/enums").ProtocolType.QUICKSWAP | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA_12 | import("@package/resources/enums").ProtocolType.RAMSES | import("@package/resources/enums").ProtocolType.RETRO | import("@package/resources/enums").ProtocolType.ROOSTER | import("@package/resources/enums").ProtocolType.SATSUMA | import("@package/resources/enums").ProtocolType.PROJECT_X | import("@package/resources/enums").ProtocolType.SNAP | import("@package/resources/enums").ProtocolType.SONEX | import("@package/resources/enums").ProtocolType.SPOOKYSWAP_V3 | import("@package/resources/enums").ProtocolType.SUSHI_SWAP | import("@package/resources/enums").ProtocolType.SWAP_X | import("@package/resources/enums").ProtocolType.SYNC_SWAP | import("@package/resources/enums").ProtocolType.UNISWAPV3 | import("@package/resources/enums").ProtocolType.UNISWAPV4 | import("@package/resources/enums").ProtocolType.VELODROME | import("@package/resources/enums").ProtocolType.VOLTAGE | import("@package/resources/enums").ProtocolType.WOODSWAP | import("@package/resources/enums").ProtocolType.XSWAP | import("@package/resources/enums").ProtocolType.ZERO | import("@package/resources/enums").ProtocolType.GLIQUID | import("@package/resources/enums").ProtocolType.TIGRIS | import("@package/resources/enums").ProtocolType.ZIA;
|
|
9114
9637
|
}) | ({
|
|
9115
9638
|
chainId: number;
|
|
9116
9639
|
currency0: string;
|
|
@@ -9261,6 +9784,8 @@ declare const app: Elysia<"", {
|
|
|
9261
9784
|
breakdowns: ({
|
|
9262
9785
|
amount: bigint;
|
|
9263
9786
|
campaignId: string;
|
|
9787
|
+
maxAmount: bigint;
|
|
9788
|
+
maxValue: number;
|
|
9264
9789
|
timestamp: bigint;
|
|
9265
9790
|
token: {
|
|
9266
9791
|
id: string;
|
|
@@ -9279,6 +9804,8 @@ declare const app: Elysia<"", {
|
|
|
9279
9804
|
priceSource?: string | null | undefined;
|
|
9280
9805
|
displaySymbol?: string | undefined;
|
|
9281
9806
|
underlyingTokenId?: string | undefined;
|
|
9807
|
+
priceAlertDismissedAt?: number | undefined;
|
|
9808
|
+
priceAlertCount?: number | undefined;
|
|
9282
9809
|
};
|
|
9283
9810
|
value: number;
|
|
9284
9811
|
} & {
|
|
@@ -9317,6 +9844,8 @@ declare const app: Elysia<"", {
|
|
|
9317
9844
|
breakdowns: ({
|
|
9318
9845
|
amount: bigint;
|
|
9319
9846
|
campaignId: string;
|
|
9847
|
+
maxAmount: bigint;
|
|
9848
|
+
maxValue: number;
|
|
9320
9849
|
timestamp: bigint;
|
|
9321
9850
|
token: {
|
|
9322
9851
|
id: string;
|
|
@@ -9335,6 +9864,8 @@ declare const app: Elysia<"", {
|
|
|
9335
9864
|
priceSource?: string | null | undefined;
|
|
9336
9865
|
displaySymbol?: string | undefined;
|
|
9337
9866
|
underlyingTokenId?: string | undefined;
|
|
9867
|
+
priceAlertDismissedAt?: number | undefined;
|
|
9868
|
+
priceAlertCount?: number | undefined;
|
|
9338
9869
|
};
|
|
9339
9870
|
value: number;
|
|
9340
9871
|
} & {
|
|
@@ -9696,6 +10227,8 @@ declare const app: Elysia<"", {
|
|
|
9696
10227
|
price: number | null;
|
|
9697
10228
|
updatedAt: number | null;
|
|
9698
10229
|
priceSource: string | null;
|
|
10230
|
+
priceAlertDismissedAt: number | null;
|
|
10231
|
+
priceAlertCount: number;
|
|
9699
10232
|
};
|
|
9700
10233
|
amount: string;
|
|
9701
10234
|
campaignId: string;
|
|
@@ -9706,6 +10239,7 @@ declare const app: Elysia<"", {
|
|
|
9706
10239
|
} & {
|
|
9707
10240
|
id: string;
|
|
9708
10241
|
value: number;
|
|
10242
|
+
maxValue: number;
|
|
9709
10243
|
timestamp: bigint;
|
|
9710
10244
|
campaignId: string;
|
|
9711
10245
|
dailyRewardsRecordId: string;
|
|
@@ -9754,6 +10288,8 @@ declare const app: Elysia<"", {
|
|
|
9754
10288
|
price: number | null;
|
|
9755
10289
|
updatedAt: number | null;
|
|
9756
10290
|
priceSource: string | null;
|
|
10291
|
+
priceAlertDismissedAt: number | null;
|
|
10292
|
+
priceAlertCount: number;
|
|
9757
10293
|
} | null;
|
|
9758
10294
|
} & {
|
|
9759
10295
|
id: string;
|
|
@@ -9782,6 +10318,8 @@ declare const app: Elysia<"", {
|
|
|
9782
10318
|
price: number | null;
|
|
9783
10319
|
updatedAt: number | null;
|
|
9784
10320
|
priceSource: string | null;
|
|
10321
|
+
priceAlertDismissedAt: number | null;
|
|
10322
|
+
priceAlertCount: number;
|
|
9785
10323
|
}[];
|
|
9786
10324
|
TvlRecords: ({
|
|
9787
10325
|
TvlBreakdown: {
|
|
@@ -9865,6 +10403,8 @@ declare const app: Elysia<"", {
|
|
|
9865
10403
|
breakdowns: ({
|
|
9866
10404
|
amount: bigint;
|
|
9867
10405
|
campaignId: string;
|
|
10406
|
+
maxAmount: bigint;
|
|
10407
|
+
maxValue: number;
|
|
9868
10408
|
timestamp: bigint;
|
|
9869
10409
|
token: {
|
|
9870
10410
|
id: string;
|
|
@@ -9883,6 +10423,8 @@ declare const app: Elysia<"", {
|
|
|
9883
10423
|
priceSource?: string | null | undefined;
|
|
9884
10424
|
displaySymbol?: string | undefined;
|
|
9885
10425
|
underlyingTokenId?: string | undefined;
|
|
10426
|
+
priceAlertDismissedAt?: number | undefined;
|
|
10427
|
+
priceAlertCount?: number | undefined;
|
|
9886
10428
|
};
|
|
9887
10429
|
value: number;
|
|
9888
10430
|
} & {
|
|
@@ -9921,6 +10463,8 @@ declare const app: Elysia<"", {
|
|
|
9921
10463
|
breakdowns: ({
|
|
9922
10464
|
amount: bigint;
|
|
9923
10465
|
campaignId: string;
|
|
10466
|
+
maxAmount: bigint;
|
|
10467
|
+
maxValue: number;
|
|
9924
10468
|
timestamp: bigint;
|
|
9925
10469
|
token: {
|
|
9926
10470
|
id: string;
|
|
@@ -9939,6 +10483,8 @@ declare const app: Elysia<"", {
|
|
|
9939
10483
|
priceSource?: string | null | undefined;
|
|
9940
10484
|
displaySymbol?: string | undefined;
|
|
9941
10485
|
underlyingTokenId?: string | undefined;
|
|
10486
|
+
priceAlertDismissedAt?: number | undefined;
|
|
10487
|
+
priceAlertCount?: number | undefined;
|
|
9942
10488
|
};
|
|
9943
10489
|
value: number;
|
|
9944
10490
|
} & {
|
|
@@ -11118,6 +11664,8 @@ declare const app: Elysia<"", {
|
|
|
11118
11664
|
priceSource?: string | null | undefined;
|
|
11119
11665
|
displaySymbol?: string | undefined;
|
|
11120
11666
|
underlyingTokenId?: string | undefined;
|
|
11667
|
+
priceAlertDismissedAt?: number | undefined;
|
|
11668
|
+
priceAlertCount?: number | undefined;
|
|
11121
11669
|
}[];
|
|
11122
11670
|
chain: {
|
|
11123
11671
|
id: number;
|
|
@@ -11187,6 +11735,8 @@ declare const app: Elysia<"", {
|
|
|
11187
11735
|
priceSource?: string | null | undefined;
|
|
11188
11736
|
displaySymbol?: string | undefined;
|
|
11189
11737
|
underlyingTokenId?: string | undefined;
|
|
11738
|
+
priceAlertDismissedAt?: number | undefined;
|
|
11739
|
+
priceAlertCount?: number | undefined;
|
|
11190
11740
|
} | undefined;
|
|
11191
11741
|
} | undefined;
|
|
11192
11742
|
tvlRecord?: {
|
|
@@ -11204,6 +11754,7 @@ declare const app: Elysia<"", {
|
|
|
11204
11754
|
breakdowns: {
|
|
11205
11755
|
campaignId: string;
|
|
11206
11756
|
value: number;
|
|
11757
|
+
maxValue?: number | undefined;
|
|
11207
11758
|
timestamp: string | bigint;
|
|
11208
11759
|
token: {
|
|
11209
11760
|
id: string;
|
|
@@ -11222,6 +11773,8 @@ declare const app: Elysia<"", {
|
|
|
11222
11773
|
priceSource?: string | null | undefined;
|
|
11223
11774
|
displaySymbol?: string | undefined;
|
|
11224
11775
|
underlyingTokenId?: string | undefined;
|
|
11776
|
+
priceAlertDismissedAt?: number | undefined;
|
|
11777
|
+
priceAlertCount?: number | undefined;
|
|
11225
11778
|
};
|
|
11226
11779
|
amount: string | bigint;
|
|
11227
11780
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -11280,6 +11833,8 @@ declare const app: Elysia<"", {
|
|
|
11280
11833
|
priceSource?: string | null | undefined;
|
|
11281
11834
|
displaySymbol?: string | undefined;
|
|
11282
11835
|
underlyingTokenId?: string | undefined;
|
|
11836
|
+
priceAlertDismissedAt?: number | undefined;
|
|
11837
|
+
priceAlertCount?: number | undefined;
|
|
11283
11838
|
};
|
|
11284
11839
|
opportunityId?: string | undefined;
|
|
11285
11840
|
distributionChain?: {
|
|
@@ -11314,6 +11869,7 @@ declare const app: Elysia<"", {
|
|
|
11314
11869
|
dailyRewardsBreakdown?: {
|
|
11315
11870
|
campaignId: string;
|
|
11316
11871
|
value: number;
|
|
11872
|
+
maxValue?: number | undefined;
|
|
11317
11873
|
timestamp: string | bigint;
|
|
11318
11874
|
token: {
|
|
11319
11875
|
id: string;
|
|
@@ -11332,6 +11888,8 @@ declare const app: Elysia<"", {
|
|
|
11332
11888
|
priceSource?: string | null | undefined;
|
|
11333
11889
|
displaySymbol?: string | undefined;
|
|
11334
11890
|
underlyingTokenId?: string | undefined;
|
|
11891
|
+
priceAlertDismissedAt?: number | undefined;
|
|
11892
|
+
priceAlertCount?: number | undefined;
|
|
11335
11893
|
};
|
|
11336
11894
|
amount: string | bigint;
|
|
11337
11895
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -11614,6 +12172,27 @@ declare const app: Elysia<"", {
|
|
|
11614
12172
|
};
|
|
11615
12173
|
};
|
|
11616
12174
|
};
|
|
12175
|
+
} & {
|
|
12176
|
+
credits: {
|
|
12177
|
+
pricing: {
|
|
12178
|
+
get: {
|
|
12179
|
+
body: unknown;
|
|
12180
|
+
params: {};
|
|
12181
|
+
query: unknown;
|
|
12182
|
+
headers: unknown;
|
|
12183
|
+
response: {
|
|
12184
|
+
200: {
|
|
12185
|
+
baseCostPerWeek: number;
|
|
12186
|
+
costPerRecipient: number;
|
|
12187
|
+
freeTierRecipientThreshold: number;
|
|
12188
|
+
perStoringIdWeeklyRate: number;
|
|
12189
|
+
perDepthWeeklyRate: number;
|
|
12190
|
+
minTopUpAmount: number;
|
|
12191
|
+
};
|
|
12192
|
+
};
|
|
12193
|
+
};
|
|
12194
|
+
};
|
|
12195
|
+
};
|
|
11617
12196
|
} & {
|
|
11618
12197
|
credits: {
|
|
11619
12198
|
":creatorId": {
|
|
@@ -11992,6 +12571,8 @@ declare const app: Elysia<"", {
|
|
|
11992
12571
|
priceSource?: string | null | undefined;
|
|
11993
12572
|
displaySymbol?: string | undefined;
|
|
11994
12573
|
underlyingTokenId?: string | undefined;
|
|
12574
|
+
priceAlertDismissedAt?: number | undefined;
|
|
12575
|
+
priceAlertCount?: number | undefined;
|
|
11995
12576
|
}[];
|
|
11996
12577
|
422: {
|
|
11997
12578
|
type: "validation";
|
|
@@ -12127,6 +12708,8 @@ declare const app: Elysia<"", {
|
|
|
12127
12708
|
priceSource?: string | null | undefined;
|
|
12128
12709
|
displaySymbol?: string | undefined;
|
|
12129
12710
|
underlyingTokenId?: string | undefined;
|
|
12711
|
+
priceAlertDismissedAt?: number | undefined;
|
|
12712
|
+
priceAlertCount?: number | undefined;
|
|
12130
12713
|
}[];
|
|
12131
12714
|
422: {
|
|
12132
12715
|
type: "validation";
|
|
@@ -12206,6 +12789,8 @@ declare const app: Elysia<"", {
|
|
|
12206
12789
|
priceSource?: string | null | undefined;
|
|
12207
12790
|
displaySymbol?: string | undefined;
|
|
12208
12791
|
underlyingTokenId?: string | undefined;
|
|
12792
|
+
priceAlertDismissedAt?: number | undefined;
|
|
12793
|
+
priceAlertCount?: number | undefined;
|
|
12209
12794
|
};
|
|
12210
12795
|
}>;
|
|
12211
12796
|
}>;
|
|
@@ -12633,7 +13218,7 @@ declare const app: Elysia<"", {
|
|
|
12633
13218
|
200: {
|
|
12634
13219
|
storingId: string;
|
|
12635
13220
|
targetStart: number;
|
|
12636
|
-
targetEnd: number;
|
|
13221
|
+
targetEnd: number | null;
|
|
12637
13222
|
}[];
|
|
12638
13223
|
422: {
|
|
12639
13224
|
type: "validation";
|
|
@@ -13516,6 +14101,8 @@ declare const app: Elysia<"", {
|
|
|
13516
14101
|
priceSource?: string | null | undefined;
|
|
13517
14102
|
displaySymbol?: string | undefined;
|
|
13518
14103
|
underlyingTokenId?: string | undefined;
|
|
14104
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14105
|
+
priceAlertCount?: number | undefined;
|
|
13519
14106
|
}[];
|
|
13520
14107
|
chain: {
|
|
13521
14108
|
id: number;
|
|
@@ -13585,6 +14172,8 @@ declare const app: Elysia<"", {
|
|
|
13585
14172
|
priceSource?: string | null | undefined;
|
|
13586
14173
|
displaySymbol?: string | undefined;
|
|
13587
14174
|
underlyingTokenId?: string | undefined;
|
|
14175
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14176
|
+
priceAlertCount?: number | undefined;
|
|
13588
14177
|
} | undefined;
|
|
13589
14178
|
} | undefined;
|
|
13590
14179
|
tvlRecord?: {
|
|
@@ -13602,6 +14191,7 @@ declare const app: Elysia<"", {
|
|
|
13602
14191
|
breakdowns: {
|
|
13603
14192
|
campaignId: string;
|
|
13604
14193
|
value: number;
|
|
14194
|
+
maxValue?: number | undefined;
|
|
13605
14195
|
timestamp: string | bigint;
|
|
13606
14196
|
token: {
|
|
13607
14197
|
id: string;
|
|
@@ -13620,6 +14210,8 @@ declare const app: Elysia<"", {
|
|
|
13620
14210
|
priceSource?: string | null | undefined;
|
|
13621
14211
|
displaySymbol?: string | undefined;
|
|
13622
14212
|
underlyingTokenId?: string | undefined;
|
|
14213
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14214
|
+
priceAlertCount?: number | undefined;
|
|
13623
14215
|
};
|
|
13624
14216
|
amount: string | bigint;
|
|
13625
14217
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -13678,6 +14270,8 @@ declare const app: Elysia<"", {
|
|
|
13678
14270
|
priceSource?: string | null | undefined;
|
|
13679
14271
|
displaySymbol?: string | undefined;
|
|
13680
14272
|
underlyingTokenId?: string | undefined;
|
|
14273
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14274
|
+
priceAlertCount?: number | undefined;
|
|
13681
14275
|
};
|
|
13682
14276
|
opportunityId?: string | undefined;
|
|
13683
14277
|
distributionChain?: {
|
|
@@ -13712,6 +14306,7 @@ declare const app: Elysia<"", {
|
|
|
13712
14306
|
dailyRewardsBreakdown?: {
|
|
13713
14307
|
campaignId: string;
|
|
13714
14308
|
value: number;
|
|
14309
|
+
maxValue?: number | undefined;
|
|
13715
14310
|
timestamp: string | bigint;
|
|
13716
14311
|
token: {
|
|
13717
14312
|
id: string;
|
|
@@ -13730,6 +14325,8 @@ declare const app: Elysia<"", {
|
|
|
13730
14325
|
priceSource?: string | null | undefined;
|
|
13731
14326
|
displaySymbol?: string | undefined;
|
|
13732
14327
|
underlyingTokenId?: string | undefined;
|
|
14328
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14329
|
+
priceAlertCount?: number | undefined;
|
|
13733
14330
|
};
|
|
13734
14331
|
amount: string | bigint;
|
|
13735
14332
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -13840,6 +14437,8 @@ declare const app: Elysia<"", {
|
|
|
13840
14437
|
priceSource?: string | null | undefined;
|
|
13841
14438
|
displaySymbol?: string | undefined;
|
|
13842
14439
|
underlyingTokenId?: string | undefined;
|
|
14440
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14441
|
+
priceAlertCount?: number | undefined;
|
|
13843
14442
|
}[];
|
|
13844
14443
|
chain: {
|
|
13845
14444
|
id: number;
|
|
@@ -13909,6 +14508,8 @@ declare const app: Elysia<"", {
|
|
|
13909
14508
|
priceSource?: string | null | undefined;
|
|
13910
14509
|
displaySymbol?: string | undefined;
|
|
13911
14510
|
underlyingTokenId?: string | undefined;
|
|
14511
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14512
|
+
priceAlertCount?: number | undefined;
|
|
13912
14513
|
} | undefined;
|
|
13913
14514
|
} | undefined;
|
|
13914
14515
|
tvlRecord?: {
|
|
@@ -13926,6 +14527,7 @@ declare const app: Elysia<"", {
|
|
|
13926
14527
|
breakdowns: {
|
|
13927
14528
|
campaignId: string;
|
|
13928
14529
|
value: number;
|
|
14530
|
+
maxValue?: number | undefined;
|
|
13929
14531
|
timestamp: string | bigint;
|
|
13930
14532
|
token: {
|
|
13931
14533
|
id: string;
|
|
@@ -13944,6 +14546,8 @@ declare const app: Elysia<"", {
|
|
|
13944
14546
|
priceSource?: string | null | undefined;
|
|
13945
14547
|
displaySymbol?: string | undefined;
|
|
13946
14548
|
underlyingTokenId?: string | undefined;
|
|
14549
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14550
|
+
priceAlertCount?: number | undefined;
|
|
13947
14551
|
};
|
|
13948
14552
|
amount: string | bigint;
|
|
13949
14553
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -14002,6 +14606,8 @@ declare const app: Elysia<"", {
|
|
|
14002
14606
|
priceSource?: string | null | undefined;
|
|
14003
14607
|
displaySymbol?: string | undefined;
|
|
14004
14608
|
underlyingTokenId?: string | undefined;
|
|
14609
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14610
|
+
priceAlertCount?: number | undefined;
|
|
14005
14611
|
};
|
|
14006
14612
|
opportunityId?: string | undefined;
|
|
14007
14613
|
distributionChain?: {
|
|
@@ -14036,6 +14642,7 @@ declare const app: Elysia<"", {
|
|
|
14036
14642
|
dailyRewardsBreakdown?: {
|
|
14037
14643
|
campaignId: string;
|
|
14038
14644
|
value: number;
|
|
14645
|
+
maxValue?: number | undefined;
|
|
14039
14646
|
timestamp: string | bigint;
|
|
14040
14647
|
token: {
|
|
14041
14648
|
id: string;
|
|
@@ -14054,6 +14661,8 @@ declare const app: Elysia<"", {
|
|
|
14054
14661
|
priceSource?: string | null | undefined;
|
|
14055
14662
|
displaySymbol?: string | undefined;
|
|
14056
14663
|
underlyingTokenId?: string | undefined;
|
|
14664
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14665
|
+
priceAlertCount?: number | undefined;
|
|
14057
14666
|
};
|
|
14058
14667
|
amount: string | bigint;
|
|
14059
14668
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -14121,6 +14730,8 @@ declare const app: Elysia<"", {
|
|
|
14121
14730
|
priceSource?: string | null | undefined;
|
|
14122
14731
|
displaySymbol?: string | undefined;
|
|
14123
14732
|
underlyingTokenId?: string | undefined;
|
|
14733
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14734
|
+
priceAlertCount?: number | undefined;
|
|
14124
14735
|
}[];
|
|
14125
14736
|
chain: {
|
|
14126
14737
|
id: number;
|
|
@@ -14190,6 +14801,8 @@ declare const app: Elysia<"", {
|
|
|
14190
14801
|
priceSource?: string | null | undefined;
|
|
14191
14802
|
displaySymbol?: string | undefined;
|
|
14192
14803
|
underlyingTokenId?: string | undefined;
|
|
14804
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14805
|
+
priceAlertCount?: number | undefined;
|
|
14193
14806
|
} | undefined;
|
|
14194
14807
|
} | undefined;
|
|
14195
14808
|
tvlRecord?: {
|
|
@@ -14207,6 +14820,7 @@ declare const app: Elysia<"", {
|
|
|
14207
14820
|
breakdowns: {
|
|
14208
14821
|
campaignId: string;
|
|
14209
14822
|
value: number;
|
|
14823
|
+
maxValue?: number | undefined;
|
|
14210
14824
|
timestamp: string | bigint;
|
|
14211
14825
|
token: {
|
|
14212
14826
|
id: string;
|
|
@@ -14225,6 +14839,8 @@ declare const app: Elysia<"", {
|
|
|
14225
14839
|
priceSource?: string | null | undefined;
|
|
14226
14840
|
displaySymbol?: string | undefined;
|
|
14227
14841
|
underlyingTokenId?: string | undefined;
|
|
14842
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14843
|
+
priceAlertCount?: number | undefined;
|
|
14228
14844
|
};
|
|
14229
14845
|
amount: string | bigint;
|
|
14230
14846
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -14283,6 +14899,8 @@ declare const app: Elysia<"", {
|
|
|
14283
14899
|
priceSource?: string | null | undefined;
|
|
14284
14900
|
displaySymbol?: string | undefined;
|
|
14285
14901
|
underlyingTokenId?: string | undefined;
|
|
14902
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14903
|
+
priceAlertCount?: number | undefined;
|
|
14286
14904
|
};
|
|
14287
14905
|
opportunityId?: string | undefined;
|
|
14288
14906
|
distributionChain?: {
|
|
@@ -14317,6 +14935,7 @@ declare const app: Elysia<"", {
|
|
|
14317
14935
|
dailyRewardsBreakdown?: {
|
|
14318
14936
|
campaignId: string;
|
|
14319
14937
|
value: number;
|
|
14938
|
+
maxValue?: number | undefined;
|
|
14320
14939
|
timestamp: string | bigint;
|
|
14321
14940
|
token: {
|
|
14322
14941
|
id: string;
|
|
@@ -14335,6 +14954,8 @@ declare const app: Elysia<"", {
|
|
|
14335
14954
|
priceSource?: string | null | undefined;
|
|
14336
14955
|
displaySymbol?: string | undefined;
|
|
14337
14956
|
underlyingTokenId?: string | undefined;
|
|
14957
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14958
|
+
priceAlertCount?: number | undefined;
|
|
14338
14959
|
};
|
|
14339
14960
|
amount: string | bigint;
|
|
14340
14961
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -14446,6 +15067,8 @@ declare const app: Elysia<"", {
|
|
|
14446
15067
|
priceSource?: string | null | undefined;
|
|
14447
15068
|
displaySymbol?: string | undefined;
|
|
14448
15069
|
underlyingTokenId?: string | undefined;
|
|
15070
|
+
priceAlertDismissedAt?: number | undefined;
|
|
15071
|
+
priceAlertCount?: number | undefined;
|
|
14449
15072
|
}[];
|
|
14450
15073
|
chain: {
|
|
14451
15074
|
id: number;
|
|
@@ -14515,6 +15138,8 @@ declare const app: Elysia<"", {
|
|
|
14515
15138
|
priceSource?: string | null | undefined;
|
|
14516
15139
|
displaySymbol?: string | undefined;
|
|
14517
15140
|
underlyingTokenId?: string | undefined;
|
|
15141
|
+
priceAlertDismissedAt?: number | undefined;
|
|
15142
|
+
priceAlertCount?: number | undefined;
|
|
14518
15143
|
} | undefined;
|
|
14519
15144
|
} | undefined;
|
|
14520
15145
|
tvlRecord?: {
|
|
@@ -14532,6 +15157,7 @@ declare const app: Elysia<"", {
|
|
|
14532
15157
|
breakdowns: {
|
|
14533
15158
|
campaignId: string;
|
|
14534
15159
|
value: number;
|
|
15160
|
+
maxValue?: number | undefined;
|
|
14535
15161
|
timestamp: string | bigint;
|
|
14536
15162
|
token: {
|
|
14537
15163
|
id: string;
|
|
@@ -14550,6 +15176,8 @@ declare const app: Elysia<"", {
|
|
|
14550
15176
|
priceSource?: string | null | undefined;
|
|
14551
15177
|
displaySymbol?: string | undefined;
|
|
14552
15178
|
underlyingTokenId?: string | undefined;
|
|
15179
|
+
priceAlertDismissedAt?: number | undefined;
|
|
15180
|
+
priceAlertCount?: number | undefined;
|
|
14553
15181
|
};
|
|
14554
15182
|
amount: string | bigint;
|
|
14555
15183
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -14608,6 +15236,8 @@ declare const app: Elysia<"", {
|
|
|
14608
15236
|
priceSource?: string | null | undefined;
|
|
14609
15237
|
displaySymbol?: string | undefined;
|
|
14610
15238
|
underlyingTokenId?: string | undefined;
|
|
15239
|
+
priceAlertDismissedAt?: number | undefined;
|
|
15240
|
+
priceAlertCount?: number | undefined;
|
|
14611
15241
|
};
|
|
14612
15242
|
opportunityId?: string | undefined;
|
|
14613
15243
|
distributionChain?: {
|
|
@@ -14642,6 +15272,7 @@ declare const app: Elysia<"", {
|
|
|
14642
15272
|
dailyRewardsBreakdown?: {
|
|
14643
15273
|
campaignId: string;
|
|
14644
15274
|
value: number;
|
|
15275
|
+
maxValue?: number | undefined;
|
|
14645
15276
|
timestamp: string | bigint;
|
|
14646
15277
|
token: {
|
|
14647
15278
|
id: string;
|
|
@@ -14660,6 +15291,8 @@ declare const app: Elysia<"", {
|
|
|
14660
15291
|
priceSource?: string | null | undefined;
|
|
14661
15292
|
displaySymbol?: string | undefined;
|
|
14662
15293
|
underlyingTokenId?: string | undefined;
|
|
15294
|
+
priceAlertDismissedAt?: number | undefined;
|
|
15295
|
+
priceAlertCount?: number | undefined;
|
|
14663
15296
|
};
|
|
14664
15297
|
amount: string | bigint;
|
|
14665
15298
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -14868,6 +15501,8 @@ declare const app: Elysia<"", {
|
|
|
14868
15501
|
priceSource?: string | null | undefined;
|
|
14869
15502
|
displaySymbol?: string | undefined;
|
|
14870
15503
|
underlyingTokenId?: string | undefined;
|
|
15504
|
+
priceAlertDismissedAt?: number | undefined;
|
|
15505
|
+
priceAlertCount?: number | undefined;
|
|
14871
15506
|
}[];
|
|
14872
15507
|
chain: {
|
|
14873
15508
|
id: number;
|
|
@@ -14937,6 +15572,8 @@ declare const app: Elysia<"", {
|
|
|
14937
15572
|
priceSource?: string | null | undefined;
|
|
14938
15573
|
displaySymbol?: string | undefined;
|
|
14939
15574
|
underlyingTokenId?: string | undefined;
|
|
15575
|
+
priceAlertDismissedAt?: number | undefined;
|
|
15576
|
+
priceAlertCount?: number | undefined;
|
|
14940
15577
|
} | undefined;
|
|
14941
15578
|
} | undefined;
|
|
14942
15579
|
tvlRecord?: {
|
|
@@ -14954,6 +15591,7 @@ declare const app: Elysia<"", {
|
|
|
14954
15591
|
breakdowns: {
|
|
14955
15592
|
campaignId: string;
|
|
14956
15593
|
value: number;
|
|
15594
|
+
maxValue?: number | undefined;
|
|
14957
15595
|
timestamp: string | bigint;
|
|
14958
15596
|
token: {
|
|
14959
15597
|
id: string;
|
|
@@ -14972,6 +15610,8 @@ declare const app: Elysia<"", {
|
|
|
14972
15610
|
priceSource?: string | null | undefined;
|
|
14973
15611
|
displaySymbol?: string | undefined;
|
|
14974
15612
|
underlyingTokenId?: string | undefined;
|
|
15613
|
+
priceAlertDismissedAt?: number | undefined;
|
|
15614
|
+
priceAlertCount?: number | undefined;
|
|
14975
15615
|
};
|
|
14976
15616
|
amount: string | bigint;
|
|
14977
15617
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -15030,6 +15670,8 @@ declare const app: Elysia<"", {
|
|
|
15030
15670
|
priceSource?: string | null | undefined;
|
|
15031
15671
|
displaySymbol?: string | undefined;
|
|
15032
15672
|
underlyingTokenId?: string | undefined;
|
|
15673
|
+
priceAlertDismissedAt?: number | undefined;
|
|
15674
|
+
priceAlertCount?: number | undefined;
|
|
15033
15675
|
};
|
|
15034
15676
|
opportunityId?: string | undefined;
|
|
15035
15677
|
distributionChain?: {
|
|
@@ -15064,6 +15706,7 @@ declare const app: Elysia<"", {
|
|
|
15064
15706
|
dailyRewardsBreakdown?: {
|
|
15065
15707
|
campaignId: string;
|
|
15066
15708
|
value: number;
|
|
15709
|
+
maxValue?: number | undefined;
|
|
15067
15710
|
timestamp: string | bigint;
|
|
15068
15711
|
token: {
|
|
15069
15712
|
id: string;
|
|
@@ -15082,6 +15725,8 @@ declare const app: Elysia<"", {
|
|
|
15082
15725
|
priceSource?: string | null | undefined;
|
|
15083
15726
|
displaySymbol?: string | undefined;
|
|
15084
15727
|
underlyingTokenId?: string | undefined;
|
|
15728
|
+
priceAlertDismissedAt?: number | undefined;
|
|
15729
|
+
priceAlertCount?: number | undefined;
|
|
15085
15730
|
};
|
|
15086
15731
|
amount: string | bigint;
|
|
15087
15732
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -15149,6 +15794,8 @@ declare const app: Elysia<"", {
|
|
|
15149
15794
|
priceSource?: string | null | undefined;
|
|
15150
15795
|
displaySymbol?: string | undefined;
|
|
15151
15796
|
underlyingTokenId?: string | undefined;
|
|
15797
|
+
priceAlertDismissedAt?: number | undefined;
|
|
15798
|
+
priceAlertCount?: number | undefined;
|
|
15152
15799
|
}[];
|
|
15153
15800
|
chain: {
|
|
15154
15801
|
id: number;
|
|
@@ -15218,6 +15865,8 @@ declare const app: Elysia<"", {
|
|
|
15218
15865
|
priceSource?: string | null | undefined;
|
|
15219
15866
|
displaySymbol?: string | undefined;
|
|
15220
15867
|
underlyingTokenId?: string | undefined;
|
|
15868
|
+
priceAlertDismissedAt?: number | undefined;
|
|
15869
|
+
priceAlertCount?: number | undefined;
|
|
15221
15870
|
} | undefined;
|
|
15222
15871
|
} | undefined;
|
|
15223
15872
|
tvlRecord?: {
|
|
@@ -15235,6 +15884,7 @@ declare const app: Elysia<"", {
|
|
|
15235
15884
|
breakdowns: {
|
|
15236
15885
|
campaignId: string;
|
|
15237
15886
|
value: number;
|
|
15887
|
+
maxValue?: number | undefined;
|
|
15238
15888
|
timestamp: string | bigint;
|
|
15239
15889
|
token: {
|
|
15240
15890
|
id: string;
|
|
@@ -15253,6 +15903,8 @@ declare const app: Elysia<"", {
|
|
|
15253
15903
|
priceSource?: string | null | undefined;
|
|
15254
15904
|
displaySymbol?: string | undefined;
|
|
15255
15905
|
underlyingTokenId?: string | undefined;
|
|
15906
|
+
priceAlertDismissedAt?: number | undefined;
|
|
15907
|
+
priceAlertCount?: number | undefined;
|
|
15256
15908
|
};
|
|
15257
15909
|
amount: string | bigint;
|
|
15258
15910
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -15311,6 +15963,8 @@ declare const app: Elysia<"", {
|
|
|
15311
15963
|
priceSource?: string | null | undefined;
|
|
15312
15964
|
displaySymbol?: string | undefined;
|
|
15313
15965
|
underlyingTokenId?: string | undefined;
|
|
15966
|
+
priceAlertDismissedAt?: number | undefined;
|
|
15967
|
+
priceAlertCount?: number | undefined;
|
|
15314
15968
|
};
|
|
15315
15969
|
opportunityId?: string | undefined;
|
|
15316
15970
|
distributionChain?: {
|
|
@@ -15345,6 +15999,7 @@ declare const app: Elysia<"", {
|
|
|
15345
15999
|
dailyRewardsBreakdown?: {
|
|
15346
16000
|
campaignId: string;
|
|
15347
16001
|
value: number;
|
|
16002
|
+
maxValue?: number | undefined;
|
|
15348
16003
|
timestamp: string | bigint;
|
|
15349
16004
|
token: {
|
|
15350
16005
|
id: string;
|
|
@@ -15363,6 +16018,8 @@ declare const app: Elysia<"", {
|
|
|
15363
16018
|
priceSource?: string | null | undefined;
|
|
15364
16019
|
displaySymbol?: string | undefined;
|
|
15365
16020
|
underlyingTokenId?: string | undefined;
|
|
16021
|
+
priceAlertDismissedAt?: number | undefined;
|
|
16022
|
+
priceAlertCount?: number | undefined;
|
|
15366
16023
|
};
|
|
15367
16024
|
amount: string | bigint;
|
|
15368
16025
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -15981,6 +16638,8 @@ declare const app: Elysia<"", {
|
|
|
15981
16638
|
price: number | null;
|
|
15982
16639
|
updatedAt: number | null;
|
|
15983
16640
|
priceSource: string | null;
|
|
16641
|
+
priceAlertDismissedAt: number | null;
|
|
16642
|
+
priceAlertCount: number;
|
|
15984
16643
|
};
|
|
15985
16644
|
amount: string;
|
|
15986
16645
|
campaignId: string;
|
|
@@ -15991,6 +16650,7 @@ declare const app: Elysia<"", {
|
|
|
15991
16650
|
} & {
|
|
15992
16651
|
id: string;
|
|
15993
16652
|
value: number;
|
|
16653
|
+
maxValue: number;
|
|
15994
16654
|
timestamp: bigint;
|
|
15995
16655
|
campaignId: string;
|
|
15996
16656
|
dailyRewardsRecordId: string;
|
|
@@ -16039,6 +16699,8 @@ declare const app: Elysia<"", {
|
|
|
16039
16699
|
price: number | null;
|
|
16040
16700
|
updatedAt: number | null;
|
|
16041
16701
|
priceSource: string | null;
|
|
16702
|
+
priceAlertDismissedAt: number | null;
|
|
16703
|
+
priceAlertCount: number;
|
|
16042
16704
|
} | null;
|
|
16043
16705
|
} & {
|
|
16044
16706
|
id: string;
|
|
@@ -16067,6 +16729,8 @@ declare const app: Elysia<"", {
|
|
|
16067
16729
|
price: number | null;
|
|
16068
16730
|
updatedAt: number | null;
|
|
16069
16731
|
priceSource: string | null;
|
|
16732
|
+
priceAlertDismissedAt: number | null;
|
|
16733
|
+
priceAlertCount: number;
|
|
16070
16734
|
}[];
|
|
16071
16735
|
TvlRecords: ({
|
|
16072
16736
|
TvlBreakdown: {
|
|
@@ -16490,6 +17154,8 @@ declare const app: Elysia<"", {
|
|
|
16490
17154
|
price: number | null;
|
|
16491
17155
|
updatedAt: number | null;
|
|
16492
17156
|
priceSource: string | null;
|
|
17157
|
+
priceAlertDismissedAt: number | null;
|
|
17158
|
+
priceAlertCount: number;
|
|
16493
17159
|
};
|
|
16494
17160
|
amount: string;
|
|
16495
17161
|
campaignId: string;
|
|
@@ -16500,6 +17166,7 @@ declare const app: Elysia<"", {
|
|
|
16500
17166
|
} & {
|
|
16501
17167
|
id: string;
|
|
16502
17168
|
value: number;
|
|
17169
|
+
maxValue: number;
|
|
16503
17170
|
timestamp: bigint;
|
|
16504
17171
|
campaignId: string;
|
|
16505
17172
|
dailyRewardsRecordId: string;
|
|
@@ -16548,6 +17215,8 @@ declare const app: Elysia<"", {
|
|
|
16548
17215
|
price: number | null;
|
|
16549
17216
|
updatedAt: number | null;
|
|
16550
17217
|
priceSource: string | null;
|
|
17218
|
+
priceAlertDismissedAt: number | null;
|
|
17219
|
+
priceAlertCount: number;
|
|
16551
17220
|
} | null;
|
|
16552
17221
|
} & {
|
|
16553
17222
|
id: string;
|
|
@@ -16576,6 +17245,8 @@ declare const app: Elysia<"", {
|
|
|
16576
17245
|
price: number | null;
|
|
16577
17246
|
updatedAt: number | null;
|
|
16578
17247
|
priceSource: string | null;
|
|
17248
|
+
priceAlertDismissedAt: number | null;
|
|
17249
|
+
priceAlertCount: number;
|
|
16579
17250
|
}[];
|
|
16580
17251
|
TvlRecords: ({
|
|
16581
17252
|
TvlBreakdown: {
|
|
@@ -16744,84 +17415,22 @@ declare const app: Elysia<"", {
|
|
|
16744
17415
|
};
|
|
16745
17416
|
} & {
|
|
16746
17417
|
overrides: {
|
|
16747
|
-
|
|
17418
|
+
check: {
|
|
16748
17419
|
post: {
|
|
16749
17420
|
body: {
|
|
16750
|
-
|
|
16751
|
-
|
|
17421
|
+
oldConfig: any;
|
|
17422
|
+
newConfig: any;
|
|
16752
17423
|
};
|
|
16753
17424
|
params: {};
|
|
16754
17425
|
query: unknown;
|
|
16755
17426
|
headers: unknown;
|
|
16756
|
-
response: {
|
|
16757
|
-
200: any;
|
|
16758
|
-
422: {
|
|
16759
|
-
type: "validation";
|
|
16760
|
-
on: string;
|
|
16761
|
-
summary?: string | undefined;
|
|
16762
|
-
message?: string | undefined;
|
|
16763
|
-
found?: unknown;
|
|
16764
|
-
property?: string | undefined;
|
|
16765
|
-
expected?: string | undefined;
|
|
16766
|
-
};
|
|
16767
|
-
};
|
|
16768
|
-
};
|
|
16769
|
-
};
|
|
16770
|
-
};
|
|
16771
|
-
} & {
|
|
16772
|
-
overrides: {
|
|
16773
|
-
apply: {
|
|
16774
|
-
":campaignId": {
|
|
16775
|
-
post: {
|
|
16776
|
-
body: unknown;
|
|
16777
|
-
params: {
|
|
16778
|
-
campaignId: string;
|
|
16779
|
-
};
|
|
16780
|
-
query: unknown;
|
|
16781
|
-
headers: unknown;
|
|
16782
|
-
response: {
|
|
16783
|
-
200: any;
|
|
16784
|
-
422: {
|
|
16785
|
-
type: "validation";
|
|
16786
|
-
on: string;
|
|
16787
|
-
summary?: string | undefined;
|
|
16788
|
-
message?: string | undefined;
|
|
16789
|
-
found?: unknown;
|
|
16790
|
-
property?: string | undefined;
|
|
16791
|
-
expected?: string | undefined;
|
|
16792
|
-
};
|
|
16793
|
-
};
|
|
16794
|
-
};
|
|
16795
|
-
};
|
|
16796
|
-
};
|
|
16797
|
-
};
|
|
16798
|
-
} & {
|
|
16799
|
-
overrides: {
|
|
16800
|
-
":campaignId": {
|
|
16801
|
-
get: {
|
|
16802
|
-
body: unknown;
|
|
16803
|
-
params: {
|
|
16804
|
-
campaignId: string;
|
|
16805
|
-
};
|
|
16806
|
-
query: unknown;
|
|
16807
|
-
headers: unknown;
|
|
16808
17427
|
response: {
|
|
16809
17428
|
200: {
|
|
16810
|
-
|
|
16811
|
-
|
|
16812
|
-
type: "insert";
|
|
16813
|
-
path: string;
|
|
16814
|
-
value: any;
|
|
16815
|
-
} | {
|
|
16816
|
-
type: "update";
|
|
16817
|
-
path: string;
|
|
16818
|
-
value: any;
|
|
16819
|
-
} | {
|
|
16820
|
-
type: "delete";
|
|
17429
|
+
isValid: boolean;
|
|
17430
|
+
errors: {
|
|
16821
17431
|
path: string;
|
|
16822
|
-
|
|
16823
|
-
|
|
16824
|
-
signerAddress: string;
|
|
17432
|
+
message: string;
|
|
17433
|
+
}[];
|
|
16825
17434
|
};
|
|
16826
17435
|
422: {
|
|
16827
17436
|
type: "validation";
|
|
@@ -16838,12 +17447,12 @@ declare const app: Elysia<"", {
|
|
|
16838
17447
|
};
|
|
16839
17448
|
} & {
|
|
16840
17449
|
overrides: {
|
|
16841
|
-
":
|
|
17450
|
+
":id": {
|
|
16842
17451
|
"previous-configs": {
|
|
16843
17452
|
get: {
|
|
16844
17453
|
body: unknown;
|
|
16845
17454
|
params: {
|
|
16846
|
-
|
|
17455
|
+
id: string;
|
|
16847
17456
|
};
|
|
16848
17457
|
query: unknown;
|
|
16849
17458
|
headers: unknown;
|
|
@@ -16877,93 +17486,6 @@ declare const app: Elysia<"", {
|
|
|
16877
17486
|
};
|
|
16878
17487
|
};
|
|
16879
17488
|
};
|
|
16880
|
-
} & {
|
|
16881
|
-
overrides: {
|
|
16882
|
-
check: {
|
|
16883
|
-
post: {
|
|
16884
|
-
body: {
|
|
16885
|
-
oldConfig: any;
|
|
16886
|
-
newConfig: any;
|
|
16887
|
-
};
|
|
16888
|
-
params: {};
|
|
16889
|
-
query: unknown;
|
|
16890
|
-
headers: unknown;
|
|
16891
|
-
response: {
|
|
16892
|
-
200: {
|
|
16893
|
-
isValid: boolean;
|
|
16894
|
-
errors: {
|
|
16895
|
-
path: string;
|
|
16896
|
-
message: string;
|
|
16897
|
-
}[];
|
|
16898
|
-
};
|
|
16899
|
-
422: {
|
|
16900
|
-
type: "validation";
|
|
16901
|
-
on: string;
|
|
16902
|
-
summary?: string | undefined;
|
|
16903
|
-
message?: string | undefined;
|
|
16904
|
-
found?: unknown;
|
|
16905
|
-
property?: string | undefined;
|
|
16906
|
-
expected?: string | undefined;
|
|
16907
|
-
};
|
|
16908
|
-
};
|
|
16909
|
-
};
|
|
16910
|
-
};
|
|
16911
|
-
};
|
|
16912
|
-
} & {
|
|
16913
|
-
overrides: {
|
|
16914
|
-
post: {
|
|
16915
|
-
body: {
|
|
16916
|
-
campaignId: string;
|
|
16917
|
-
value: ({
|
|
16918
|
-
type: "insert";
|
|
16919
|
-
path: string;
|
|
16920
|
-
value: any;
|
|
16921
|
-
} | {
|
|
16922
|
-
type: "update";
|
|
16923
|
-
path: string;
|
|
16924
|
-
value: any;
|
|
16925
|
-
} | {
|
|
16926
|
-
type: "delete";
|
|
16927
|
-
path: string;
|
|
16928
|
-
})[];
|
|
16929
|
-
message: string;
|
|
16930
|
-
signature: string;
|
|
16931
|
-
};
|
|
16932
|
-
params: {};
|
|
16933
|
-
query: unknown;
|
|
16934
|
-
headers: {
|
|
16935
|
-
authorization: string;
|
|
16936
|
-
};
|
|
16937
|
-
response: {
|
|
16938
|
-
200: {
|
|
16939
|
-
campaignId: string;
|
|
16940
|
-
value: ({
|
|
16941
|
-
type: "insert";
|
|
16942
|
-
path: string;
|
|
16943
|
-
value: any;
|
|
16944
|
-
} | {
|
|
16945
|
-
type: "update";
|
|
16946
|
-
path: string;
|
|
16947
|
-
value: any;
|
|
16948
|
-
} | {
|
|
16949
|
-
type: "delete";
|
|
16950
|
-
path: string;
|
|
16951
|
-
})[];
|
|
16952
|
-
signature: string;
|
|
16953
|
-
signerAddress: string;
|
|
16954
|
-
};
|
|
16955
|
-
422: {
|
|
16956
|
-
type: "validation";
|
|
16957
|
-
on: string;
|
|
16958
|
-
summary?: string | undefined;
|
|
16959
|
-
message?: string | undefined;
|
|
16960
|
-
found?: unknown;
|
|
16961
|
-
property?: string | undefined;
|
|
16962
|
-
expected?: string | undefined;
|
|
16963
|
-
};
|
|
16964
|
-
};
|
|
16965
|
-
};
|
|
16966
|
-
};
|
|
16967
17489
|
} & {
|
|
16968
17490
|
payload: {
|
|
16969
17491
|
decode: {
|
|
@@ -17114,6 +17636,8 @@ declare const app: Elysia<"", {
|
|
|
17114
17636
|
price: number | null;
|
|
17115
17637
|
updatedAt: number | null;
|
|
17116
17638
|
priceSource: string | null;
|
|
17639
|
+
priceAlertDismissedAt: number | null;
|
|
17640
|
+
priceAlertCount: number;
|
|
17117
17641
|
};
|
|
17118
17642
|
amount: string;
|
|
17119
17643
|
campaignId: string;
|
|
@@ -17124,6 +17648,7 @@ declare const app: Elysia<"", {
|
|
|
17124
17648
|
} & {
|
|
17125
17649
|
id: string;
|
|
17126
17650
|
value: number;
|
|
17651
|
+
maxValue: number;
|
|
17127
17652
|
timestamp: bigint;
|
|
17128
17653
|
campaignId: string;
|
|
17129
17654
|
dailyRewardsRecordId: string;
|
|
@@ -17172,6 +17697,8 @@ declare const app: Elysia<"", {
|
|
|
17172
17697
|
price: number | null;
|
|
17173
17698
|
updatedAt: number | null;
|
|
17174
17699
|
priceSource: string | null;
|
|
17700
|
+
priceAlertDismissedAt: number | null;
|
|
17701
|
+
priceAlertCount: number;
|
|
17175
17702
|
} | null;
|
|
17176
17703
|
} & {
|
|
17177
17704
|
id: string;
|
|
@@ -17200,6 +17727,8 @@ declare const app: Elysia<"", {
|
|
|
17200
17727
|
price: number | null;
|
|
17201
17728
|
updatedAt: number | null;
|
|
17202
17729
|
priceSource: string | null;
|
|
17730
|
+
priceAlertDismissedAt: number | null;
|
|
17731
|
+
priceAlertCount: number;
|
|
17203
17732
|
}[];
|
|
17204
17733
|
TvlRecords: ({
|
|
17205
17734
|
TvlBreakdown: {
|
|
@@ -17398,6 +17927,8 @@ declare const app: Elysia<"", {
|
|
|
17398
17927
|
price: number | null;
|
|
17399
17928
|
updatedAt: number | null;
|
|
17400
17929
|
priceSource: string | null;
|
|
17930
|
+
priceAlertDismissedAt: number | null;
|
|
17931
|
+
priceAlertCount: number;
|
|
17401
17932
|
};
|
|
17402
17933
|
amount: string;
|
|
17403
17934
|
campaignId: string;
|
|
@@ -17408,6 +17939,7 @@ declare const app: Elysia<"", {
|
|
|
17408
17939
|
} & {
|
|
17409
17940
|
id: string;
|
|
17410
17941
|
value: number;
|
|
17942
|
+
maxValue: number;
|
|
17411
17943
|
timestamp: bigint;
|
|
17412
17944
|
campaignId: string;
|
|
17413
17945
|
dailyRewardsRecordId: string;
|
|
@@ -17456,6 +17988,8 @@ declare const app: Elysia<"", {
|
|
|
17456
17988
|
price: number | null;
|
|
17457
17989
|
updatedAt: number | null;
|
|
17458
17990
|
priceSource: string | null;
|
|
17991
|
+
priceAlertDismissedAt: number | null;
|
|
17992
|
+
priceAlertCount: number;
|
|
17459
17993
|
} | null;
|
|
17460
17994
|
} & {
|
|
17461
17995
|
id: string;
|
|
@@ -17484,6 +18018,8 @@ declare const app: Elysia<"", {
|
|
|
17484
18018
|
price: number | null;
|
|
17485
18019
|
updatedAt: number | null;
|
|
17486
18020
|
priceSource: string | null;
|
|
18021
|
+
priceAlertDismissedAt: number | null;
|
|
18022
|
+
priceAlertCount: number;
|
|
17487
18023
|
}[];
|
|
17488
18024
|
TvlRecords: ({
|
|
17489
18025
|
TvlBreakdown: {
|
|
@@ -17683,6 +18219,8 @@ declare const app: Elysia<"", {
|
|
|
17683
18219
|
price: number | null;
|
|
17684
18220
|
updatedAt: number | null;
|
|
17685
18221
|
priceSource: string | null;
|
|
18222
|
+
priceAlertDismissedAt: number | null;
|
|
18223
|
+
priceAlertCount: number;
|
|
17686
18224
|
};
|
|
17687
18225
|
amount: string;
|
|
17688
18226
|
campaignId: string;
|
|
@@ -17693,6 +18231,7 @@ declare const app: Elysia<"", {
|
|
|
17693
18231
|
} & {
|
|
17694
18232
|
id: string;
|
|
17695
18233
|
value: number;
|
|
18234
|
+
maxValue: number;
|
|
17696
18235
|
timestamp: bigint;
|
|
17697
18236
|
campaignId: string;
|
|
17698
18237
|
dailyRewardsRecordId: string;
|
|
@@ -17741,6 +18280,8 @@ declare const app: Elysia<"", {
|
|
|
17741
18280
|
price: number | null;
|
|
17742
18281
|
updatedAt: number | null;
|
|
17743
18282
|
priceSource: string | null;
|
|
18283
|
+
priceAlertDismissedAt: number | null;
|
|
18284
|
+
priceAlertCount: number;
|
|
17744
18285
|
} | null;
|
|
17745
18286
|
} & {
|
|
17746
18287
|
id: string;
|
|
@@ -17769,6 +18310,8 @@ declare const app: Elysia<"", {
|
|
|
17769
18310
|
price: number | null;
|
|
17770
18311
|
updatedAt: number | null;
|
|
17771
18312
|
priceSource: string | null;
|
|
18313
|
+
priceAlertDismissedAt: number | null;
|
|
18314
|
+
priceAlertCount: number;
|
|
17772
18315
|
}[];
|
|
17773
18316
|
TvlRecords: ({
|
|
17774
18317
|
TvlBreakdown: {
|
|
@@ -18352,6 +18895,8 @@ declare const app: Elysia<"", {
|
|
|
18352
18895
|
priceSource?: string | null | undefined;
|
|
18353
18896
|
displaySymbol?: string | undefined;
|
|
18354
18897
|
underlyingTokenId?: string | undefined;
|
|
18898
|
+
priceAlertDismissedAt?: number | undefined;
|
|
18899
|
+
priceAlertCount?: number | undefined;
|
|
18355
18900
|
}[];
|
|
18356
18901
|
chain: {
|
|
18357
18902
|
id: number;
|
|
@@ -18421,6 +18966,8 @@ declare const app: Elysia<"", {
|
|
|
18421
18966
|
priceSource?: string | null | undefined;
|
|
18422
18967
|
displaySymbol?: string | undefined;
|
|
18423
18968
|
underlyingTokenId?: string | undefined;
|
|
18969
|
+
priceAlertDismissedAt?: number | undefined;
|
|
18970
|
+
priceAlertCount?: number | undefined;
|
|
18424
18971
|
} | undefined;
|
|
18425
18972
|
} | undefined;
|
|
18426
18973
|
tvlRecord?: {
|
|
@@ -18438,6 +18985,7 @@ declare const app: Elysia<"", {
|
|
|
18438
18985
|
breakdowns: {
|
|
18439
18986
|
campaignId: string;
|
|
18440
18987
|
value: number;
|
|
18988
|
+
maxValue?: number | undefined;
|
|
18441
18989
|
timestamp: string | bigint;
|
|
18442
18990
|
token: {
|
|
18443
18991
|
id: string;
|
|
@@ -18456,6 +19004,8 @@ declare const app: Elysia<"", {
|
|
|
18456
19004
|
priceSource?: string | null | undefined;
|
|
18457
19005
|
displaySymbol?: string | undefined;
|
|
18458
19006
|
underlyingTokenId?: string | undefined;
|
|
19007
|
+
priceAlertDismissedAt?: number | undefined;
|
|
19008
|
+
priceAlertCount?: number | undefined;
|
|
18459
19009
|
};
|
|
18460
19010
|
amount: string | bigint;
|
|
18461
19011
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -18552,6 +19102,8 @@ declare const app: Elysia<"", {
|
|
|
18552
19102
|
priceSource?: string | null | undefined;
|
|
18553
19103
|
displaySymbol?: string | undefined;
|
|
18554
19104
|
underlyingTokenId?: string | undefined;
|
|
19105
|
+
priceAlertDismissedAt?: number | undefined;
|
|
19106
|
+
priceAlertCount?: number | undefined;
|
|
18555
19107
|
}[];
|
|
18556
19108
|
chain: {
|
|
18557
19109
|
id: number;
|
|
@@ -18621,6 +19173,8 @@ declare const app: Elysia<"", {
|
|
|
18621
19173
|
priceSource?: string | null | undefined;
|
|
18622
19174
|
displaySymbol?: string | undefined;
|
|
18623
19175
|
underlyingTokenId?: string | undefined;
|
|
19176
|
+
priceAlertDismissedAt?: number | undefined;
|
|
19177
|
+
priceAlertCount?: number | undefined;
|
|
18624
19178
|
} | undefined;
|
|
18625
19179
|
} | undefined;
|
|
18626
19180
|
tvlRecord?: {
|
|
@@ -18638,6 +19192,7 @@ declare const app: Elysia<"", {
|
|
|
18638
19192
|
breakdowns: {
|
|
18639
19193
|
campaignId: string;
|
|
18640
19194
|
value: number;
|
|
19195
|
+
maxValue?: number | undefined;
|
|
18641
19196
|
timestamp: string | bigint;
|
|
18642
19197
|
token: {
|
|
18643
19198
|
id: string;
|
|
@@ -18656,6 +19211,8 @@ declare const app: Elysia<"", {
|
|
|
18656
19211
|
priceSource?: string | null | undefined;
|
|
18657
19212
|
displaySymbol?: string | undefined;
|
|
18658
19213
|
underlyingTokenId?: string | undefined;
|
|
19214
|
+
priceAlertDismissedAt?: number | undefined;
|
|
19215
|
+
priceAlertCount?: number | undefined;
|
|
18659
19216
|
};
|
|
18660
19217
|
amount: string | bigint;
|
|
18661
19218
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -18786,6 +19343,8 @@ declare const app: Elysia<"", {
|
|
|
18786
19343
|
priceSource?: string | null | undefined;
|
|
18787
19344
|
displaySymbol?: string | undefined;
|
|
18788
19345
|
underlyingTokenId?: string | undefined;
|
|
19346
|
+
priceAlertDismissedAt?: number | undefined;
|
|
19347
|
+
priceAlertCount?: number | undefined;
|
|
18789
19348
|
}[];
|
|
18790
19349
|
chain: {
|
|
18791
19350
|
id: number;
|
|
@@ -18855,6 +19414,8 @@ declare const app: Elysia<"", {
|
|
|
18855
19414
|
priceSource?: string | null | undefined;
|
|
18856
19415
|
displaySymbol?: string | undefined;
|
|
18857
19416
|
underlyingTokenId?: string | undefined;
|
|
19417
|
+
priceAlertDismissedAt?: number | undefined;
|
|
19418
|
+
priceAlertCount?: number | undefined;
|
|
18858
19419
|
} | undefined;
|
|
18859
19420
|
} | undefined;
|
|
18860
19421
|
tvlRecord?: {
|
|
@@ -18872,6 +19433,7 @@ declare const app: Elysia<"", {
|
|
|
18872
19433
|
breakdowns: {
|
|
18873
19434
|
campaignId: string;
|
|
18874
19435
|
value: number;
|
|
19436
|
+
maxValue?: number | undefined;
|
|
18875
19437
|
timestamp: string | bigint;
|
|
18876
19438
|
token: {
|
|
18877
19439
|
id: string;
|
|
@@ -18890,6 +19452,8 @@ declare const app: Elysia<"", {
|
|
|
18890
19452
|
priceSource?: string | null | undefined;
|
|
18891
19453
|
displaySymbol?: string | undefined;
|
|
18892
19454
|
underlyingTokenId?: string | undefined;
|
|
19455
|
+
priceAlertDismissedAt?: number | undefined;
|
|
19456
|
+
priceAlertCount?: number | undefined;
|
|
18893
19457
|
};
|
|
18894
19458
|
amount: string | bigint;
|
|
18895
19459
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -18995,6 +19559,8 @@ declare const app: Elysia<"", {
|
|
|
18995
19559
|
priceSource?: string | null | undefined;
|
|
18996
19560
|
displaySymbol?: string | undefined;
|
|
18997
19561
|
underlyingTokenId?: string | undefined;
|
|
19562
|
+
priceAlertDismissedAt?: number | undefined;
|
|
19563
|
+
priceAlertCount?: number | undefined;
|
|
18998
19564
|
}[];
|
|
18999
19565
|
chain: {
|
|
19000
19566
|
id: number;
|
|
@@ -19064,6 +19630,8 @@ declare const app: Elysia<"", {
|
|
|
19064
19630
|
priceSource?: string | null | undefined;
|
|
19065
19631
|
displaySymbol?: string | undefined;
|
|
19066
19632
|
underlyingTokenId?: string | undefined;
|
|
19633
|
+
priceAlertDismissedAt?: number | undefined;
|
|
19634
|
+
priceAlertCount?: number | undefined;
|
|
19067
19635
|
} | undefined;
|
|
19068
19636
|
} | undefined;
|
|
19069
19637
|
tvlRecord?: {
|
|
@@ -19081,6 +19649,7 @@ declare const app: Elysia<"", {
|
|
|
19081
19649
|
breakdowns: {
|
|
19082
19650
|
campaignId: string;
|
|
19083
19651
|
value: number;
|
|
19652
|
+
maxValue?: number | undefined;
|
|
19084
19653
|
timestamp: string | bigint;
|
|
19085
19654
|
token: {
|
|
19086
19655
|
id: string;
|
|
@@ -19099,6 +19668,8 @@ declare const app: Elysia<"", {
|
|
|
19099
19668
|
priceSource?: string | null | undefined;
|
|
19100
19669
|
displaySymbol?: string | undefined;
|
|
19101
19670
|
underlyingTokenId?: string | undefined;
|
|
19671
|
+
priceAlertDismissedAt?: number | undefined;
|
|
19672
|
+
priceAlertCount?: number | undefined;
|
|
19102
19673
|
};
|
|
19103
19674
|
amount: string | bigint;
|
|
19104
19675
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -19231,6 +19802,8 @@ declare const app: Elysia<"", {
|
|
|
19231
19802
|
priceSource?: string | null | undefined;
|
|
19232
19803
|
displaySymbol?: string | undefined;
|
|
19233
19804
|
underlyingTokenId?: string | undefined;
|
|
19805
|
+
priceAlertDismissedAt?: number | undefined;
|
|
19806
|
+
priceAlertCount?: number | undefined;
|
|
19234
19807
|
};
|
|
19235
19808
|
chainId: number;
|
|
19236
19809
|
hash: string;
|
|
@@ -19374,6 +19947,9 @@ declare const app: Elysia<"", {
|
|
|
19374
19947
|
tags?: string[] | undefined;
|
|
19375
19948
|
opportunityTag?: string | undefined;
|
|
19376
19949
|
opportunityChain?: number | undefined;
|
|
19950
|
+
status?: string | undefined;
|
|
19951
|
+
tokenTypes?: ("POINT" | "PRETGE" | "TOKEN")[] | undefined;
|
|
19952
|
+
excludeSubCampaigns?: boolean | undefined;
|
|
19377
19953
|
};
|
|
19378
19954
|
headers: unknown;
|
|
19379
19955
|
response: {
|
|
@@ -19419,6 +19995,9 @@ declare const app: Elysia<"", {
|
|
|
19419
19995
|
tags?: string[] | undefined;
|
|
19420
19996
|
opportunityTag?: string | undefined;
|
|
19421
19997
|
opportunityChain?: number | undefined;
|
|
19998
|
+
status?: string | undefined;
|
|
19999
|
+
tokenTypes?: ("POINT" | "PRETGE" | "TOKEN")[] | undefined;
|
|
20000
|
+
excludeSubCampaigns?: boolean | undefined;
|
|
19422
20001
|
};
|
|
19423
20002
|
headers: unknown;
|
|
19424
20003
|
response: {
|
|
@@ -20507,6 +21086,8 @@ declare const app: Elysia<"", {
|
|
|
20507
21086
|
priceSource?: string | null | undefined;
|
|
20508
21087
|
displaySymbol?: string | undefined;
|
|
20509
21088
|
underlyingTokenId?: string | undefined;
|
|
21089
|
+
priceAlertDismissedAt?: number | undefined;
|
|
21090
|
+
priceAlertCount?: number | undefined;
|
|
20510
21091
|
};
|
|
20511
21092
|
422: {
|
|
20512
21093
|
type: "validation";
|
|
@@ -20582,6 +21163,8 @@ declare const app: Elysia<"", {
|
|
|
20582
21163
|
priceSource?: string | null | undefined;
|
|
20583
21164
|
displaySymbol?: string | undefined;
|
|
20584
21165
|
underlyingTokenId?: string | undefined;
|
|
21166
|
+
priceAlertDismissedAt?: number | undefined;
|
|
21167
|
+
priceAlertCount?: number | undefined;
|
|
20585
21168
|
} & {
|
|
20586
21169
|
minimumAmountPerHour?: string | undefined;
|
|
20587
21170
|
isTokenWrapper?: boolean | undefined;
|
|
@@ -20631,6 +21214,8 @@ declare const app: Elysia<"", {
|
|
|
20631
21214
|
priceSource?: string | null | undefined;
|
|
20632
21215
|
displaySymbol?: string | undefined;
|
|
20633
21216
|
underlyingTokenId?: string | undefined;
|
|
21217
|
+
priceAlertDismissedAt?: number | undefined;
|
|
21218
|
+
priceAlertCount?: number | undefined;
|
|
20634
21219
|
} & {
|
|
20635
21220
|
minimumAmountPerHour?: string | undefined;
|
|
20636
21221
|
isTokenWrapper?: boolean | undefined;
|
|
@@ -20682,6 +21267,8 @@ declare const app: Elysia<"", {
|
|
|
20682
21267
|
priceSource?: string | null | undefined;
|
|
20683
21268
|
displaySymbol?: string | undefined;
|
|
20684
21269
|
underlyingTokenId?: string | undefined;
|
|
21270
|
+
priceAlertDismissedAt?: number | undefined;
|
|
21271
|
+
priceAlertCount?: number | undefined;
|
|
20685
21272
|
} & {
|
|
20686
21273
|
balance: bigint;
|
|
20687
21274
|
})[];
|
|
@@ -20738,6 +21325,8 @@ declare const app: Elysia<"", {
|
|
|
20738
21325
|
priceSource?: string | null | undefined;
|
|
20739
21326
|
displaySymbol?: string | undefined;
|
|
20740
21327
|
underlyingTokenId?: string | undefined;
|
|
21328
|
+
priceAlertDismissedAt?: number | undefined;
|
|
21329
|
+
priceAlertCount?: number | undefined;
|
|
20741
21330
|
}[];
|
|
20742
21331
|
422: {
|
|
20743
21332
|
type: "validation";
|
|
@@ -20831,6 +21420,8 @@ declare const app: Elysia<"", {
|
|
|
20831
21420
|
priceSource?: string | null | undefined;
|
|
20832
21421
|
displaySymbol?: string | undefined;
|
|
20833
21422
|
underlyingTokenId?: string | undefined;
|
|
21423
|
+
priceAlertDismissedAt?: number | undefined;
|
|
21424
|
+
priceAlertCount?: number | undefined;
|
|
20834
21425
|
};
|
|
20835
21426
|
422: {
|
|
20836
21427
|
type: "validation";
|
|
@@ -20878,6 +21469,8 @@ declare const app: Elysia<"", {
|
|
|
20878
21469
|
priceSource?: string | null | undefined;
|
|
20879
21470
|
displaySymbol?: string | undefined;
|
|
20880
21471
|
underlyingTokenId?: string | undefined;
|
|
21472
|
+
priceAlertDismissedAt?: number | undefined;
|
|
21473
|
+
priceAlertCount?: number | undefined;
|
|
20881
21474
|
};
|
|
20882
21475
|
422: {
|
|
20883
21476
|
type: "validation";
|
|
@@ -20930,6 +21523,8 @@ declare const app: Elysia<"", {
|
|
|
20930
21523
|
priceSource?: string | null | undefined;
|
|
20931
21524
|
displaySymbol?: string | undefined;
|
|
20932
21525
|
underlyingTokenId?: string | undefined;
|
|
21526
|
+
priceAlertDismissedAt?: number | undefined;
|
|
21527
|
+
priceAlertCount?: number | undefined;
|
|
20933
21528
|
};
|
|
20934
21529
|
422: {
|
|
20935
21530
|
type: "validation";
|
|
@@ -21007,6 +21602,8 @@ declare const app: Elysia<"", {
|
|
|
21007
21602
|
priceSource?: string | null | undefined;
|
|
21008
21603
|
displaySymbol?: string | undefined;
|
|
21009
21604
|
underlyingTokenId?: string | undefined;
|
|
21605
|
+
priceAlertDismissedAt?: number | undefined;
|
|
21606
|
+
priceAlertCount?: number | undefined;
|
|
21010
21607
|
};
|
|
21011
21608
|
422: {
|
|
21012
21609
|
type: "validation";
|
|
@@ -21263,6 +21860,8 @@ declare const app: Elysia<"", {
|
|
|
21263
21860
|
priceSource?: string | null | undefined;
|
|
21264
21861
|
displaySymbol?: string | undefined;
|
|
21265
21862
|
underlyingTokenId?: string | undefined;
|
|
21863
|
+
priceAlertDismissedAt?: number | undefined;
|
|
21864
|
+
priceAlertCount?: number | undefined;
|
|
21266
21865
|
};
|
|
21267
21866
|
opportunity: {
|
|
21268
21867
|
id: string;
|
|
@@ -21320,6 +21919,8 @@ declare const app: Elysia<"", {
|
|
|
21320
21919
|
priceSource?: string | null | undefined;
|
|
21321
21920
|
displaySymbol?: string | undefined;
|
|
21322
21921
|
underlyingTokenId?: string | undefined;
|
|
21922
|
+
priceAlertDismissedAt?: number | undefined;
|
|
21923
|
+
priceAlertCount?: number | undefined;
|
|
21323
21924
|
}[];
|
|
21324
21925
|
chain: {
|
|
21325
21926
|
id: number;
|
|
@@ -21389,6 +21990,8 @@ declare const app: Elysia<"", {
|
|
|
21389
21990
|
priceSource?: string | null | undefined;
|
|
21390
21991
|
displaySymbol?: string | undefined;
|
|
21391
21992
|
underlyingTokenId?: string | undefined;
|
|
21993
|
+
priceAlertDismissedAt?: number | undefined;
|
|
21994
|
+
priceAlertCount?: number | undefined;
|
|
21392
21995
|
} | undefined;
|
|
21393
21996
|
} | undefined;
|
|
21394
21997
|
tvlRecord?: {
|
|
@@ -21406,6 +22009,7 @@ declare const app: Elysia<"", {
|
|
|
21406
22009
|
breakdowns: {
|
|
21407
22010
|
campaignId: string;
|
|
21408
22011
|
value: number;
|
|
22012
|
+
maxValue?: number | undefined;
|
|
21409
22013
|
timestamp: string | bigint;
|
|
21410
22014
|
token: {
|
|
21411
22015
|
id: string;
|
|
@@ -21424,6 +22028,8 @@ declare const app: Elysia<"", {
|
|
|
21424
22028
|
priceSource?: string | null | undefined;
|
|
21425
22029
|
displaySymbol?: string | undefined;
|
|
21426
22030
|
underlyingTokenId?: string | undefined;
|
|
22031
|
+
priceAlertDismissedAt?: number | undefined;
|
|
22032
|
+
priceAlertCount?: number | undefined;
|
|
21427
22033
|
};
|
|
21428
22034
|
amount: string | bigint;
|
|
21429
22035
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -21487,6 +22093,8 @@ declare const app: Elysia<"", {
|
|
|
21487
22093
|
priceSource?: string | null | undefined;
|
|
21488
22094
|
displaySymbol?: string | undefined;
|
|
21489
22095
|
underlyingTokenId?: string | undefined;
|
|
22096
|
+
priceAlertDismissedAt?: number | undefined;
|
|
22097
|
+
priceAlertCount?: number | undefined;
|
|
21490
22098
|
};
|
|
21491
22099
|
opportunity: {
|
|
21492
22100
|
id: string;
|
|
@@ -21544,6 +22152,8 @@ declare const app: Elysia<"", {
|
|
|
21544
22152
|
priceSource?: string | null | undefined;
|
|
21545
22153
|
displaySymbol?: string | undefined;
|
|
21546
22154
|
underlyingTokenId?: string | undefined;
|
|
22155
|
+
priceAlertDismissedAt?: number | undefined;
|
|
22156
|
+
priceAlertCount?: number | undefined;
|
|
21547
22157
|
}[];
|
|
21548
22158
|
chain: {
|
|
21549
22159
|
id: number;
|
|
@@ -21613,6 +22223,8 @@ declare const app: Elysia<"", {
|
|
|
21613
22223
|
priceSource?: string | null | undefined;
|
|
21614
22224
|
displaySymbol?: string | undefined;
|
|
21615
22225
|
underlyingTokenId?: string | undefined;
|
|
22226
|
+
priceAlertDismissedAt?: number | undefined;
|
|
22227
|
+
priceAlertCount?: number | undefined;
|
|
21616
22228
|
} | undefined;
|
|
21617
22229
|
} | undefined;
|
|
21618
22230
|
tvlRecord?: {
|
|
@@ -21630,6 +22242,7 @@ declare const app: Elysia<"", {
|
|
|
21630
22242
|
breakdowns: {
|
|
21631
22243
|
campaignId: string;
|
|
21632
22244
|
value: number;
|
|
22245
|
+
maxValue?: number | undefined;
|
|
21633
22246
|
timestamp: string | bigint;
|
|
21634
22247
|
token: {
|
|
21635
22248
|
id: string;
|
|
@@ -21648,6 +22261,8 @@ declare const app: Elysia<"", {
|
|
|
21648
22261
|
priceSource?: string | null | undefined;
|
|
21649
22262
|
displaySymbol?: string | undefined;
|
|
21650
22263
|
underlyingTokenId?: string | undefined;
|
|
22264
|
+
priceAlertDismissedAt?: number | undefined;
|
|
22265
|
+
priceAlertCount?: number | undefined;
|
|
21651
22266
|
};
|
|
21652
22267
|
amount: string | bigint;
|
|
21653
22268
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|
|
@@ -23095,6 +23710,8 @@ declare const app: Elysia<"", {
|
|
|
23095
23710
|
priceSource?: string | null | undefined;
|
|
23096
23711
|
displaySymbol?: string | undefined;
|
|
23097
23712
|
underlyingTokenId?: string | undefined;
|
|
23713
|
+
priceAlertDismissedAt?: number | undefined;
|
|
23714
|
+
priceAlertCount?: number | undefined;
|
|
23098
23715
|
};
|
|
23099
23716
|
breakdowns: {
|
|
23100
23717
|
root: string;
|
|
@@ -23170,6 +23787,8 @@ declare const app: Elysia<"", {
|
|
|
23170
23787
|
price: number | null;
|
|
23171
23788
|
updatedAt: number | null;
|
|
23172
23789
|
priceSource: string | null;
|
|
23790
|
+
priceAlertDismissedAt: number | null;
|
|
23791
|
+
priceAlertCount: number;
|
|
23173
23792
|
}[];
|
|
23174
23793
|
} & {
|
|
23175
23794
|
id: string;
|
|
@@ -23228,6 +23847,8 @@ declare const app: Elysia<"", {
|
|
|
23228
23847
|
priceSource?: string | null | undefined;
|
|
23229
23848
|
displaySymbol?: string | undefined;
|
|
23230
23849
|
underlyingTokenId?: string | undefined;
|
|
23850
|
+
priceAlertDismissedAt?: number | undefined;
|
|
23851
|
+
priceAlertCount?: number | undefined;
|
|
23231
23852
|
};
|
|
23232
23853
|
breakdowns: {
|
|
23233
23854
|
root: string;
|
|
@@ -23303,6 +23924,8 @@ declare const app: Elysia<"", {
|
|
|
23303
23924
|
price: number | null;
|
|
23304
23925
|
updatedAt: number | null;
|
|
23305
23926
|
priceSource: string | null;
|
|
23927
|
+
priceAlertDismissedAt: number | null;
|
|
23928
|
+
priceAlertCount: number;
|
|
23306
23929
|
}[];
|
|
23307
23930
|
} & {
|
|
23308
23931
|
id: string;
|
|
@@ -23395,6 +24018,8 @@ declare const app: Elysia<"", {
|
|
|
23395
24018
|
priceSource?: string | null | undefined;
|
|
23396
24019
|
displaySymbol?: string | undefined;
|
|
23397
24020
|
underlyingTokenId?: string | undefined;
|
|
24021
|
+
priceAlertDismissedAt?: number | undefined;
|
|
24022
|
+
priceAlertCount?: number | undefined;
|
|
23398
24023
|
}[];
|
|
23399
24024
|
chain: {
|
|
23400
24025
|
id: number;
|
|
@@ -23464,6 +24089,8 @@ declare const app: Elysia<"", {
|
|
|
23464
24089
|
priceSource?: string | null | undefined;
|
|
23465
24090
|
displaySymbol?: string | undefined;
|
|
23466
24091
|
underlyingTokenId?: string | undefined;
|
|
24092
|
+
priceAlertDismissedAt?: number | undefined;
|
|
24093
|
+
priceAlertCount?: number | undefined;
|
|
23467
24094
|
} | undefined;
|
|
23468
24095
|
} | undefined;
|
|
23469
24096
|
tvlRecord?: {
|
|
@@ -23481,6 +24108,7 @@ declare const app: Elysia<"", {
|
|
|
23481
24108
|
breakdowns: {
|
|
23482
24109
|
campaignId: string;
|
|
23483
24110
|
value: number;
|
|
24111
|
+
maxValue?: number | undefined;
|
|
23484
24112
|
timestamp: string | bigint;
|
|
23485
24113
|
token: {
|
|
23486
24114
|
id: string;
|
|
@@ -23499,6 +24127,8 @@ declare const app: Elysia<"", {
|
|
|
23499
24127
|
priceSource?: string | null | undefined;
|
|
23500
24128
|
displaySymbol?: string | undefined;
|
|
23501
24129
|
underlyingTokenId?: string | undefined;
|
|
24130
|
+
priceAlertDismissedAt?: number | undefined;
|
|
24131
|
+
priceAlertCount?: number | undefined;
|
|
23502
24132
|
};
|
|
23503
24133
|
amount: string | bigint;
|
|
23504
24134
|
distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "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;
|