@merkl/api 1.18.40 → 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 +1053 -236
- package/dist/src/engine/deprecated/dynamicData/implementations/Erc20.d.ts +88 -38
- 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/guards/KeyStoreAuth.guard.d.ts +26 -0
- package/dist/src/guards/KeyStoreAuth.guard.js.map +1 -0
- package/dist/src/index.d.ts +1203 -236
- 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 +90 -20
- package/dist/src/modules/v4/campaign/campaign.formatter.js.map +1 -1
- package/dist/src/modules/v4/campaign/campaign.model.d.ts +7 -0
- package/dist/src/modules/v4/campaign/campaign.query-transformer.d.ts +80 -80
- package/dist/src/modules/v4/campaign/campaign.repository.d.ts +20 -0
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +24 -5
- 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 +59 -9
- package/dist/src/modules/v4/carousel/carousel.repository.d.ts +12 -0
- package/dist/src/modules/v4/carousel/carousel.service.d.ts +46 -6
- package/dist/src/modules/v4/chain/chain.controller.d.ts +5 -5
- package/dist/src/modules/v4/chain/chain.model.d.ts +2 -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 +15 -3
- 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/explorer/explorer.controller.d.ts +2 -2
- package/dist/src/modules/v4/explorer/explorer.model.d.ts +1 -0
- 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/keyStore/keyStore.controller.d.ts +372 -0
- package/dist/src/modules/v4/keyStore/keyStore.controller.js.map +1 -0
- package/dist/src/modules/v4/keyStore/keyStore.model.d.ts +63 -0
- package/dist/src/modules/v4/keyStore/keyStore.model.js.map +1 -0
- package/dist/src/modules/v4/keyStore/keyStore.repository.d.ts +148 -0
- package/dist/src/modules/v4/keyStore/keyStore.repository.js.map +1 -0
- package/dist/src/modules/v4/keyStore/keyStore.service.d.ts +131 -0
- package/dist/src/modules/v4/keyStore/keyStore.service.js.map +1 -0
- 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 +104 -18
- package/dist/src/modules/v4/opportunity/opportunity.formatter.d.ts +15 -3
- package/dist/src/modules/v4/opportunity/opportunity.formatter.js.map +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +37 -0
- package/dist/src/modules/v4/opportunity/opportunity.query-transformer.d.ts +40 -42
- 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 +94 -10
- 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 +32 -4
- package/dist/src/modules/v4/program/program.repository.d.ts +8 -0
- package/dist/src/modules/v4/program/program.service.d.ts +32 -4
- 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 +44 -398
- package/dist/src/modules/v4/reward/reward.service.js.map +1 -1
- package/dist/src/modules/v4/router.d.ts +1203 -236
- 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 +13234 -12558
- package/dist/src/modules/v4/uniswap/uniswap.controller.d.ts +20 -2
- package/dist/src/modules/v4/uniswap/uniswap.service.d.ts +10 -1
- package/dist/src/modules/v4/uniswap/uniswap.service.js.map +1 -1
- package/dist/src/modules/v4/user/user.controller.d.ts +18 -3
- package/dist/src/modules/v4/user/user.model.d.ts +1 -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;
|
|
@@ -1545,7 +1736,7 @@ declare const app: Elysia<"", {
|
|
|
1545
1736
|
liveCampaigns: number;
|
|
1546
1737
|
endOfDisputePeriod: number;
|
|
1547
1738
|
explorers?: {
|
|
1548
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
1739
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
1549
1740
|
url: string;
|
|
1550
1741
|
chainId: number;
|
|
1551
1742
|
}[] | undefined;
|
|
@@ -1671,7 +1862,7 @@ declare const app: Elysia<"", {
|
|
|
1671
1862
|
liveCampaigns: number;
|
|
1672
1863
|
endOfDisputePeriod: number;
|
|
1673
1864
|
explorers?: {
|
|
1674
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
1865
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
1675
1866
|
url: string;
|
|
1676
1867
|
chainId: number;
|
|
1677
1868
|
}[] | undefined;
|
|
@@ -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?: {
|
|
@@ -1704,7 +1897,7 @@ declare const app: Elysia<"", {
|
|
|
1704
1897
|
liveCampaigns: number;
|
|
1705
1898
|
endOfDisputePeriod: number;
|
|
1706
1899
|
explorers?: {
|
|
1707
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
1900
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
1708
1901
|
url: string;
|
|
1709
1902
|
chainId: number;
|
|
1710
1903
|
}[] | undefined;
|
|
@@ -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;
|
|
@@ -1815,7 +2011,7 @@ declare const app: Elysia<"", {
|
|
|
1815
2011
|
liveCampaigns: number;
|
|
1816
2012
|
endOfDisputePeriod: number;
|
|
1817
2013
|
explorers?: {
|
|
1818
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
2014
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
1819
2015
|
url: string;
|
|
1820
2016
|
chainId: number;
|
|
1821
2017
|
}[] | 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;
|
|
@@ -1865,7 +2064,7 @@ declare const app: Elysia<"", {
|
|
|
1865
2064
|
liveCampaigns: number;
|
|
1866
2065
|
endOfDisputePeriod: number;
|
|
1867
2066
|
explorers?: {
|
|
1868
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
2067
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
1869
2068
|
url: string;
|
|
1870
2069
|
chainId: number;
|
|
1871
2070
|
}[] | 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;
|
|
@@ -2129,7 +2332,7 @@ declare const app: Elysia<"", {
|
|
|
2129
2332
|
liveCampaigns: number;
|
|
2130
2333
|
endOfDisputePeriod: number;
|
|
2131
2334
|
explorers?: {
|
|
2132
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
2335
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
2133
2336
|
url: string;
|
|
2134
2337
|
chainId: number;
|
|
2135
2338
|
}[] | undefined;
|
|
@@ -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;
|
|
@@ -2259,7 +2467,7 @@ declare const app: Elysia<"", {
|
|
|
2259
2467
|
liveCampaigns: number;
|
|
2260
2468
|
endOfDisputePeriod: number;
|
|
2261
2469
|
explorers?: {
|
|
2262
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
2470
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
2263
2471
|
url: string;
|
|
2264
2472
|
chainId: number;
|
|
2265
2473
|
}[] | 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?: {
|
|
@@ -2292,7 +2502,7 @@ declare const app: Elysia<"", {
|
|
|
2292
2502
|
liveCampaigns: number;
|
|
2293
2503
|
endOfDisputePeriod: number;
|
|
2294
2504
|
explorers?: {
|
|
2295
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
2505
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
2296
2506
|
url: string;
|
|
2297
2507
|
chainId: number;
|
|
2298
2508
|
}[] | undefined;
|
|
@@ -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;
|
|
@@ -2411,7 +2626,7 @@ declare const app: Elysia<"", {
|
|
|
2411
2626
|
liveCampaigns: number;
|
|
2412
2627
|
endOfDisputePeriod: number;
|
|
2413
2628
|
explorers?: {
|
|
2414
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
2629
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
2415
2630
|
url: string;
|
|
2416
2631
|
chainId: number;
|
|
2417
2632
|
}[] | undefined;
|
|
@@ -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;
|
|
@@ -2541,7 +2761,7 @@ declare const app: Elysia<"", {
|
|
|
2541
2761
|
liveCampaigns: number;
|
|
2542
2762
|
endOfDisputePeriod: number;
|
|
2543
2763
|
explorers?: {
|
|
2544
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
2764
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
2545
2765
|
url: string;
|
|
2546
2766
|
chainId: number;
|
|
2547
2767
|
}[] | 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?: {
|
|
@@ -2574,7 +2796,7 @@ declare const app: Elysia<"", {
|
|
|
2574
2796
|
liveCampaigns: number;
|
|
2575
2797
|
endOfDisputePeriod: number;
|
|
2576
2798
|
explorers?: {
|
|
2577
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
2799
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
2578
2800
|
url: string;
|
|
2579
2801
|
chainId: number;
|
|
2580
2802
|
}[] | undefined;
|
|
@@ -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;
|
|
@@ -2693,7 +2920,7 @@ declare const app: Elysia<"", {
|
|
|
2693
2920
|
liveCampaigns: number;
|
|
2694
2921
|
endOfDisputePeriod: number;
|
|
2695
2922
|
explorers?: {
|
|
2696
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
2923
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
2697
2924
|
url: string;
|
|
2698
2925
|
chainId: number;
|
|
2699
2926
|
}[] | undefined;
|
|
@@ -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;
|
|
@@ -2823,7 +3055,7 @@ declare const app: Elysia<"", {
|
|
|
2823
3055
|
liveCampaigns: number;
|
|
2824
3056
|
endOfDisputePeriod: number;
|
|
2825
3057
|
explorers?: {
|
|
2826
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
3058
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
2827
3059
|
url: string;
|
|
2828
3060
|
chainId: number;
|
|
2829
3061
|
}[] | 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?: {
|
|
@@ -2856,7 +3090,7 @@ declare const app: Elysia<"", {
|
|
|
2856
3090
|
liveCampaigns: number;
|
|
2857
3091
|
endOfDisputePeriod: number;
|
|
2858
3092
|
explorers?: {
|
|
2859
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
3093
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
2860
3094
|
url: string;
|
|
2861
3095
|
chainId: number;
|
|
2862
3096
|
}[] | undefined;
|
|
@@ -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;
|
|
@@ -3151,7 +3388,7 @@ declare const app: Elysia<"", {
|
|
|
3151
3388
|
liveCampaigns: number;
|
|
3152
3389
|
endOfDisputePeriod: number;
|
|
3153
3390
|
explorers?: {
|
|
3154
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
3391
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
3155
3392
|
url: string;
|
|
3156
3393
|
chainId: number;
|
|
3157
3394
|
}[] | 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?: {
|
|
@@ -3184,7 +3423,7 @@ declare const app: Elysia<"", {
|
|
|
3184
3423
|
liveCampaigns: number;
|
|
3185
3424
|
endOfDisputePeriod: number;
|
|
3186
3425
|
explorers?: {
|
|
3187
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
3426
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
3188
3427
|
url: string;
|
|
3189
3428
|
chainId: number;
|
|
3190
3429
|
}[] | undefined;
|
|
@@ -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;
|
|
@@ -3295,7 +3537,7 @@ declare const app: Elysia<"", {
|
|
|
3295
3537
|
liveCampaigns: number;
|
|
3296
3538
|
endOfDisputePeriod: number;
|
|
3297
3539
|
explorers?: {
|
|
3298
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
3540
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
3299
3541
|
url: string;
|
|
3300
3542
|
chainId: number;
|
|
3301
3543
|
}[] | 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;
|
|
@@ -3345,7 +3590,7 @@ declare const app: Elysia<"", {
|
|
|
3345
3590
|
liveCampaigns: number;
|
|
3346
3591
|
endOfDisputePeriod: number;
|
|
3347
3592
|
explorers?: {
|
|
3348
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
3593
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
3349
3594
|
url: string;
|
|
3350
3595
|
chainId: number;
|
|
3351
3596
|
}[] | 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;
|
|
@@ -3798,7 +4047,7 @@ declare const app: Elysia<"", {
|
|
|
3798
4047
|
liveCampaigns: number;
|
|
3799
4048
|
endOfDisputePeriod: number;
|
|
3800
4049
|
explorers?: {
|
|
3801
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
4050
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
3802
4051
|
url: string;
|
|
3803
4052
|
chainId: number;
|
|
3804
4053
|
}[] | undefined;
|
|
@@ -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;
|
|
@@ -3991,7 +4242,7 @@ declare const app: Elysia<"", {
|
|
|
3991
4242
|
liveCampaigns: number;
|
|
3992
4243
|
endOfDisputePeriod: number;
|
|
3993
4244
|
explorers?: {
|
|
3994
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
4245
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
3995
4246
|
url: string;
|
|
3996
4247
|
chainId: number;
|
|
3997
4248
|
}[] | undefined;
|
|
@@ -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;
|
|
@@ -6798,7 +7273,7 @@ declare const app: Elysia<"", {
|
|
|
6798
7273
|
liveCampaigns: number;
|
|
6799
7274
|
endOfDisputePeriod: number;
|
|
6800
7275
|
explorers?: {
|
|
6801
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
7276
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
6802
7277
|
url: string;
|
|
6803
7278
|
chainId: number;
|
|
6804
7279
|
}[] | undefined;
|
|
@@ -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;
|
|
@@ -6974,7 +7456,7 @@ declare const app: Elysia<"", {
|
|
|
6974
7456
|
liveCampaigns: number;
|
|
6975
7457
|
endOfDisputePeriod: number;
|
|
6976
7458
|
explorers?: {
|
|
6977
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
7459
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
6978
7460
|
url: string;
|
|
6979
7461
|
chainId: number;
|
|
6980
7462
|
}[] | undefined;
|
|
@@ -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;
|
|
@@ -7086,7 +7573,7 @@ declare const app: Elysia<"", {
|
|
|
7086
7573
|
liveCampaigns: number;
|
|
7087
7574
|
endOfDisputePeriod: number;
|
|
7088
7575
|
explorers?: {
|
|
7089
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
7576
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
7090
7577
|
url: string;
|
|
7091
7578
|
chainId: number;
|
|
7092
7579
|
}[] | 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;
|
|
@@ -7208,7 +7697,7 @@ declare const app: Elysia<"", {
|
|
|
7208
7697
|
liveCampaigns: number;
|
|
7209
7698
|
endOfDisputePeriod: number;
|
|
7210
7699
|
explorers?: {
|
|
7211
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
7700
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
7212
7701
|
url: string;
|
|
7213
7702
|
chainId: number;
|
|
7214
7703
|
}[] | undefined;
|
|
@@ -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;
|
|
@@ -7384,7 +7880,7 @@ declare const app: Elysia<"", {
|
|
|
7384
7880
|
liveCampaigns: number;
|
|
7385
7881
|
endOfDisputePeriod: number;
|
|
7386
7882
|
explorers?: {
|
|
7387
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
7883
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
7388
7884
|
url: string;
|
|
7389
7885
|
chainId: number;
|
|
7390
7886
|
}[] | undefined;
|
|
@@ -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;
|
|
@@ -7496,7 +7997,7 @@ declare const app: Elysia<"", {
|
|
|
7496
7997
|
liveCampaigns: number;
|
|
7497
7998
|
endOfDisputePeriod: number;
|
|
7498
7999
|
explorers?: {
|
|
7499
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
8000
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
7500
8001
|
url: string;
|
|
7501
8002
|
chainId: number;
|
|
7502
8003
|
}[] | 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;
|
|
@@ -7890,7 +8397,7 @@ declare const app: Elysia<"", {
|
|
|
7890
8397
|
liveCampaigns: number;
|
|
7891
8398
|
endOfDisputePeriod: number;
|
|
7892
8399
|
explorers?: {
|
|
7893
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
8400
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
7894
8401
|
url: string;
|
|
7895
8402
|
chainId: number;
|
|
7896
8403
|
}[] | undefined;
|
|
@@ -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;
|
|
@@ -8066,7 +8580,7 @@ declare const app: Elysia<"", {
|
|
|
8066
8580
|
liveCampaigns: number;
|
|
8067
8581
|
endOfDisputePeriod: number;
|
|
8068
8582
|
explorers?: {
|
|
8069
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
8583
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
8070
8584
|
url: string;
|
|
8071
8585
|
chainId: number;
|
|
8072
8586
|
}[] | undefined;
|
|
@@ -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;
|
|
@@ -8178,7 +8697,7 @@ declare const app: Elysia<"", {
|
|
|
8178
8697
|
liveCampaigns: number;
|
|
8179
8698
|
endOfDisputePeriod: number;
|
|
8180
8699
|
explorers?: {
|
|
8181
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
8700
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
8182
8701
|
url: string;
|
|
8183
8702
|
chainId: number;
|
|
8184
8703
|
}[] | 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;
|
|
@@ -8652,7 +9175,7 @@ declare const app: Elysia<"", {
|
|
|
8652
9175
|
liveCampaigns: number;
|
|
8653
9176
|
endOfDisputePeriod: number;
|
|
8654
9177
|
explorers?: {
|
|
8655
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
9178
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
8656
9179
|
url: string;
|
|
8657
9180
|
chainId: number;
|
|
8658
9181
|
}[] | undefined;
|
|
@@ -8688,7 +9211,7 @@ declare const app: Elysia<"", {
|
|
|
8688
9211
|
liveCampaigns: number;
|
|
8689
9212
|
endOfDisputePeriod: number;
|
|
8690
9213
|
explorers?: {
|
|
8691
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
9214
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
8692
9215
|
url: string;
|
|
8693
9216
|
chainId: number;
|
|
8694
9217
|
}[] | undefined;
|
|
@@ -8758,7 +9281,7 @@ declare const app: Elysia<"", {
|
|
|
8758
9281
|
liveCampaigns: number;
|
|
8759
9282
|
endOfDisputePeriod: number;
|
|
8760
9283
|
explorers?: {
|
|
8761
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
9284
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
8762
9285
|
url: string;
|
|
8763
9286
|
chainId: number;
|
|
8764
9287
|
}[] | undefined;
|
|
@@ -8784,7 +9307,7 @@ declare const app: Elysia<"", {
|
|
|
8784
9307
|
id: number;
|
|
8785
9308
|
name: string;
|
|
8786
9309
|
icon: string;
|
|
8787
|
-
explorerType: "BLOCKSCOUT" | "ETHERSCAN";
|
|
9310
|
+
explorerType: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
8788
9311
|
explorerUrl: string;
|
|
8789
9312
|
};
|
|
8790
9313
|
params: {};
|
|
@@ -8800,7 +9323,7 @@ declare const app: Elysia<"", {
|
|
|
8800
9323
|
liveCampaigns: number;
|
|
8801
9324
|
endOfDisputePeriod: number;
|
|
8802
9325
|
explorers?: {
|
|
8803
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
9326
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
8804
9327
|
url: string;
|
|
8805
9328
|
chainId: number;
|
|
8806
9329
|
}[] | undefined;
|
|
@@ -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
|
} & {
|
|
@@ -10285,21 +10831,287 @@ declare const app: Elysia<"", {
|
|
|
10285
10831
|
};
|
|
10286
10832
|
};
|
|
10287
10833
|
} & {
|
|
10288
|
-
config: {
|
|
10289
|
-
hash: {
|
|
10290
|
-
":hash": {
|
|
10834
|
+
config: {
|
|
10835
|
+
hash: {
|
|
10836
|
+
":hash": {
|
|
10837
|
+
get: {
|
|
10838
|
+
body: unknown;
|
|
10839
|
+
params: {
|
|
10840
|
+
hash: string;
|
|
10841
|
+
};
|
|
10842
|
+
query: {
|
|
10843
|
+
campaignId?: string | undefined;
|
|
10844
|
+
distributionChainId?: number | undefined;
|
|
10845
|
+
};
|
|
10846
|
+
headers: unknown;
|
|
10847
|
+
response: {
|
|
10848
|
+
200: any;
|
|
10849
|
+
422: {
|
|
10850
|
+
type: "validation";
|
|
10851
|
+
on: string;
|
|
10852
|
+
summary?: string | undefined;
|
|
10853
|
+
message?: string | undefined;
|
|
10854
|
+
found?: unknown;
|
|
10855
|
+
property?: string | undefined;
|
|
10856
|
+
expected?: string | undefined;
|
|
10857
|
+
};
|
|
10858
|
+
};
|
|
10859
|
+
};
|
|
10860
|
+
};
|
|
10861
|
+
};
|
|
10862
|
+
};
|
|
10863
|
+
} & {
|
|
10864
|
+
"key-value-stores": {
|
|
10865
|
+
post: {
|
|
10866
|
+
body: {
|
|
10867
|
+
key: string;
|
|
10868
|
+
description?: string | undefined;
|
|
10869
|
+
accessMode: "API_KEY" | "PUBLIC";
|
|
10870
|
+
type: "BLACKLIST" | "BOOST" | "FORWARDER" | "REFERRER" | "WHITELIST";
|
|
10871
|
+
sizeLimit?: number | undefined;
|
|
10872
|
+
publicRead?: boolean | undefined;
|
|
10873
|
+
ownerAddress: string;
|
|
10874
|
+
};
|
|
10875
|
+
params: {};
|
|
10876
|
+
query: unknown;
|
|
10877
|
+
headers: {
|
|
10878
|
+
authorization: string;
|
|
10879
|
+
};
|
|
10880
|
+
response: {
|
|
10881
|
+
200: {
|
|
10882
|
+
id: string;
|
|
10883
|
+
key: string;
|
|
10884
|
+
description: string | null;
|
|
10885
|
+
accessMode: string;
|
|
10886
|
+
type: string;
|
|
10887
|
+
sizeLimit: number;
|
|
10888
|
+
publicRead: boolean;
|
|
10889
|
+
ownerAddress: string;
|
|
10890
|
+
createdAt: string;
|
|
10891
|
+
updatedAt: string;
|
|
10892
|
+
};
|
|
10893
|
+
422: {
|
|
10894
|
+
type: "validation";
|
|
10895
|
+
on: string;
|
|
10896
|
+
summary?: string | undefined;
|
|
10897
|
+
message?: string | undefined;
|
|
10898
|
+
found?: unknown;
|
|
10899
|
+
property?: string | undefined;
|
|
10900
|
+
expected?: string | undefined;
|
|
10901
|
+
};
|
|
10902
|
+
};
|
|
10903
|
+
};
|
|
10904
|
+
};
|
|
10905
|
+
} & {
|
|
10906
|
+
"key-value-stores": {
|
|
10907
|
+
get: {
|
|
10908
|
+
body: unknown;
|
|
10909
|
+
params: {};
|
|
10910
|
+
query: unknown;
|
|
10911
|
+
headers: {
|
|
10912
|
+
authorization: string;
|
|
10913
|
+
};
|
|
10914
|
+
response: {
|
|
10915
|
+
200: {
|
|
10916
|
+
id: string;
|
|
10917
|
+
key: string;
|
|
10918
|
+
description: string | null;
|
|
10919
|
+
accessMode: string;
|
|
10920
|
+
type: string;
|
|
10921
|
+
sizeLimit: number;
|
|
10922
|
+
publicRead: boolean;
|
|
10923
|
+
ownerAddress: string;
|
|
10924
|
+
createdAt: string;
|
|
10925
|
+
updatedAt: string;
|
|
10926
|
+
}[];
|
|
10927
|
+
422: {
|
|
10928
|
+
type: "validation";
|
|
10929
|
+
on: string;
|
|
10930
|
+
summary?: string | undefined;
|
|
10931
|
+
message?: string | undefined;
|
|
10932
|
+
found?: unknown;
|
|
10933
|
+
property?: string | undefined;
|
|
10934
|
+
expected?: string | undefined;
|
|
10935
|
+
};
|
|
10936
|
+
};
|
|
10937
|
+
};
|
|
10938
|
+
};
|
|
10939
|
+
} & {
|
|
10940
|
+
"key-value-stores": {
|
|
10941
|
+
":key": {
|
|
10942
|
+
patch: {
|
|
10943
|
+
body: {
|
|
10944
|
+
description?: string | undefined;
|
|
10945
|
+
publicRead?: boolean | undefined;
|
|
10946
|
+
sizeLimit?: number | undefined;
|
|
10947
|
+
};
|
|
10948
|
+
params: {
|
|
10949
|
+
key: string;
|
|
10950
|
+
};
|
|
10951
|
+
query: unknown;
|
|
10952
|
+
headers: {
|
|
10953
|
+
authorization: string;
|
|
10954
|
+
};
|
|
10955
|
+
response: {
|
|
10956
|
+
200: {
|
|
10957
|
+
id: string;
|
|
10958
|
+
key: string;
|
|
10959
|
+
description: string | null;
|
|
10960
|
+
accessMode: string;
|
|
10961
|
+
type: string;
|
|
10962
|
+
sizeLimit: number;
|
|
10963
|
+
publicRead: boolean;
|
|
10964
|
+
ownerAddress: string;
|
|
10965
|
+
createdAt: string;
|
|
10966
|
+
updatedAt: string;
|
|
10967
|
+
};
|
|
10968
|
+
422: {
|
|
10969
|
+
type: "validation";
|
|
10970
|
+
on: string;
|
|
10971
|
+
summary?: string | undefined;
|
|
10972
|
+
message?: string | undefined;
|
|
10973
|
+
found?: unknown;
|
|
10974
|
+
property?: string | undefined;
|
|
10975
|
+
expected?: string | undefined;
|
|
10976
|
+
};
|
|
10977
|
+
};
|
|
10978
|
+
};
|
|
10979
|
+
};
|
|
10980
|
+
};
|
|
10981
|
+
} & {
|
|
10982
|
+
"key-value-stores": {
|
|
10983
|
+
":key": {
|
|
10984
|
+
delete: {
|
|
10985
|
+
body: unknown;
|
|
10986
|
+
params: {
|
|
10987
|
+
key: string;
|
|
10988
|
+
};
|
|
10989
|
+
query: unknown;
|
|
10990
|
+
headers: {
|
|
10991
|
+
authorization: string;
|
|
10992
|
+
};
|
|
10993
|
+
response: {
|
|
10994
|
+
200: {
|
|
10995
|
+
success: boolean;
|
|
10996
|
+
};
|
|
10997
|
+
422: {
|
|
10998
|
+
type: "validation";
|
|
10999
|
+
on: string;
|
|
11000
|
+
summary?: string | undefined;
|
|
11001
|
+
message?: string | undefined;
|
|
11002
|
+
found?: unknown;
|
|
11003
|
+
property?: string | undefined;
|
|
11004
|
+
expected?: string | undefined;
|
|
11005
|
+
};
|
|
11006
|
+
};
|
|
11007
|
+
};
|
|
11008
|
+
};
|
|
11009
|
+
};
|
|
11010
|
+
} & {
|
|
11011
|
+
"key-value-stores": {
|
|
11012
|
+
":key": {
|
|
11013
|
+
entries: {
|
|
11014
|
+
put: {
|
|
11015
|
+
body: {
|
|
11016
|
+
address: string;
|
|
11017
|
+
value: string;
|
|
11018
|
+
};
|
|
11019
|
+
params: {
|
|
11020
|
+
key: string;
|
|
11021
|
+
};
|
|
11022
|
+
query: unknown;
|
|
11023
|
+
headers: Partial<{
|
|
11024
|
+
authorization: string;
|
|
11025
|
+
}>;
|
|
11026
|
+
response: {
|
|
11027
|
+
200: {
|
|
11028
|
+
address: string;
|
|
11029
|
+
value: string;
|
|
11030
|
+
createdAt: string;
|
|
11031
|
+
updatedAt: string;
|
|
11032
|
+
};
|
|
11033
|
+
422: {
|
|
11034
|
+
type: "validation";
|
|
11035
|
+
on: string;
|
|
11036
|
+
summary?: string | undefined;
|
|
11037
|
+
message?: string | undefined;
|
|
11038
|
+
found?: unknown;
|
|
11039
|
+
property?: string | undefined;
|
|
11040
|
+
expected?: string | undefined;
|
|
11041
|
+
};
|
|
11042
|
+
};
|
|
11043
|
+
};
|
|
11044
|
+
};
|
|
11045
|
+
};
|
|
11046
|
+
};
|
|
11047
|
+
} & {
|
|
11048
|
+
"key-value-stores": {
|
|
11049
|
+
":key": {
|
|
11050
|
+
entries: {
|
|
11051
|
+
batch: {
|
|
11052
|
+
put: {
|
|
11053
|
+
body: {
|
|
11054
|
+
entries: {
|
|
11055
|
+
address: string;
|
|
11056
|
+
value: string;
|
|
11057
|
+
}[];
|
|
11058
|
+
};
|
|
11059
|
+
params: {
|
|
11060
|
+
key: string;
|
|
11061
|
+
};
|
|
11062
|
+
query: unknown;
|
|
11063
|
+
headers: Partial<{
|
|
11064
|
+
authorization: string;
|
|
11065
|
+
}>;
|
|
11066
|
+
response: {
|
|
11067
|
+
200: {
|
|
11068
|
+
success: boolean;
|
|
11069
|
+
count: number;
|
|
11070
|
+
};
|
|
11071
|
+
422: {
|
|
11072
|
+
type: "validation";
|
|
11073
|
+
on: string;
|
|
11074
|
+
summary?: string | undefined;
|
|
11075
|
+
message?: string | undefined;
|
|
11076
|
+
found?: unknown;
|
|
11077
|
+
property?: string | undefined;
|
|
11078
|
+
expected?: string | undefined;
|
|
11079
|
+
};
|
|
11080
|
+
};
|
|
11081
|
+
};
|
|
11082
|
+
};
|
|
11083
|
+
};
|
|
11084
|
+
};
|
|
11085
|
+
};
|
|
11086
|
+
} & {
|
|
11087
|
+
"key-value-stores": {
|
|
11088
|
+
":key": {
|
|
11089
|
+
entries: {
|
|
10291
11090
|
get: {
|
|
10292
11091
|
body: unknown;
|
|
10293
11092
|
params: {
|
|
10294
|
-
|
|
11093
|
+
key: string;
|
|
10295
11094
|
};
|
|
10296
11095
|
query: {
|
|
10297
|
-
|
|
10298
|
-
|
|
11096
|
+
page?: number | undefined;
|
|
11097
|
+
pageSize?: number | undefined;
|
|
11098
|
+
value?: string | undefined;
|
|
10299
11099
|
};
|
|
10300
|
-
headers:
|
|
11100
|
+
headers: Partial<{
|
|
11101
|
+
authorization: string;
|
|
11102
|
+
}>;
|
|
10301
11103
|
response: {
|
|
10302
|
-
200:
|
|
11104
|
+
200: {
|
|
11105
|
+
entries: {
|
|
11106
|
+
address: string;
|
|
11107
|
+
value: string;
|
|
11108
|
+
createdAt: string;
|
|
11109
|
+
updatedAt: string;
|
|
11110
|
+
}[];
|
|
11111
|
+
total: number;
|
|
11112
|
+
page: number;
|
|
11113
|
+
pageSize: number;
|
|
11114
|
+
};
|
|
10303
11115
|
422: {
|
|
10304
11116
|
type: "validation";
|
|
10305
11117
|
on: string;
|
|
@@ -10314,6 +11126,77 @@ declare const app: Elysia<"", {
|
|
|
10314
11126
|
};
|
|
10315
11127
|
};
|
|
10316
11128
|
};
|
|
11129
|
+
} & {
|
|
11130
|
+
"key-value-stores": {
|
|
11131
|
+
":key": {
|
|
11132
|
+
entries: {
|
|
11133
|
+
":address": {
|
|
11134
|
+
get: {
|
|
11135
|
+
body: unknown;
|
|
11136
|
+
params: {
|
|
11137
|
+
key: string;
|
|
11138
|
+
address: string;
|
|
11139
|
+
};
|
|
11140
|
+
query: unknown;
|
|
11141
|
+
headers: Partial<{
|
|
11142
|
+
authorization: string;
|
|
11143
|
+
}>;
|
|
11144
|
+
response: {
|
|
11145
|
+
200: {
|
|
11146
|
+
address: string;
|
|
11147
|
+
value: string;
|
|
11148
|
+
createdAt: string;
|
|
11149
|
+
updatedAt: string;
|
|
11150
|
+
};
|
|
11151
|
+
422: {
|
|
11152
|
+
type: "validation";
|
|
11153
|
+
on: string;
|
|
11154
|
+
summary?: string | undefined;
|
|
11155
|
+
message?: string | undefined;
|
|
11156
|
+
found?: unknown;
|
|
11157
|
+
property?: string | undefined;
|
|
11158
|
+
expected?: string | undefined;
|
|
11159
|
+
};
|
|
11160
|
+
};
|
|
11161
|
+
};
|
|
11162
|
+
};
|
|
11163
|
+
};
|
|
11164
|
+
};
|
|
11165
|
+
};
|
|
11166
|
+
} & {
|
|
11167
|
+
"key-value-stores": {
|
|
11168
|
+
":key": {
|
|
11169
|
+
entries: {
|
|
11170
|
+
":address": {
|
|
11171
|
+
delete: {
|
|
11172
|
+
body: unknown;
|
|
11173
|
+
params: {
|
|
11174
|
+
key: string;
|
|
11175
|
+
address: string;
|
|
11176
|
+
};
|
|
11177
|
+
query: unknown;
|
|
11178
|
+
headers: Partial<{
|
|
11179
|
+
authorization: string;
|
|
11180
|
+
}>;
|
|
11181
|
+
response: {
|
|
11182
|
+
200: {
|
|
11183
|
+
success: boolean;
|
|
11184
|
+
};
|
|
11185
|
+
422: {
|
|
11186
|
+
type: "validation";
|
|
11187
|
+
on: string;
|
|
11188
|
+
summary?: string | undefined;
|
|
11189
|
+
message?: string | undefined;
|
|
11190
|
+
found?: unknown;
|
|
11191
|
+
property?: string | undefined;
|
|
11192
|
+
expected?: string | undefined;
|
|
11193
|
+
};
|
|
11194
|
+
};
|
|
11195
|
+
};
|
|
11196
|
+
};
|
|
11197
|
+
};
|
|
11198
|
+
};
|
|
11199
|
+
};
|
|
10317
11200
|
} & {
|
|
10318
11201
|
creators: {};
|
|
10319
11202
|
} & {
|
|
@@ -10781,6 +11664,8 @@ declare const app: Elysia<"", {
|
|
|
10781
11664
|
priceSource?: string | null | undefined;
|
|
10782
11665
|
displaySymbol?: string | undefined;
|
|
10783
11666
|
underlyingTokenId?: string | undefined;
|
|
11667
|
+
priceAlertDismissedAt?: number | undefined;
|
|
11668
|
+
priceAlertCount?: number | undefined;
|
|
10784
11669
|
}[];
|
|
10785
11670
|
chain: {
|
|
10786
11671
|
id: number;
|
|
@@ -10789,7 +11674,7 @@ declare const app: Elysia<"", {
|
|
|
10789
11674
|
liveCampaigns: number;
|
|
10790
11675
|
endOfDisputePeriod: number;
|
|
10791
11676
|
explorers?: {
|
|
10792
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
11677
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
10793
11678
|
url: string;
|
|
10794
11679
|
chainId: number;
|
|
10795
11680
|
}[] | undefined;
|
|
@@ -10850,6 +11735,8 @@ declare const app: Elysia<"", {
|
|
|
10850
11735
|
priceSource?: string | null | undefined;
|
|
10851
11736
|
displaySymbol?: string | undefined;
|
|
10852
11737
|
underlyingTokenId?: string | undefined;
|
|
11738
|
+
priceAlertDismissedAt?: number | undefined;
|
|
11739
|
+
priceAlertCount?: number | undefined;
|
|
10853
11740
|
} | undefined;
|
|
10854
11741
|
} | undefined;
|
|
10855
11742
|
tvlRecord?: {
|
|
@@ -10867,6 +11754,7 @@ declare const app: Elysia<"", {
|
|
|
10867
11754
|
breakdowns: {
|
|
10868
11755
|
campaignId: string;
|
|
10869
11756
|
value: number;
|
|
11757
|
+
maxValue?: number | undefined;
|
|
10870
11758
|
timestamp: string | bigint;
|
|
10871
11759
|
token: {
|
|
10872
11760
|
id: string;
|
|
@@ -10885,6 +11773,8 @@ declare const app: Elysia<"", {
|
|
|
10885
11773
|
priceSource?: string | null | undefined;
|
|
10886
11774
|
displaySymbol?: string | undefined;
|
|
10887
11775
|
underlyingTokenId?: string | undefined;
|
|
11776
|
+
priceAlertDismissedAt?: number | undefined;
|
|
11777
|
+
priceAlertCount?: number | undefined;
|
|
10888
11778
|
};
|
|
10889
11779
|
amount: string | bigint;
|
|
10890
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;
|
|
@@ -10919,7 +11809,7 @@ declare const app: Elysia<"", {
|
|
|
10919
11809
|
liveCampaigns: number;
|
|
10920
11810
|
endOfDisputePeriod: number;
|
|
10921
11811
|
explorers?: {
|
|
10922
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
11812
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
10923
11813
|
url: string;
|
|
10924
11814
|
chainId: number;
|
|
10925
11815
|
}[] | undefined;
|
|
@@ -10943,6 +11833,8 @@ declare const app: Elysia<"", {
|
|
|
10943
11833
|
priceSource?: string | null | undefined;
|
|
10944
11834
|
displaySymbol?: string | undefined;
|
|
10945
11835
|
underlyingTokenId?: string | undefined;
|
|
11836
|
+
priceAlertDismissedAt?: number | undefined;
|
|
11837
|
+
priceAlertCount?: number | undefined;
|
|
10946
11838
|
};
|
|
10947
11839
|
opportunityId?: string | undefined;
|
|
10948
11840
|
distributionChain?: {
|
|
@@ -10952,7 +11844,7 @@ declare const app: Elysia<"", {
|
|
|
10952
11844
|
liveCampaigns: number;
|
|
10953
11845
|
endOfDisputePeriod: number;
|
|
10954
11846
|
explorers?: {
|
|
10955
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
11847
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
10956
11848
|
url: string;
|
|
10957
11849
|
chainId: number;
|
|
10958
11850
|
}[] | undefined;
|
|
@@ -10977,6 +11869,7 @@ declare const app: Elysia<"", {
|
|
|
10977
11869
|
dailyRewardsBreakdown?: {
|
|
10978
11870
|
campaignId: string;
|
|
10979
11871
|
value: number;
|
|
11872
|
+
maxValue?: number | undefined;
|
|
10980
11873
|
timestamp: string | bigint;
|
|
10981
11874
|
token: {
|
|
10982
11875
|
id: string;
|
|
@@ -10995,6 +11888,8 @@ declare const app: Elysia<"", {
|
|
|
10995
11888
|
priceSource?: string | null | undefined;
|
|
10996
11889
|
displaySymbol?: string | undefined;
|
|
10997
11890
|
underlyingTokenId?: string | undefined;
|
|
11891
|
+
priceAlertDismissedAt?: number | undefined;
|
|
11892
|
+
priceAlertCount?: number | undefined;
|
|
10998
11893
|
};
|
|
10999
11894
|
amount: string | bigint;
|
|
11000
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;
|
|
@@ -11277,6 +12172,27 @@ declare const app: Elysia<"", {
|
|
|
11277
12172
|
};
|
|
11278
12173
|
};
|
|
11279
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
|
+
};
|
|
11280
12196
|
} & {
|
|
11281
12197
|
credits: {
|
|
11282
12198
|
":creatorId": {
|
|
@@ -11655,6 +12571,8 @@ declare const app: Elysia<"", {
|
|
|
11655
12571
|
priceSource?: string | null | undefined;
|
|
11656
12572
|
displaySymbol?: string | undefined;
|
|
11657
12573
|
underlyingTokenId?: string | undefined;
|
|
12574
|
+
priceAlertDismissedAt?: number | undefined;
|
|
12575
|
+
priceAlertCount?: number | undefined;
|
|
11658
12576
|
}[];
|
|
11659
12577
|
422: {
|
|
11660
12578
|
type: "validation";
|
|
@@ -11790,6 +12708,8 @@ declare const app: Elysia<"", {
|
|
|
11790
12708
|
priceSource?: string | null | undefined;
|
|
11791
12709
|
displaySymbol?: string | undefined;
|
|
11792
12710
|
underlyingTokenId?: string | undefined;
|
|
12711
|
+
priceAlertDismissedAt?: number | undefined;
|
|
12712
|
+
priceAlertCount?: number | undefined;
|
|
11793
12713
|
}[];
|
|
11794
12714
|
422: {
|
|
11795
12715
|
type: "validation";
|
|
@@ -11869,6 +12789,8 @@ declare const app: Elysia<"", {
|
|
|
11869
12789
|
priceSource?: string | null | undefined;
|
|
11870
12790
|
displaySymbol?: string | undefined;
|
|
11871
12791
|
underlyingTokenId?: string | undefined;
|
|
12792
|
+
priceAlertDismissedAt?: number | undefined;
|
|
12793
|
+
priceAlertCount?: number | undefined;
|
|
11872
12794
|
};
|
|
11873
12795
|
}>;
|
|
11874
12796
|
}>;
|
|
@@ -12188,7 +13110,7 @@ declare const app: Elysia<"", {
|
|
|
12188
13110
|
post: {
|
|
12189
13111
|
body: {
|
|
12190
13112
|
chainId: number;
|
|
12191
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
13113
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
12192
13114
|
url: string;
|
|
12193
13115
|
};
|
|
12194
13116
|
params: {};
|
|
@@ -12198,7 +13120,7 @@ declare const app: Elysia<"", {
|
|
|
12198
13120
|
};
|
|
12199
13121
|
response: {
|
|
12200
13122
|
200: {
|
|
12201
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
13123
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
12202
13124
|
url: string;
|
|
12203
13125
|
chainId: number;
|
|
12204
13126
|
};
|
|
@@ -12296,7 +13218,7 @@ declare const app: Elysia<"", {
|
|
|
12296
13218
|
200: {
|
|
12297
13219
|
storingId: string;
|
|
12298
13220
|
targetStart: number;
|
|
12299
|
-
targetEnd: number;
|
|
13221
|
+
targetEnd: number | null;
|
|
12300
13222
|
}[];
|
|
12301
13223
|
422: {
|
|
12302
13224
|
type: "validation";
|
|
@@ -13179,6 +14101,8 @@ declare const app: Elysia<"", {
|
|
|
13179
14101
|
priceSource?: string | null | undefined;
|
|
13180
14102
|
displaySymbol?: string | undefined;
|
|
13181
14103
|
underlyingTokenId?: string | undefined;
|
|
14104
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14105
|
+
priceAlertCount?: number | undefined;
|
|
13182
14106
|
}[];
|
|
13183
14107
|
chain: {
|
|
13184
14108
|
id: number;
|
|
@@ -13187,7 +14111,7 @@ declare const app: Elysia<"", {
|
|
|
13187
14111
|
liveCampaigns: number;
|
|
13188
14112
|
endOfDisputePeriod: number;
|
|
13189
14113
|
explorers?: {
|
|
13190
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
14114
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
13191
14115
|
url: string;
|
|
13192
14116
|
chainId: number;
|
|
13193
14117
|
}[] | undefined;
|
|
@@ -13248,6 +14172,8 @@ declare const app: Elysia<"", {
|
|
|
13248
14172
|
priceSource?: string | null | undefined;
|
|
13249
14173
|
displaySymbol?: string | undefined;
|
|
13250
14174
|
underlyingTokenId?: string | undefined;
|
|
14175
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14176
|
+
priceAlertCount?: number | undefined;
|
|
13251
14177
|
} | undefined;
|
|
13252
14178
|
} | undefined;
|
|
13253
14179
|
tvlRecord?: {
|
|
@@ -13265,6 +14191,7 @@ declare const app: Elysia<"", {
|
|
|
13265
14191
|
breakdowns: {
|
|
13266
14192
|
campaignId: string;
|
|
13267
14193
|
value: number;
|
|
14194
|
+
maxValue?: number | undefined;
|
|
13268
14195
|
timestamp: string | bigint;
|
|
13269
14196
|
token: {
|
|
13270
14197
|
id: string;
|
|
@@ -13283,6 +14210,8 @@ declare const app: Elysia<"", {
|
|
|
13283
14210
|
priceSource?: string | null | undefined;
|
|
13284
14211
|
displaySymbol?: string | undefined;
|
|
13285
14212
|
underlyingTokenId?: string | undefined;
|
|
14213
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14214
|
+
priceAlertCount?: number | undefined;
|
|
13286
14215
|
};
|
|
13287
14216
|
amount: string | bigint;
|
|
13288
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;
|
|
@@ -13317,7 +14246,7 @@ declare const app: Elysia<"", {
|
|
|
13317
14246
|
liveCampaigns: number;
|
|
13318
14247
|
endOfDisputePeriod: number;
|
|
13319
14248
|
explorers?: {
|
|
13320
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
14249
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
13321
14250
|
url: string;
|
|
13322
14251
|
chainId: number;
|
|
13323
14252
|
}[] | undefined;
|
|
@@ -13341,6 +14270,8 @@ declare const app: Elysia<"", {
|
|
|
13341
14270
|
priceSource?: string | null | undefined;
|
|
13342
14271
|
displaySymbol?: string | undefined;
|
|
13343
14272
|
underlyingTokenId?: string | undefined;
|
|
14273
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14274
|
+
priceAlertCount?: number | undefined;
|
|
13344
14275
|
};
|
|
13345
14276
|
opportunityId?: string | undefined;
|
|
13346
14277
|
distributionChain?: {
|
|
@@ -13350,7 +14281,7 @@ declare const app: Elysia<"", {
|
|
|
13350
14281
|
liveCampaigns: number;
|
|
13351
14282
|
endOfDisputePeriod: number;
|
|
13352
14283
|
explorers?: {
|
|
13353
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
14284
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
13354
14285
|
url: string;
|
|
13355
14286
|
chainId: number;
|
|
13356
14287
|
}[] | undefined;
|
|
@@ -13375,6 +14306,7 @@ declare const app: Elysia<"", {
|
|
|
13375
14306
|
dailyRewardsBreakdown?: {
|
|
13376
14307
|
campaignId: string;
|
|
13377
14308
|
value: number;
|
|
14309
|
+
maxValue?: number | undefined;
|
|
13378
14310
|
timestamp: string | bigint;
|
|
13379
14311
|
token: {
|
|
13380
14312
|
id: string;
|
|
@@ -13393,6 +14325,8 @@ declare const app: Elysia<"", {
|
|
|
13393
14325
|
priceSource?: string | null | undefined;
|
|
13394
14326
|
displaySymbol?: string | undefined;
|
|
13395
14327
|
underlyingTokenId?: string | undefined;
|
|
14328
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14329
|
+
priceAlertCount?: number | undefined;
|
|
13396
14330
|
};
|
|
13397
14331
|
amount: string | bigint;
|
|
13398
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;
|
|
@@ -13503,6 +14437,8 @@ declare const app: Elysia<"", {
|
|
|
13503
14437
|
priceSource?: string | null | undefined;
|
|
13504
14438
|
displaySymbol?: string | undefined;
|
|
13505
14439
|
underlyingTokenId?: string | undefined;
|
|
14440
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14441
|
+
priceAlertCount?: number | undefined;
|
|
13506
14442
|
}[];
|
|
13507
14443
|
chain: {
|
|
13508
14444
|
id: number;
|
|
@@ -13511,7 +14447,7 @@ declare const app: Elysia<"", {
|
|
|
13511
14447
|
liveCampaigns: number;
|
|
13512
14448
|
endOfDisputePeriod: number;
|
|
13513
14449
|
explorers?: {
|
|
13514
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
14450
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
13515
14451
|
url: string;
|
|
13516
14452
|
chainId: number;
|
|
13517
14453
|
}[] | undefined;
|
|
@@ -13572,6 +14508,8 @@ declare const app: Elysia<"", {
|
|
|
13572
14508
|
priceSource?: string | null | undefined;
|
|
13573
14509
|
displaySymbol?: string | undefined;
|
|
13574
14510
|
underlyingTokenId?: string | undefined;
|
|
14511
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14512
|
+
priceAlertCount?: number | undefined;
|
|
13575
14513
|
} | undefined;
|
|
13576
14514
|
} | undefined;
|
|
13577
14515
|
tvlRecord?: {
|
|
@@ -13589,6 +14527,7 @@ declare const app: Elysia<"", {
|
|
|
13589
14527
|
breakdowns: {
|
|
13590
14528
|
campaignId: string;
|
|
13591
14529
|
value: number;
|
|
14530
|
+
maxValue?: number | undefined;
|
|
13592
14531
|
timestamp: string | bigint;
|
|
13593
14532
|
token: {
|
|
13594
14533
|
id: string;
|
|
@@ -13607,6 +14546,8 @@ declare const app: Elysia<"", {
|
|
|
13607
14546
|
priceSource?: string | null | undefined;
|
|
13608
14547
|
displaySymbol?: string | undefined;
|
|
13609
14548
|
underlyingTokenId?: string | undefined;
|
|
14549
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14550
|
+
priceAlertCount?: number | undefined;
|
|
13610
14551
|
};
|
|
13611
14552
|
amount: string | bigint;
|
|
13612
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;
|
|
@@ -13641,7 +14582,7 @@ declare const app: Elysia<"", {
|
|
|
13641
14582
|
liveCampaigns: number;
|
|
13642
14583
|
endOfDisputePeriod: number;
|
|
13643
14584
|
explorers?: {
|
|
13644
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
14585
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
13645
14586
|
url: string;
|
|
13646
14587
|
chainId: number;
|
|
13647
14588
|
}[] | undefined;
|
|
@@ -13665,6 +14606,8 @@ declare const app: Elysia<"", {
|
|
|
13665
14606
|
priceSource?: string | null | undefined;
|
|
13666
14607
|
displaySymbol?: string | undefined;
|
|
13667
14608
|
underlyingTokenId?: string | undefined;
|
|
14609
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14610
|
+
priceAlertCount?: number | undefined;
|
|
13668
14611
|
};
|
|
13669
14612
|
opportunityId?: string | undefined;
|
|
13670
14613
|
distributionChain?: {
|
|
@@ -13674,7 +14617,7 @@ declare const app: Elysia<"", {
|
|
|
13674
14617
|
liveCampaigns: number;
|
|
13675
14618
|
endOfDisputePeriod: number;
|
|
13676
14619
|
explorers?: {
|
|
13677
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
14620
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
13678
14621
|
url: string;
|
|
13679
14622
|
chainId: number;
|
|
13680
14623
|
}[] | undefined;
|
|
@@ -13699,6 +14642,7 @@ declare const app: Elysia<"", {
|
|
|
13699
14642
|
dailyRewardsBreakdown?: {
|
|
13700
14643
|
campaignId: string;
|
|
13701
14644
|
value: number;
|
|
14645
|
+
maxValue?: number | undefined;
|
|
13702
14646
|
timestamp: string | bigint;
|
|
13703
14647
|
token: {
|
|
13704
14648
|
id: string;
|
|
@@ -13717,6 +14661,8 @@ declare const app: Elysia<"", {
|
|
|
13717
14661
|
priceSource?: string | null | undefined;
|
|
13718
14662
|
displaySymbol?: string | undefined;
|
|
13719
14663
|
underlyingTokenId?: string | undefined;
|
|
14664
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14665
|
+
priceAlertCount?: number | undefined;
|
|
13720
14666
|
};
|
|
13721
14667
|
amount: string | bigint;
|
|
13722
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;
|
|
@@ -13784,6 +14730,8 @@ declare const app: Elysia<"", {
|
|
|
13784
14730
|
priceSource?: string | null | undefined;
|
|
13785
14731
|
displaySymbol?: string | undefined;
|
|
13786
14732
|
underlyingTokenId?: string | undefined;
|
|
14733
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14734
|
+
priceAlertCount?: number | undefined;
|
|
13787
14735
|
}[];
|
|
13788
14736
|
chain: {
|
|
13789
14737
|
id: number;
|
|
@@ -13792,7 +14740,7 @@ declare const app: Elysia<"", {
|
|
|
13792
14740
|
liveCampaigns: number;
|
|
13793
14741
|
endOfDisputePeriod: number;
|
|
13794
14742
|
explorers?: {
|
|
13795
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
14743
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
13796
14744
|
url: string;
|
|
13797
14745
|
chainId: number;
|
|
13798
14746
|
}[] | undefined;
|
|
@@ -13853,6 +14801,8 @@ declare const app: Elysia<"", {
|
|
|
13853
14801
|
priceSource?: string | null | undefined;
|
|
13854
14802
|
displaySymbol?: string | undefined;
|
|
13855
14803
|
underlyingTokenId?: string | undefined;
|
|
14804
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14805
|
+
priceAlertCount?: number | undefined;
|
|
13856
14806
|
} | undefined;
|
|
13857
14807
|
} | undefined;
|
|
13858
14808
|
tvlRecord?: {
|
|
@@ -13870,6 +14820,7 @@ declare const app: Elysia<"", {
|
|
|
13870
14820
|
breakdowns: {
|
|
13871
14821
|
campaignId: string;
|
|
13872
14822
|
value: number;
|
|
14823
|
+
maxValue?: number | undefined;
|
|
13873
14824
|
timestamp: string | bigint;
|
|
13874
14825
|
token: {
|
|
13875
14826
|
id: string;
|
|
@@ -13888,6 +14839,8 @@ declare const app: Elysia<"", {
|
|
|
13888
14839
|
priceSource?: string | null | undefined;
|
|
13889
14840
|
displaySymbol?: string | undefined;
|
|
13890
14841
|
underlyingTokenId?: string | undefined;
|
|
14842
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14843
|
+
priceAlertCount?: number | undefined;
|
|
13891
14844
|
};
|
|
13892
14845
|
amount: string | bigint;
|
|
13893
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;
|
|
@@ -13922,7 +14875,7 @@ declare const app: Elysia<"", {
|
|
|
13922
14875
|
liveCampaigns: number;
|
|
13923
14876
|
endOfDisputePeriod: number;
|
|
13924
14877
|
explorers?: {
|
|
13925
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
14878
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
13926
14879
|
url: string;
|
|
13927
14880
|
chainId: number;
|
|
13928
14881
|
}[] | undefined;
|
|
@@ -13946,6 +14899,8 @@ declare const app: Elysia<"", {
|
|
|
13946
14899
|
priceSource?: string | null | undefined;
|
|
13947
14900
|
displaySymbol?: string | undefined;
|
|
13948
14901
|
underlyingTokenId?: string | undefined;
|
|
14902
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14903
|
+
priceAlertCount?: number | undefined;
|
|
13949
14904
|
};
|
|
13950
14905
|
opportunityId?: string | undefined;
|
|
13951
14906
|
distributionChain?: {
|
|
@@ -13955,7 +14910,7 @@ declare const app: Elysia<"", {
|
|
|
13955
14910
|
liveCampaigns: number;
|
|
13956
14911
|
endOfDisputePeriod: number;
|
|
13957
14912
|
explorers?: {
|
|
13958
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
14913
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
13959
14914
|
url: string;
|
|
13960
14915
|
chainId: number;
|
|
13961
14916
|
}[] | undefined;
|
|
@@ -13980,6 +14935,7 @@ declare const app: Elysia<"", {
|
|
|
13980
14935
|
dailyRewardsBreakdown?: {
|
|
13981
14936
|
campaignId: string;
|
|
13982
14937
|
value: number;
|
|
14938
|
+
maxValue?: number | undefined;
|
|
13983
14939
|
timestamp: string | bigint;
|
|
13984
14940
|
token: {
|
|
13985
14941
|
id: string;
|
|
@@ -13998,6 +14954,8 @@ declare const app: Elysia<"", {
|
|
|
13998
14954
|
priceSource?: string | null | undefined;
|
|
13999
14955
|
displaySymbol?: string | undefined;
|
|
14000
14956
|
underlyingTokenId?: string | undefined;
|
|
14957
|
+
priceAlertDismissedAt?: number | undefined;
|
|
14958
|
+
priceAlertCount?: number | undefined;
|
|
14001
14959
|
};
|
|
14002
14960
|
amount: string | bigint;
|
|
14003
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;
|
|
@@ -14109,6 +15067,8 @@ declare const app: Elysia<"", {
|
|
|
14109
15067
|
priceSource?: string | null | undefined;
|
|
14110
15068
|
displaySymbol?: string | undefined;
|
|
14111
15069
|
underlyingTokenId?: string | undefined;
|
|
15070
|
+
priceAlertDismissedAt?: number | undefined;
|
|
15071
|
+
priceAlertCount?: number | undefined;
|
|
14112
15072
|
}[];
|
|
14113
15073
|
chain: {
|
|
14114
15074
|
id: number;
|
|
@@ -14117,7 +15077,7 @@ declare const app: Elysia<"", {
|
|
|
14117
15077
|
liveCampaigns: number;
|
|
14118
15078
|
endOfDisputePeriod: number;
|
|
14119
15079
|
explorers?: {
|
|
14120
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
15080
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
14121
15081
|
url: string;
|
|
14122
15082
|
chainId: number;
|
|
14123
15083
|
}[] | undefined;
|
|
@@ -14178,6 +15138,8 @@ declare const app: Elysia<"", {
|
|
|
14178
15138
|
priceSource?: string | null | undefined;
|
|
14179
15139
|
displaySymbol?: string | undefined;
|
|
14180
15140
|
underlyingTokenId?: string | undefined;
|
|
15141
|
+
priceAlertDismissedAt?: number | undefined;
|
|
15142
|
+
priceAlertCount?: number | undefined;
|
|
14181
15143
|
} | undefined;
|
|
14182
15144
|
} | undefined;
|
|
14183
15145
|
tvlRecord?: {
|
|
@@ -14195,6 +15157,7 @@ declare const app: Elysia<"", {
|
|
|
14195
15157
|
breakdowns: {
|
|
14196
15158
|
campaignId: string;
|
|
14197
15159
|
value: number;
|
|
15160
|
+
maxValue?: number | undefined;
|
|
14198
15161
|
timestamp: string | bigint;
|
|
14199
15162
|
token: {
|
|
14200
15163
|
id: string;
|
|
@@ -14213,6 +15176,8 @@ declare const app: Elysia<"", {
|
|
|
14213
15176
|
priceSource?: string | null | undefined;
|
|
14214
15177
|
displaySymbol?: string | undefined;
|
|
14215
15178
|
underlyingTokenId?: string | undefined;
|
|
15179
|
+
priceAlertDismissedAt?: number | undefined;
|
|
15180
|
+
priceAlertCount?: number | undefined;
|
|
14216
15181
|
};
|
|
14217
15182
|
amount: string | bigint;
|
|
14218
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;
|
|
@@ -14247,7 +15212,7 @@ declare const app: Elysia<"", {
|
|
|
14247
15212
|
liveCampaigns: number;
|
|
14248
15213
|
endOfDisputePeriod: number;
|
|
14249
15214
|
explorers?: {
|
|
14250
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
15215
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
14251
15216
|
url: string;
|
|
14252
15217
|
chainId: number;
|
|
14253
15218
|
}[] | undefined;
|
|
@@ -14271,6 +15236,8 @@ declare const app: Elysia<"", {
|
|
|
14271
15236
|
priceSource?: string | null | undefined;
|
|
14272
15237
|
displaySymbol?: string | undefined;
|
|
14273
15238
|
underlyingTokenId?: string | undefined;
|
|
15239
|
+
priceAlertDismissedAt?: number | undefined;
|
|
15240
|
+
priceAlertCount?: number | undefined;
|
|
14274
15241
|
};
|
|
14275
15242
|
opportunityId?: string | undefined;
|
|
14276
15243
|
distributionChain?: {
|
|
@@ -14280,7 +15247,7 @@ declare const app: Elysia<"", {
|
|
|
14280
15247
|
liveCampaigns: number;
|
|
14281
15248
|
endOfDisputePeriod: number;
|
|
14282
15249
|
explorers?: {
|
|
14283
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
15250
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
14284
15251
|
url: string;
|
|
14285
15252
|
chainId: number;
|
|
14286
15253
|
}[] | undefined;
|
|
@@ -14305,6 +15272,7 @@ declare const app: Elysia<"", {
|
|
|
14305
15272
|
dailyRewardsBreakdown?: {
|
|
14306
15273
|
campaignId: string;
|
|
14307
15274
|
value: number;
|
|
15275
|
+
maxValue?: number | undefined;
|
|
14308
15276
|
timestamp: string | bigint;
|
|
14309
15277
|
token: {
|
|
14310
15278
|
id: string;
|
|
@@ -14323,6 +15291,8 @@ declare const app: Elysia<"", {
|
|
|
14323
15291
|
priceSource?: string | null | undefined;
|
|
14324
15292
|
displaySymbol?: string | undefined;
|
|
14325
15293
|
underlyingTokenId?: string | undefined;
|
|
15294
|
+
priceAlertDismissedAt?: number | undefined;
|
|
15295
|
+
priceAlertCount?: number | undefined;
|
|
14326
15296
|
};
|
|
14327
15297
|
amount: string | bigint;
|
|
14328
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;
|
|
@@ -14531,6 +15501,8 @@ declare const app: Elysia<"", {
|
|
|
14531
15501
|
priceSource?: string | null | undefined;
|
|
14532
15502
|
displaySymbol?: string | undefined;
|
|
14533
15503
|
underlyingTokenId?: string | undefined;
|
|
15504
|
+
priceAlertDismissedAt?: number | undefined;
|
|
15505
|
+
priceAlertCount?: number | undefined;
|
|
14534
15506
|
}[];
|
|
14535
15507
|
chain: {
|
|
14536
15508
|
id: number;
|
|
@@ -14539,7 +15511,7 @@ declare const app: Elysia<"", {
|
|
|
14539
15511
|
liveCampaigns: number;
|
|
14540
15512
|
endOfDisputePeriod: number;
|
|
14541
15513
|
explorers?: {
|
|
14542
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
15514
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
14543
15515
|
url: string;
|
|
14544
15516
|
chainId: number;
|
|
14545
15517
|
}[] | undefined;
|
|
@@ -14600,6 +15572,8 @@ declare const app: Elysia<"", {
|
|
|
14600
15572
|
priceSource?: string | null | undefined;
|
|
14601
15573
|
displaySymbol?: string | undefined;
|
|
14602
15574
|
underlyingTokenId?: string | undefined;
|
|
15575
|
+
priceAlertDismissedAt?: number | undefined;
|
|
15576
|
+
priceAlertCount?: number | undefined;
|
|
14603
15577
|
} | undefined;
|
|
14604
15578
|
} | undefined;
|
|
14605
15579
|
tvlRecord?: {
|
|
@@ -14617,6 +15591,7 @@ declare const app: Elysia<"", {
|
|
|
14617
15591
|
breakdowns: {
|
|
14618
15592
|
campaignId: string;
|
|
14619
15593
|
value: number;
|
|
15594
|
+
maxValue?: number | undefined;
|
|
14620
15595
|
timestamp: string | bigint;
|
|
14621
15596
|
token: {
|
|
14622
15597
|
id: string;
|
|
@@ -14635,6 +15610,8 @@ declare const app: Elysia<"", {
|
|
|
14635
15610
|
priceSource?: string | null | undefined;
|
|
14636
15611
|
displaySymbol?: string | undefined;
|
|
14637
15612
|
underlyingTokenId?: string | undefined;
|
|
15613
|
+
priceAlertDismissedAt?: number | undefined;
|
|
15614
|
+
priceAlertCount?: number | undefined;
|
|
14638
15615
|
};
|
|
14639
15616
|
amount: string | bigint;
|
|
14640
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;
|
|
@@ -14669,7 +15646,7 @@ declare const app: Elysia<"", {
|
|
|
14669
15646
|
liveCampaigns: number;
|
|
14670
15647
|
endOfDisputePeriod: number;
|
|
14671
15648
|
explorers?: {
|
|
14672
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
15649
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
14673
15650
|
url: string;
|
|
14674
15651
|
chainId: number;
|
|
14675
15652
|
}[] | undefined;
|
|
@@ -14693,6 +15670,8 @@ declare const app: Elysia<"", {
|
|
|
14693
15670
|
priceSource?: string | null | undefined;
|
|
14694
15671
|
displaySymbol?: string | undefined;
|
|
14695
15672
|
underlyingTokenId?: string | undefined;
|
|
15673
|
+
priceAlertDismissedAt?: number | undefined;
|
|
15674
|
+
priceAlertCount?: number | undefined;
|
|
14696
15675
|
};
|
|
14697
15676
|
opportunityId?: string | undefined;
|
|
14698
15677
|
distributionChain?: {
|
|
@@ -14702,7 +15681,7 @@ declare const app: Elysia<"", {
|
|
|
14702
15681
|
liveCampaigns: number;
|
|
14703
15682
|
endOfDisputePeriod: number;
|
|
14704
15683
|
explorers?: {
|
|
14705
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
15684
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
14706
15685
|
url: string;
|
|
14707
15686
|
chainId: number;
|
|
14708
15687
|
}[] | undefined;
|
|
@@ -14727,6 +15706,7 @@ declare const app: Elysia<"", {
|
|
|
14727
15706
|
dailyRewardsBreakdown?: {
|
|
14728
15707
|
campaignId: string;
|
|
14729
15708
|
value: number;
|
|
15709
|
+
maxValue?: number | undefined;
|
|
14730
15710
|
timestamp: string | bigint;
|
|
14731
15711
|
token: {
|
|
14732
15712
|
id: string;
|
|
@@ -14745,6 +15725,8 @@ declare const app: Elysia<"", {
|
|
|
14745
15725
|
priceSource?: string | null | undefined;
|
|
14746
15726
|
displaySymbol?: string | undefined;
|
|
14747
15727
|
underlyingTokenId?: string | undefined;
|
|
15728
|
+
priceAlertDismissedAt?: number | undefined;
|
|
15729
|
+
priceAlertCount?: number | undefined;
|
|
14748
15730
|
};
|
|
14749
15731
|
amount: string | bigint;
|
|
14750
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;
|
|
@@ -14812,6 +15794,8 @@ declare const app: Elysia<"", {
|
|
|
14812
15794
|
priceSource?: string | null | undefined;
|
|
14813
15795
|
displaySymbol?: string | undefined;
|
|
14814
15796
|
underlyingTokenId?: string | undefined;
|
|
15797
|
+
priceAlertDismissedAt?: number | undefined;
|
|
15798
|
+
priceAlertCount?: number | undefined;
|
|
14815
15799
|
}[];
|
|
14816
15800
|
chain: {
|
|
14817
15801
|
id: number;
|
|
@@ -14820,7 +15804,7 @@ declare const app: Elysia<"", {
|
|
|
14820
15804
|
liveCampaigns: number;
|
|
14821
15805
|
endOfDisputePeriod: number;
|
|
14822
15806
|
explorers?: {
|
|
14823
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
15807
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
14824
15808
|
url: string;
|
|
14825
15809
|
chainId: number;
|
|
14826
15810
|
}[] | undefined;
|
|
@@ -14881,6 +15865,8 @@ declare const app: Elysia<"", {
|
|
|
14881
15865
|
priceSource?: string | null | undefined;
|
|
14882
15866
|
displaySymbol?: string | undefined;
|
|
14883
15867
|
underlyingTokenId?: string | undefined;
|
|
15868
|
+
priceAlertDismissedAt?: number | undefined;
|
|
15869
|
+
priceAlertCount?: number | undefined;
|
|
14884
15870
|
} | undefined;
|
|
14885
15871
|
} | undefined;
|
|
14886
15872
|
tvlRecord?: {
|
|
@@ -14898,6 +15884,7 @@ declare const app: Elysia<"", {
|
|
|
14898
15884
|
breakdowns: {
|
|
14899
15885
|
campaignId: string;
|
|
14900
15886
|
value: number;
|
|
15887
|
+
maxValue?: number | undefined;
|
|
14901
15888
|
timestamp: string | bigint;
|
|
14902
15889
|
token: {
|
|
14903
15890
|
id: string;
|
|
@@ -14916,6 +15903,8 @@ declare const app: Elysia<"", {
|
|
|
14916
15903
|
priceSource?: string | null | undefined;
|
|
14917
15904
|
displaySymbol?: string | undefined;
|
|
14918
15905
|
underlyingTokenId?: string | undefined;
|
|
15906
|
+
priceAlertDismissedAt?: number | undefined;
|
|
15907
|
+
priceAlertCount?: number | undefined;
|
|
14919
15908
|
};
|
|
14920
15909
|
amount: string | bigint;
|
|
14921
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;
|
|
@@ -14950,7 +15939,7 @@ declare const app: Elysia<"", {
|
|
|
14950
15939
|
liveCampaigns: number;
|
|
14951
15940
|
endOfDisputePeriod: number;
|
|
14952
15941
|
explorers?: {
|
|
14953
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
15942
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
14954
15943
|
url: string;
|
|
14955
15944
|
chainId: number;
|
|
14956
15945
|
}[] | undefined;
|
|
@@ -14974,6 +15963,8 @@ declare const app: Elysia<"", {
|
|
|
14974
15963
|
priceSource?: string | null | undefined;
|
|
14975
15964
|
displaySymbol?: string | undefined;
|
|
14976
15965
|
underlyingTokenId?: string | undefined;
|
|
15966
|
+
priceAlertDismissedAt?: number | undefined;
|
|
15967
|
+
priceAlertCount?: number | undefined;
|
|
14977
15968
|
};
|
|
14978
15969
|
opportunityId?: string | undefined;
|
|
14979
15970
|
distributionChain?: {
|
|
@@ -14983,7 +15974,7 @@ declare const app: Elysia<"", {
|
|
|
14983
15974
|
liveCampaigns: number;
|
|
14984
15975
|
endOfDisputePeriod: number;
|
|
14985
15976
|
explorers?: {
|
|
14986
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
15977
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
14987
15978
|
url: string;
|
|
14988
15979
|
chainId: number;
|
|
14989
15980
|
}[] | undefined;
|
|
@@ -15008,6 +15999,7 @@ declare const app: Elysia<"", {
|
|
|
15008
15999
|
dailyRewardsBreakdown?: {
|
|
15009
16000
|
campaignId: string;
|
|
15010
16001
|
value: number;
|
|
16002
|
+
maxValue?: number | undefined;
|
|
15011
16003
|
timestamp: string | bigint;
|
|
15012
16004
|
token: {
|
|
15013
16005
|
id: string;
|
|
@@ -15026,6 +16018,8 @@ declare const app: Elysia<"", {
|
|
|
15026
16018
|
priceSource?: string | null | undefined;
|
|
15027
16019
|
displaySymbol?: string | undefined;
|
|
15028
16020
|
underlyingTokenId?: string | undefined;
|
|
16021
|
+
priceAlertDismissedAt?: number | undefined;
|
|
16022
|
+
priceAlertCount?: number | undefined;
|
|
15029
16023
|
};
|
|
15030
16024
|
amount: string | bigint;
|
|
15031
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;
|
|
@@ -15644,6 +16638,8 @@ declare const app: Elysia<"", {
|
|
|
15644
16638
|
price: number | null;
|
|
15645
16639
|
updatedAt: number | null;
|
|
15646
16640
|
priceSource: string | null;
|
|
16641
|
+
priceAlertDismissedAt: number | null;
|
|
16642
|
+
priceAlertCount: number;
|
|
15647
16643
|
};
|
|
15648
16644
|
amount: string;
|
|
15649
16645
|
campaignId: string;
|
|
@@ -15654,6 +16650,7 @@ declare const app: Elysia<"", {
|
|
|
15654
16650
|
} & {
|
|
15655
16651
|
id: string;
|
|
15656
16652
|
value: number;
|
|
16653
|
+
maxValue: number;
|
|
15657
16654
|
timestamp: bigint;
|
|
15658
16655
|
campaignId: string;
|
|
15659
16656
|
dailyRewardsRecordId: string;
|
|
@@ -15702,6 +16699,8 @@ declare const app: Elysia<"", {
|
|
|
15702
16699
|
price: number | null;
|
|
15703
16700
|
updatedAt: number | null;
|
|
15704
16701
|
priceSource: string | null;
|
|
16702
|
+
priceAlertDismissedAt: number | null;
|
|
16703
|
+
priceAlertCount: number;
|
|
15705
16704
|
} | null;
|
|
15706
16705
|
} & {
|
|
15707
16706
|
id: string;
|
|
@@ -15730,6 +16729,8 @@ declare const app: Elysia<"", {
|
|
|
15730
16729
|
price: number | null;
|
|
15731
16730
|
updatedAt: number | null;
|
|
15732
16731
|
priceSource: string | null;
|
|
16732
|
+
priceAlertDismissedAt: number | null;
|
|
16733
|
+
priceAlertCount: number;
|
|
15733
16734
|
}[];
|
|
15734
16735
|
TvlRecords: ({
|
|
15735
16736
|
TvlBreakdown: {
|
|
@@ -16153,6 +17154,8 @@ declare const app: Elysia<"", {
|
|
|
16153
17154
|
price: number | null;
|
|
16154
17155
|
updatedAt: number | null;
|
|
16155
17156
|
priceSource: string | null;
|
|
17157
|
+
priceAlertDismissedAt: number | null;
|
|
17158
|
+
priceAlertCount: number;
|
|
16156
17159
|
};
|
|
16157
17160
|
amount: string;
|
|
16158
17161
|
campaignId: string;
|
|
@@ -16163,6 +17166,7 @@ declare const app: Elysia<"", {
|
|
|
16163
17166
|
} & {
|
|
16164
17167
|
id: string;
|
|
16165
17168
|
value: number;
|
|
17169
|
+
maxValue: number;
|
|
16166
17170
|
timestamp: bigint;
|
|
16167
17171
|
campaignId: string;
|
|
16168
17172
|
dailyRewardsRecordId: string;
|
|
@@ -16211,6 +17215,8 @@ declare const app: Elysia<"", {
|
|
|
16211
17215
|
price: number | null;
|
|
16212
17216
|
updatedAt: number | null;
|
|
16213
17217
|
priceSource: string | null;
|
|
17218
|
+
priceAlertDismissedAt: number | null;
|
|
17219
|
+
priceAlertCount: number;
|
|
16214
17220
|
} | null;
|
|
16215
17221
|
} & {
|
|
16216
17222
|
id: string;
|
|
@@ -16239,6 +17245,8 @@ declare const app: Elysia<"", {
|
|
|
16239
17245
|
price: number | null;
|
|
16240
17246
|
updatedAt: number | null;
|
|
16241
17247
|
priceSource: string | null;
|
|
17248
|
+
priceAlertDismissedAt: number | null;
|
|
17249
|
+
priceAlertCount: number;
|
|
16242
17250
|
}[];
|
|
16243
17251
|
TvlRecords: ({
|
|
16244
17252
|
TvlBreakdown: {
|
|
@@ -16407,84 +17415,22 @@ declare const app: Elysia<"", {
|
|
|
16407
17415
|
};
|
|
16408
17416
|
} & {
|
|
16409
17417
|
overrides: {
|
|
16410
|
-
|
|
17418
|
+
check: {
|
|
16411
17419
|
post: {
|
|
16412
17420
|
body: {
|
|
16413
|
-
|
|
16414
|
-
|
|
17421
|
+
oldConfig: any;
|
|
17422
|
+
newConfig: any;
|
|
16415
17423
|
};
|
|
16416
17424
|
params: {};
|
|
16417
17425
|
query: unknown;
|
|
16418
17426
|
headers: unknown;
|
|
16419
|
-
response: {
|
|
16420
|
-
200: any;
|
|
16421
|
-
422: {
|
|
16422
|
-
type: "validation";
|
|
16423
|
-
on: string;
|
|
16424
|
-
summary?: string | undefined;
|
|
16425
|
-
message?: string | undefined;
|
|
16426
|
-
found?: unknown;
|
|
16427
|
-
property?: string | undefined;
|
|
16428
|
-
expected?: string | undefined;
|
|
16429
|
-
};
|
|
16430
|
-
};
|
|
16431
|
-
};
|
|
16432
|
-
};
|
|
16433
|
-
};
|
|
16434
|
-
} & {
|
|
16435
|
-
overrides: {
|
|
16436
|
-
apply: {
|
|
16437
|
-
":campaignId": {
|
|
16438
|
-
post: {
|
|
16439
|
-
body: unknown;
|
|
16440
|
-
params: {
|
|
16441
|
-
campaignId: string;
|
|
16442
|
-
};
|
|
16443
|
-
query: unknown;
|
|
16444
|
-
headers: unknown;
|
|
16445
|
-
response: {
|
|
16446
|
-
200: any;
|
|
16447
|
-
422: {
|
|
16448
|
-
type: "validation";
|
|
16449
|
-
on: string;
|
|
16450
|
-
summary?: string | undefined;
|
|
16451
|
-
message?: string | undefined;
|
|
16452
|
-
found?: unknown;
|
|
16453
|
-
property?: string | undefined;
|
|
16454
|
-
expected?: string | undefined;
|
|
16455
|
-
};
|
|
16456
|
-
};
|
|
16457
|
-
};
|
|
16458
|
-
};
|
|
16459
|
-
};
|
|
16460
|
-
};
|
|
16461
|
-
} & {
|
|
16462
|
-
overrides: {
|
|
16463
|
-
":campaignId": {
|
|
16464
|
-
get: {
|
|
16465
|
-
body: unknown;
|
|
16466
|
-
params: {
|
|
16467
|
-
campaignId: string;
|
|
16468
|
-
};
|
|
16469
|
-
query: unknown;
|
|
16470
|
-
headers: unknown;
|
|
16471
17427
|
response: {
|
|
16472
17428
|
200: {
|
|
16473
|
-
|
|
16474
|
-
|
|
16475
|
-
type: "insert";
|
|
16476
|
-
path: string;
|
|
16477
|
-
value: any;
|
|
16478
|
-
} | {
|
|
16479
|
-
type: "update";
|
|
16480
|
-
path: string;
|
|
16481
|
-
value: any;
|
|
16482
|
-
} | {
|
|
16483
|
-
type: "delete";
|
|
17429
|
+
isValid: boolean;
|
|
17430
|
+
errors: {
|
|
16484
17431
|
path: string;
|
|
16485
|
-
|
|
16486
|
-
|
|
16487
|
-
signerAddress: string;
|
|
17432
|
+
message: string;
|
|
17433
|
+
}[];
|
|
16488
17434
|
};
|
|
16489
17435
|
422: {
|
|
16490
17436
|
type: "validation";
|
|
@@ -16501,12 +17447,12 @@ declare const app: Elysia<"", {
|
|
|
16501
17447
|
};
|
|
16502
17448
|
} & {
|
|
16503
17449
|
overrides: {
|
|
16504
|
-
":
|
|
17450
|
+
":id": {
|
|
16505
17451
|
"previous-configs": {
|
|
16506
17452
|
get: {
|
|
16507
17453
|
body: unknown;
|
|
16508
17454
|
params: {
|
|
16509
|
-
|
|
17455
|
+
id: string;
|
|
16510
17456
|
};
|
|
16511
17457
|
query: unknown;
|
|
16512
17458
|
headers: unknown;
|
|
@@ -16540,93 +17486,6 @@ declare const app: Elysia<"", {
|
|
|
16540
17486
|
};
|
|
16541
17487
|
};
|
|
16542
17488
|
};
|
|
16543
|
-
} & {
|
|
16544
|
-
overrides: {
|
|
16545
|
-
check: {
|
|
16546
|
-
post: {
|
|
16547
|
-
body: {
|
|
16548
|
-
oldConfig: any;
|
|
16549
|
-
newConfig: any;
|
|
16550
|
-
};
|
|
16551
|
-
params: {};
|
|
16552
|
-
query: unknown;
|
|
16553
|
-
headers: unknown;
|
|
16554
|
-
response: {
|
|
16555
|
-
200: {
|
|
16556
|
-
isValid: boolean;
|
|
16557
|
-
errors: {
|
|
16558
|
-
path: string;
|
|
16559
|
-
message: string;
|
|
16560
|
-
}[];
|
|
16561
|
-
};
|
|
16562
|
-
422: {
|
|
16563
|
-
type: "validation";
|
|
16564
|
-
on: string;
|
|
16565
|
-
summary?: string | undefined;
|
|
16566
|
-
message?: string | undefined;
|
|
16567
|
-
found?: unknown;
|
|
16568
|
-
property?: string | undefined;
|
|
16569
|
-
expected?: string | undefined;
|
|
16570
|
-
};
|
|
16571
|
-
};
|
|
16572
|
-
};
|
|
16573
|
-
};
|
|
16574
|
-
};
|
|
16575
|
-
} & {
|
|
16576
|
-
overrides: {
|
|
16577
|
-
post: {
|
|
16578
|
-
body: {
|
|
16579
|
-
campaignId: string;
|
|
16580
|
-
value: ({
|
|
16581
|
-
type: "insert";
|
|
16582
|
-
path: string;
|
|
16583
|
-
value: any;
|
|
16584
|
-
} | {
|
|
16585
|
-
type: "update";
|
|
16586
|
-
path: string;
|
|
16587
|
-
value: any;
|
|
16588
|
-
} | {
|
|
16589
|
-
type: "delete";
|
|
16590
|
-
path: string;
|
|
16591
|
-
})[];
|
|
16592
|
-
message: string;
|
|
16593
|
-
signature: string;
|
|
16594
|
-
};
|
|
16595
|
-
params: {};
|
|
16596
|
-
query: unknown;
|
|
16597
|
-
headers: {
|
|
16598
|
-
authorization: string;
|
|
16599
|
-
};
|
|
16600
|
-
response: {
|
|
16601
|
-
200: {
|
|
16602
|
-
campaignId: string;
|
|
16603
|
-
value: ({
|
|
16604
|
-
type: "insert";
|
|
16605
|
-
path: string;
|
|
16606
|
-
value: any;
|
|
16607
|
-
} | {
|
|
16608
|
-
type: "update";
|
|
16609
|
-
path: string;
|
|
16610
|
-
value: any;
|
|
16611
|
-
} | {
|
|
16612
|
-
type: "delete";
|
|
16613
|
-
path: string;
|
|
16614
|
-
})[];
|
|
16615
|
-
signature: string;
|
|
16616
|
-
signerAddress: string;
|
|
16617
|
-
};
|
|
16618
|
-
422: {
|
|
16619
|
-
type: "validation";
|
|
16620
|
-
on: string;
|
|
16621
|
-
summary?: string | undefined;
|
|
16622
|
-
message?: string | undefined;
|
|
16623
|
-
found?: unknown;
|
|
16624
|
-
property?: string | undefined;
|
|
16625
|
-
expected?: string | undefined;
|
|
16626
|
-
};
|
|
16627
|
-
};
|
|
16628
|
-
};
|
|
16629
|
-
};
|
|
16630
17489
|
} & {
|
|
16631
17490
|
payload: {
|
|
16632
17491
|
decode: {
|
|
@@ -16777,6 +17636,8 @@ declare const app: Elysia<"", {
|
|
|
16777
17636
|
price: number | null;
|
|
16778
17637
|
updatedAt: number | null;
|
|
16779
17638
|
priceSource: string | null;
|
|
17639
|
+
priceAlertDismissedAt: number | null;
|
|
17640
|
+
priceAlertCount: number;
|
|
16780
17641
|
};
|
|
16781
17642
|
amount: string;
|
|
16782
17643
|
campaignId: string;
|
|
@@ -16787,6 +17648,7 @@ declare const app: Elysia<"", {
|
|
|
16787
17648
|
} & {
|
|
16788
17649
|
id: string;
|
|
16789
17650
|
value: number;
|
|
17651
|
+
maxValue: number;
|
|
16790
17652
|
timestamp: bigint;
|
|
16791
17653
|
campaignId: string;
|
|
16792
17654
|
dailyRewardsRecordId: string;
|
|
@@ -16835,6 +17697,8 @@ declare const app: Elysia<"", {
|
|
|
16835
17697
|
price: number | null;
|
|
16836
17698
|
updatedAt: number | null;
|
|
16837
17699
|
priceSource: string | null;
|
|
17700
|
+
priceAlertDismissedAt: number | null;
|
|
17701
|
+
priceAlertCount: number;
|
|
16838
17702
|
} | null;
|
|
16839
17703
|
} & {
|
|
16840
17704
|
id: string;
|
|
@@ -16863,6 +17727,8 @@ declare const app: Elysia<"", {
|
|
|
16863
17727
|
price: number | null;
|
|
16864
17728
|
updatedAt: number | null;
|
|
16865
17729
|
priceSource: string | null;
|
|
17730
|
+
priceAlertDismissedAt: number | null;
|
|
17731
|
+
priceAlertCount: number;
|
|
16866
17732
|
}[];
|
|
16867
17733
|
TvlRecords: ({
|
|
16868
17734
|
TvlBreakdown: {
|
|
@@ -17061,6 +17927,8 @@ declare const app: Elysia<"", {
|
|
|
17061
17927
|
price: number | null;
|
|
17062
17928
|
updatedAt: number | null;
|
|
17063
17929
|
priceSource: string | null;
|
|
17930
|
+
priceAlertDismissedAt: number | null;
|
|
17931
|
+
priceAlertCount: number;
|
|
17064
17932
|
};
|
|
17065
17933
|
amount: string;
|
|
17066
17934
|
campaignId: string;
|
|
@@ -17071,6 +17939,7 @@ declare const app: Elysia<"", {
|
|
|
17071
17939
|
} & {
|
|
17072
17940
|
id: string;
|
|
17073
17941
|
value: number;
|
|
17942
|
+
maxValue: number;
|
|
17074
17943
|
timestamp: bigint;
|
|
17075
17944
|
campaignId: string;
|
|
17076
17945
|
dailyRewardsRecordId: string;
|
|
@@ -17119,6 +17988,8 @@ declare const app: Elysia<"", {
|
|
|
17119
17988
|
price: number | null;
|
|
17120
17989
|
updatedAt: number | null;
|
|
17121
17990
|
priceSource: string | null;
|
|
17991
|
+
priceAlertDismissedAt: number | null;
|
|
17992
|
+
priceAlertCount: number;
|
|
17122
17993
|
} | null;
|
|
17123
17994
|
} & {
|
|
17124
17995
|
id: string;
|
|
@@ -17147,6 +18018,8 @@ declare const app: Elysia<"", {
|
|
|
17147
18018
|
price: number | null;
|
|
17148
18019
|
updatedAt: number | null;
|
|
17149
18020
|
priceSource: string | null;
|
|
18021
|
+
priceAlertDismissedAt: number | null;
|
|
18022
|
+
priceAlertCount: number;
|
|
17150
18023
|
}[];
|
|
17151
18024
|
TvlRecords: ({
|
|
17152
18025
|
TvlBreakdown: {
|
|
@@ -17346,6 +18219,8 @@ declare const app: Elysia<"", {
|
|
|
17346
18219
|
price: number | null;
|
|
17347
18220
|
updatedAt: number | null;
|
|
17348
18221
|
priceSource: string | null;
|
|
18222
|
+
priceAlertDismissedAt: number | null;
|
|
18223
|
+
priceAlertCount: number;
|
|
17349
18224
|
};
|
|
17350
18225
|
amount: string;
|
|
17351
18226
|
campaignId: string;
|
|
@@ -17356,6 +18231,7 @@ declare const app: Elysia<"", {
|
|
|
17356
18231
|
} & {
|
|
17357
18232
|
id: string;
|
|
17358
18233
|
value: number;
|
|
18234
|
+
maxValue: number;
|
|
17359
18235
|
timestamp: bigint;
|
|
17360
18236
|
campaignId: string;
|
|
17361
18237
|
dailyRewardsRecordId: string;
|
|
@@ -17404,6 +18280,8 @@ declare const app: Elysia<"", {
|
|
|
17404
18280
|
price: number | null;
|
|
17405
18281
|
updatedAt: number | null;
|
|
17406
18282
|
priceSource: string | null;
|
|
18283
|
+
priceAlertDismissedAt: number | null;
|
|
18284
|
+
priceAlertCount: number;
|
|
17407
18285
|
} | null;
|
|
17408
18286
|
} & {
|
|
17409
18287
|
id: string;
|
|
@@ -17432,6 +18310,8 @@ declare const app: Elysia<"", {
|
|
|
17432
18310
|
price: number | null;
|
|
17433
18311
|
updatedAt: number | null;
|
|
17434
18312
|
priceSource: string | null;
|
|
18313
|
+
priceAlertDismissedAt: number | null;
|
|
18314
|
+
priceAlertCount: number;
|
|
17435
18315
|
}[];
|
|
17436
18316
|
TvlRecords: ({
|
|
17437
18317
|
TvlBreakdown: {
|
|
@@ -18015,6 +18895,8 @@ declare const app: Elysia<"", {
|
|
|
18015
18895
|
priceSource?: string | null | undefined;
|
|
18016
18896
|
displaySymbol?: string | undefined;
|
|
18017
18897
|
underlyingTokenId?: string | undefined;
|
|
18898
|
+
priceAlertDismissedAt?: number | undefined;
|
|
18899
|
+
priceAlertCount?: number | undefined;
|
|
18018
18900
|
}[];
|
|
18019
18901
|
chain: {
|
|
18020
18902
|
id: number;
|
|
@@ -18023,7 +18905,7 @@ declare const app: Elysia<"", {
|
|
|
18023
18905
|
liveCampaigns: number;
|
|
18024
18906
|
endOfDisputePeriod: number;
|
|
18025
18907
|
explorers?: {
|
|
18026
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
18908
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
18027
18909
|
url: string;
|
|
18028
18910
|
chainId: number;
|
|
18029
18911
|
}[] | undefined;
|
|
@@ -18084,6 +18966,8 @@ declare const app: Elysia<"", {
|
|
|
18084
18966
|
priceSource?: string | null | undefined;
|
|
18085
18967
|
displaySymbol?: string | undefined;
|
|
18086
18968
|
underlyingTokenId?: string | undefined;
|
|
18969
|
+
priceAlertDismissedAt?: number | undefined;
|
|
18970
|
+
priceAlertCount?: number | undefined;
|
|
18087
18971
|
} | undefined;
|
|
18088
18972
|
} | undefined;
|
|
18089
18973
|
tvlRecord?: {
|
|
@@ -18101,6 +18985,7 @@ declare const app: Elysia<"", {
|
|
|
18101
18985
|
breakdowns: {
|
|
18102
18986
|
campaignId: string;
|
|
18103
18987
|
value: number;
|
|
18988
|
+
maxValue?: number | undefined;
|
|
18104
18989
|
timestamp: string | bigint;
|
|
18105
18990
|
token: {
|
|
18106
18991
|
id: string;
|
|
@@ -18119,6 +19004,8 @@ declare const app: Elysia<"", {
|
|
|
18119
19004
|
priceSource?: string | null | undefined;
|
|
18120
19005
|
displaySymbol?: string | undefined;
|
|
18121
19006
|
underlyingTokenId?: string | undefined;
|
|
19007
|
+
priceAlertDismissedAt?: number | undefined;
|
|
19008
|
+
priceAlertCount?: number | undefined;
|
|
18122
19009
|
};
|
|
18123
19010
|
amount: string | bigint;
|
|
18124
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;
|
|
@@ -18215,6 +19102,8 @@ declare const app: Elysia<"", {
|
|
|
18215
19102
|
priceSource?: string | null | undefined;
|
|
18216
19103
|
displaySymbol?: string | undefined;
|
|
18217
19104
|
underlyingTokenId?: string | undefined;
|
|
19105
|
+
priceAlertDismissedAt?: number | undefined;
|
|
19106
|
+
priceAlertCount?: number | undefined;
|
|
18218
19107
|
}[];
|
|
18219
19108
|
chain: {
|
|
18220
19109
|
id: number;
|
|
@@ -18223,7 +19112,7 @@ declare const app: Elysia<"", {
|
|
|
18223
19112
|
liveCampaigns: number;
|
|
18224
19113
|
endOfDisputePeriod: number;
|
|
18225
19114
|
explorers?: {
|
|
18226
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
19115
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
18227
19116
|
url: string;
|
|
18228
19117
|
chainId: number;
|
|
18229
19118
|
}[] | undefined;
|
|
@@ -18284,6 +19173,8 @@ declare const app: Elysia<"", {
|
|
|
18284
19173
|
priceSource?: string | null | undefined;
|
|
18285
19174
|
displaySymbol?: string | undefined;
|
|
18286
19175
|
underlyingTokenId?: string | undefined;
|
|
19176
|
+
priceAlertDismissedAt?: number | undefined;
|
|
19177
|
+
priceAlertCount?: number | undefined;
|
|
18287
19178
|
} | undefined;
|
|
18288
19179
|
} | undefined;
|
|
18289
19180
|
tvlRecord?: {
|
|
@@ -18301,6 +19192,7 @@ declare const app: Elysia<"", {
|
|
|
18301
19192
|
breakdowns: {
|
|
18302
19193
|
campaignId: string;
|
|
18303
19194
|
value: number;
|
|
19195
|
+
maxValue?: number | undefined;
|
|
18304
19196
|
timestamp: string | bigint;
|
|
18305
19197
|
token: {
|
|
18306
19198
|
id: string;
|
|
@@ -18319,6 +19211,8 @@ declare const app: Elysia<"", {
|
|
|
18319
19211
|
priceSource?: string | null | undefined;
|
|
18320
19212
|
displaySymbol?: string | undefined;
|
|
18321
19213
|
underlyingTokenId?: string | undefined;
|
|
19214
|
+
priceAlertDismissedAt?: number | undefined;
|
|
19215
|
+
priceAlertCount?: number | undefined;
|
|
18322
19216
|
};
|
|
18323
19217
|
amount: string | bigint;
|
|
18324
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;
|
|
@@ -18449,6 +19343,8 @@ declare const app: Elysia<"", {
|
|
|
18449
19343
|
priceSource?: string | null | undefined;
|
|
18450
19344
|
displaySymbol?: string | undefined;
|
|
18451
19345
|
underlyingTokenId?: string | undefined;
|
|
19346
|
+
priceAlertDismissedAt?: number | undefined;
|
|
19347
|
+
priceAlertCount?: number | undefined;
|
|
18452
19348
|
}[];
|
|
18453
19349
|
chain: {
|
|
18454
19350
|
id: number;
|
|
@@ -18457,7 +19353,7 @@ declare const app: Elysia<"", {
|
|
|
18457
19353
|
liveCampaigns: number;
|
|
18458
19354
|
endOfDisputePeriod: number;
|
|
18459
19355
|
explorers?: {
|
|
18460
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
19356
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
18461
19357
|
url: string;
|
|
18462
19358
|
chainId: number;
|
|
18463
19359
|
}[] | undefined;
|
|
@@ -18518,6 +19414,8 @@ declare const app: Elysia<"", {
|
|
|
18518
19414
|
priceSource?: string | null | undefined;
|
|
18519
19415
|
displaySymbol?: string | undefined;
|
|
18520
19416
|
underlyingTokenId?: string | undefined;
|
|
19417
|
+
priceAlertDismissedAt?: number | undefined;
|
|
19418
|
+
priceAlertCount?: number | undefined;
|
|
18521
19419
|
} | undefined;
|
|
18522
19420
|
} | undefined;
|
|
18523
19421
|
tvlRecord?: {
|
|
@@ -18535,6 +19433,7 @@ declare const app: Elysia<"", {
|
|
|
18535
19433
|
breakdowns: {
|
|
18536
19434
|
campaignId: string;
|
|
18537
19435
|
value: number;
|
|
19436
|
+
maxValue?: number | undefined;
|
|
18538
19437
|
timestamp: string | bigint;
|
|
18539
19438
|
token: {
|
|
18540
19439
|
id: string;
|
|
@@ -18553,6 +19452,8 @@ declare const app: Elysia<"", {
|
|
|
18553
19452
|
priceSource?: string | null | undefined;
|
|
18554
19453
|
displaySymbol?: string | undefined;
|
|
18555
19454
|
underlyingTokenId?: string | undefined;
|
|
19455
|
+
priceAlertDismissedAt?: number | undefined;
|
|
19456
|
+
priceAlertCount?: number | undefined;
|
|
18556
19457
|
};
|
|
18557
19458
|
amount: string | bigint;
|
|
18558
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;
|
|
@@ -18658,6 +19559,8 @@ declare const app: Elysia<"", {
|
|
|
18658
19559
|
priceSource?: string | null | undefined;
|
|
18659
19560
|
displaySymbol?: string | undefined;
|
|
18660
19561
|
underlyingTokenId?: string | undefined;
|
|
19562
|
+
priceAlertDismissedAt?: number | undefined;
|
|
19563
|
+
priceAlertCount?: number | undefined;
|
|
18661
19564
|
}[];
|
|
18662
19565
|
chain: {
|
|
18663
19566
|
id: number;
|
|
@@ -18666,7 +19569,7 @@ declare const app: Elysia<"", {
|
|
|
18666
19569
|
liveCampaigns: number;
|
|
18667
19570
|
endOfDisputePeriod: number;
|
|
18668
19571
|
explorers?: {
|
|
18669
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
19572
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
18670
19573
|
url: string;
|
|
18671
19574
|
chainId: number;
|
|
18672
19575
|
}[] | undefined;
|
|
@@ -18727,6 +19630,8 @@ declare const app: Elysia<"", {
|
|
|
18727
19630
|
priceSource?: string | null | undefined;
|
|
18728
19631
|
displaySymbol?: string | undefined;
|
|
18729
19632
|
underlyingTokenId?: string | undefined;
|
|
19633
|
+
priceAlertDismissedAt?: number | undefined;
|
|
19634
|
+
priceAlertCount?: number | undefined;
|
|
18730
19635
|
} | undefined;
|
|
18731
19636
|
} | undefined;
|
|
18732
19637
|
tvlRecord?: {
|
|
@@ -18744,6 +19649,7 @@ declare const app: Elysia<"", {
|
|
|
18744
19649
|
breakdowns: {
|
|
18745
19650
|
campaignId: string;
|
|
18746
19651
|
value: number;
|
|
19652
|
+
maxValue?: number | undefined;
|
|
18747
19653
|
timestamp: string | bigint;
|
|
18748
19654
|
token: {
|
|
18749
19655
|
id: string;
|
|
@@ -18762,6 +19668,8 @@ declare const app: Elysia<"", {
|
|
|
18762
19668
|
priceSource?: string | null | undefined;
|
|
18763
19669
|
displaySymbol?: string | undefined;
|
|
18764
19670
|
underlyingTokenId?: string | undefined;
|
|
19671
|
+
priceAlertDismissedAt?: number | undefined;
|
|
19672
|
+
priceAlertCount?: number | undefined;
|
|
18765
19673
|
};
|
|
18766
19674
|
amount: string | bigint;
|
|
18767
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;
|
|
@@ -18894,6 +19802,8 @@ declare const app: Elysia<"", {
|
|
|
18894
19802
|
priceSource?: string | null | undefined;
|
|
18895
19803
|
displaySymbol?: string | undefined;
|
|
18896
19804
|
underlyingTokenId?: string | undefined;
|
|
19805
|
+
priceAlertDismissedAt?: number | undefined;
|
|
19806
|
+
priceAlertCount?: number | undefined;
|
|
18897
19807
|
};
|
|
18898
19808
|
chainId: number;
|
|
18899
19809
|
hash: string;
|
|
@@ -19037,6 +19947,9 @@ declare const app: Elysia<"", {
|
|
|
19037
19947
|
tags?: string[] | undefined;
|
|
19038
19948
|
opportunityTag?: string | undefined;
|
|
19039
19949
|
opportunityChain?: number | undefined;
|
|
19950
|
+
status?: string | undefined;
|
|
19951
|
+
tokenTypes?: ("POINT" | "PRETGE" | "TOKEN")[] | undefined;
|
|
19952
|
+
excludeSubCampaigns?: boolean | undefined;
|
|
19040
19953
|
};
|
|
19041
19954
|
headers: unknown;
|
|
19042
19955
|
response: {
|
|
@@ -19082,6 +19995,9 @@ declare const app: Elysia<"", {
|
|
|
19082
19995
|
tags?: string[] | undefined;
|
|
19083
19996
|
opportunityTag?: string | undefined;
|
|
19084
19997
|
opportunityChain?: number | undefined;
|
|
19998
|
+
status?: string | undefined;
|
|
19999
|
+
tokenTypes?: ("POINT" | "PRETGE" | "TOKEN")[] | undefined;
|
|
20000
|
+
excludeSubCampaigns?: boolean | undefined;
|
|
19085
20001
|
};
|
|
19086
20002
|
headers: unknown;
|
|
19087
20003
|
response: {
|
|
@@ -20170,6 +21086,8 @@ declare const app: Elysia<"", {
|
|
|
20170
21086
|
priceSource?: string | null | undefined;
|
|
20171
21087
|
displaySymbol?: string | undefined;
|
|
20172
21088
|
underlyingTokenId?: string | undefined;
|
|
21089
|
+
priceAlertDismissedAt?: number | undefined;
|
|
21090
|
+
priceAlertCount?: number | undefined;
|
|
20173
21091
|
};
|
|
20174
21092
|
422: {
|
|
20175
21093
|
type: "validation";
|
|
@@ -20245,6 +21163,8 @@ declare const app: Elysia<"", {
|
|
|
20245
21163
|
priceSource?: string | null | undefined;
|
|
20246
21164
|
displaySymbol?: string | undefined;
|
|
20247
21165
|
underlyingTokenId?: string | undefined;
|
|
21166
|
+
priceAlertDismissedAt?: number | undefined;
|
|
21167
|
+
priceAlertCount?: number | undefined;
|
|
20248
21168
|
} & {
|
|
20249
21169
|
minimumAmountPerHour?: string | undefined;
|
|
20250
21170
|
isTokenWrapper?: boolean | undefined;
|
|
@@ -20294,6 +21214,8 @@ declare const app: Elysia<"", {
|
|
|
20294
21214
|
priceSource?: string | null | undefined;
|
|
20295
21215
|
displaySymbol?: string | undefined;
|
|
20296
21216
|
underlyingTokenId?: string | undefined;
|
|
21217
|
+
priceAlertDismissedAt?: number | undefined;
|
|
21218
|
+
priceAlertCount?: number | undefined;
|
|
20297
21219
|
} & {
|
|
20298
21220
|
minimumAmountPerHour?: string | undefined;
|
|
20299
21221
|
isTokenWrapper?: boolean | undefined;
|
|
@@ -20345,6 +21267,8 @@ declare const app: Elysia<"", {
|
|
|
20345
21267
|
priceSource?: string | null | undefined;
|
|
20346
21268
|
displaySymbol?: string | undefined;
|
|
20347
21269
|
underlyingTokenId?: string | undefined;
|
|
21270
|
+
priceAlertDismissedAt?: number | undefined;
|
|
21271
|
+
priceAlertCount?: number | undefined;
|
|
20348
21272
|
} & {
|
|
20349
21273
|
balance: bigint;
|
|
20350
21274
|
})[];
|
|
@@ -20401,6 +21325,8 @@ declare const app: Elysia<"", {
|
|
|
20401
21325
|
priceSource?: string | null | undefined;
|
|
20402
21326
|
displaySymbol?: string | undefined;
|
|
20403
21327
|
underlyingTokenId?: string | undefined;
|
|
21328
|
+
priceAlertDismissedAt?: number | undefined;
|
|
21329
|
+
priceAlertCount?: number | undefined;
|
|
20404
21330
|
}[];
|
|
20405
21331
|
422: {
|
|
20406
21332
|
type: "validation";
|
|
@@ -20494,6 +21420,8 @@ declare const app: Elysia<"", {
|
|
|
20494
21420
|
priceSource?: string | null | undefined;
|
|
20495
21421
|
displaySymbol?: string | undefined;
|
|
20496
21422
|
underlyingTokenId?: string | undefined;
|
|
21423
|
+
priceAlertDismissedAt?: number | undefined;
|
|
21424
|
+
priceAlertCount?: number | undefined;
|
|
20497
21425
|
};
|
|
20498
21426
|
422: {
|
|
20499
21427
|
type: "validation";
|
|
@@ -20541,6 +21469,8 @@ declare const app: Elysia<"", {
|
|
|
20541
21469
|
priceSource?: string | null | undefined;
|
|
20542
21470
|
displaySymbol?: string | undefined;
|
|
20543
21471
|
underlyingTokenId?: string | undefined;
|
|
21472
|
+
priceAlertDismissedAt?: number | undefined;
|
|
21473
|
+
priceAlertCount?: number | undefined;
|
|
20544
21474
|
};
|
|
20545
21475
|
422: {
|
|
20546
21476
|
type: "validation";
|
|
@@ -20593,6 +21523,8 @@ declare const app: Elysia<"", {
|
|
|
20593
21523
|
priceSource?: string | null | undefined;
|
|
20594
21524
|
displaySymbol?: string | undefined;
|
|
20595
21525
|
underlyingTokenId?: string | undefined;
|
|
21526
|
+
priceAlertDismissedAt?: number | undefined;
|
|
21527
|
+
priceAlertCount?: number | undefined;
|
|
20596
21528
|
};
|
|
20597
21529
|
422: {
|
|
20598
21530
|
type: "validation";
|
|
@@ -20670,6 +21602,8 @@ declare const app: Elysia<"", {
|
|
|
20670
21602
|
priceSource?: string | null | undefined;
|
|
20671
21603
|
displaySymbol?: string | undefined;
|
|
20672
21604
|
underlyingTokenId?: string | undefined;
|
|
21605
|
+
priceAlertDismissedAt?: number | undefined;
|
|
21606
|
+
priceAlertCount?: number | undefined;
|
|
20673
21607
|
};
|
|
20674
21608
|
422: {
|
|
20675
21609
|
type: "validation";
|
|
@@ -20926,6 +21860,8 @@ declare const app: Elysia<"", {
|
|
|
20926
21860
|
priceSource?: string | null | undefined;
|
|
20927
21861
|
displaySymbol?: string | undefined;
|
|
20928
21862
|
underlyingTokenId?: string | undefined;
|
|
21863
|
+
priceAlertDismissedAt?: number | undefined;
|
|
21864
|
+
priceAlertCount?: number | undefined;
|
|
20929
21865
|
};
|
|
20930
21866
|
opportunity: {
|
|
20931
21867
|
id: string;
|
|
@@ -20983,6 +21919,8 @@ declare const app: Elysia<"", {
|
|
|
20983
21919
|
priceSource?: string | null | undefined;
|
|
20984
21920
|
displaySymbol?: string | undefined;
|
|
20985
21921
|
underlyingTokenId?: string | undefined;
|
|
21922
|
+
priceAlertDismissedAt?: number | undefined;
|
|
21923
|
+
priceAlertCount?: number | undefined;
|
|
20986
21924
|
}[];
|
|
20987
21925
|
chain: {
|
|
20988
21926
|
id: number;
|
|
@@ -20991,7 +21929,7 @@ declare const app: Elysia<"", {
|
|
|
20991
21929
|
liveCampaigns: number;
|
|
20992
21930
|
endOfDisputePeriod: number;
|
|
20993
21931
|
explorers?: {
|
|
20994
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
21932
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
20995
21933
|
url: string;
|
|
20996
21934
|
chainId: number;
|
|
20997
21935
|
}[] | undefined;
|
|
@@ -21052,6 +21990,8 @@ declare const app: Elysia<"", {
|
|
|
21052
21990
|
priceSource?: string | null | undefined;
|
|
21053
21991
|
displaySymbol?: string | undefined;
|
|
21054
21992
|
underlyingTokenId?: string | undefined;
|
|
21993
|
+
priceAlertDismissedAt?: number | undefined;
|
|
21994
|
+
priceAlertCount?: number | undefined;
|
|
21055
21995
|
} | undefined;
|
|
21056
21996
|
} | undefined;
|
|
21057
21997
|
tvlRecord?: {
|
|
@@ -21069,6 +22009,7 @@ declare const app: Elysia<"", {
|
|
|
21069
22009
|
breakdowns: {
|
|
21070
22010
|
campaignId: string;
|
|
21071
22011
|
value: number;
|
|
22012
|
+
maxValue?: number | undefined;
|
|
21072
22013
|
timestamp: string | bigint;
|
|
21073
22014
|
token: {
|
|
21074
22015
|
id: string;
|
|
@@ -21087,6 +22028,8 @@ declare const app: Elysia<"", {
|
|
|
21087
22028
|
priceSource?: string | null | undefined;
|
|
21088
22029
|
displaySymbol?: string | undefined;
|
|
21089
22030
|
underlyingTokenId?: string | undefined;
|
|
22031
|
+
priceAlertDismissedAt?: number | undefined;
|
|
22032
|
+
priceAlertCount?: number | undefined;
|
|
21090
22033
|
};
|
|
21091
22034
|
amount: string | bigint;
|
|
21092
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;
|
|
@@ -21150,6 +22093,8 @@ declare const app: Elysia<"", {
|
|
|
21150
22093
|
priceSource?: string | null | undefined;
|
|
21151
22094
|
displaySymbol?: string | undefined;
|
|
21152
22095
|
underlyingTokenId?: string | undefined;
|
|
22096
|
+
priceAlertDismissedAt?: number | undefined;
|
|
22097
|
+
priceAlertCount?: number | undefined;
|
|
21153
22098
|
};
|
|
21154
22099
|
opportunity: {
|
|
21155
22100
|
id: string;
|
|
@@ -21207,6 +22152,8 @@ declare const app: Elysia<"", {
|
|
|
21207
22152
|
priceSource?: string | null | undefined;
|
|
21208
22153
|
displaySymbol?: string | undefined;
|
|
21209
22154
|
underlyingTokenId?: string | undefined;
|
|
22155
|
+
priceAlertDismissedAt?: number | undefined;
|
|
22156
|
+
priceAlertCount?: number | undefined;
|
|
21210
22157
|
}[];
|
|
21211
22158
|
chain: {
|
|
21212
22159
|
id: number;
|
|
@@ -21215,7 +22162,7 @@ declare const app: Elysia<"", {
|
|
|
21215
22162
|
liveCampaigns: number;
|
|
21216
22163
|
endOfDisputePeriod: number;
|
|
21217
22164
|
explorers?: {
|
|
21218
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
22165
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
21219
22166
|
url: string;
|
|
21220
22167
|
chainId: number;
|
|
21221
22168
|
}[] | undefined;
|
|
@@ -21276,6 +22223,8 @@ declare const app: Elysia<"", {
|
|
|
21276
22223
|
priceSource?: string | null | undefined;
|
|
21277
22224
|
displaySymbol?: string | undefined;
|
|
21278
22225
|
underlyingTokenId?: string | undefined;
|
|
22226
|
+
priceAlertDismissedAt?: number | undefined;
|
|
22227
|
+
priceAlertCount?: number | undefined;
|
|
21279
22228
|
} | undefined;
|
|
21280
22229
|
} | undefined;
|
|
21281
22230
|
tvlRecord?: {
|
|
@@ -21293,6 +22242,7 @@ declare const app: Elysia<"", {
|
|
|
21293
22242
|
breakdowns: {
|
|
21294
22243
|
campaignId: string;
|
|
21295
22244
|
value: number;
|
|
22245
|
+
maxValue?: number | undefined;
|
|
21296
22246
|
timestamp: string | bigint;
|
|
21297
22247
|
token: {
|
|
21298
22248
|
id: string;
|
|
@@ -21311,6 +22261,8 @@ declare const app: Elysia<"", {
|
|
|
21311
22261
|
priceSource?: string | null | undefined;
|
|
21312
22262
|
displaySymbol?: string | undefined;
|
|
21313
22263
|
underlyingTokenId?: string | undefined;
|
|
22264
|
+
priceAlertDismissedAt?: number | undefined;
|
|
22265
|
+
priceAlertCount?: number | undefined;
|
|
21314
22266
|
};
|
|
21315
22267
|
amount: string | bigint;
|
|
21316
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;
|
|
@@ -22451,7 +23403,7 @@ declare const app: Elysia<"", {
|
|
|
22451
23403
|
liveCampaigns: number;
|
|
22452
23404
|
endOfDisputePeriod: number;
|
|
22453
23405
|
explorers?: {
|
|
22454
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
23406
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
22455
23407
|
url: string;
|
|
22456
23408
|
chainId: number;
|
|
22457
23409
|
}[] | undefined;
|
|
@@ -22730,7 +23682,7 @@ declare const app: Elysia<"", {
|
|
|
22730
23682
|
liveCampaigns: number;
|
|
22731
23683
|
endOfDisputePeriod: number;
|
|
22732
23684
|
explorers?: {
|
|
22733
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
23685
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
22734
23686
|
url: string;
|
|
22735
23687
|
chainId: number;
|
|
22736
23688
|
}[] | undefined;
|
|
@@ -22758,6 +23710,8 @@ declare const app: Elysia<"", {
|
|
|
22758
23710
|
priceSource?: string | null | undefined;
|
|
22759
23711
|
displaySymbol?: string | undefined;
|
|
22760
23712
|
underlyingTokenId?: string | undefined;
|
|
23713
|
+
priceAlertDismissedAt?: number | undefined;
|
|
23714
|
+
priceAlertCount?: number | undefined;
|
|
22761
23715
|
};
|
|
22762
23716
|
breakdowns: {
|
|
22763
23717
|
root: string;
|
|
@@ -22833,6 +23787,8 @@ declare const app: Elysia<"", {
|
|
|
22833
23787
|
price: number | null;
|
|
22834
23788
|
updatedAt: number | null;
|
|
22835
23789
|
priceSource: string | null;
|
|
23790
|
+
priceAlertDismissedAt: number | null;
|
|
23791
|
+
priceAlertCount: number;
|
|
22836
23792
|
}[];
|
|
22837
23793
|
} & {
|
|
22838
23794
|
id: string;
|
|
@@ -22891,6 +23847,8 @@ declare const app: Elysia<"", {
|
|
|
22891
23847
|
priceSource?: string | null | undefined;
|
|
22892
23848
|
displaySymbol?: string | undefined;
|
|
22893
23849
|
underlyingTokenId?: string | undefined;
|
|
23850
|
+
priceAlertDismissedAt?: number | undefined;
|
|
23851
|
+
priceAlertCount?: number | undefined;
|
|
22894
23852
|
};
|
|
22895
23853
|
breakdowns: {
|
|
22896
23854
|
root: string;
|
|
@@ -22966,6 +23924,8 @@ declare const app: Elysia<"", {
|
|
|
22966
23924
|
price: number | null;
|
|
22967
23925
|
updatedAt: number | null;
|
|
22968
23926
|
priceSource: string | null;
|
|
23927
|
+
priceAlertDismissedAt: number | null;
|
|
23928
|
+
priceAlertCount: number;
|
|
22969
23929
|
}[];
|
|
22970
23930
|
} & {
|
|
22971
23931
|
id: string;
|
|
@@ -23058,6 +24018,8 @@ declare const app: Elysia<"", {
|
|
|
23058
24018
|
priceSource?: string | null | undefined;
|
|
23059
24019
|
displaySymbol?: string | undefined;
|
|
23060
24020
|
underlyingTokenId?: string | undefined;
|
|
24021
|
+
priceAlertDismissedAt?: number | undefined;
|
|
24022
|
+
priceAlertCount?: number | undefined;
|
|
23061
24023
|
}[];
|
|
23062
24024
|
chain: {
|
|
23063
24025
|
id: number;
|
|
@@ -23066,7 +24028,7 @@ declare const app: Elysia<"", {
|
|
|
23066
24028
|
liveCampaigns: number;
|
|
23067
24029
|
endOfDisputePeriod: number;
|
|
23068
24030
|
explorers?: {
|
|
23069
|
-
type: "BLOCKSCOUT" | "ETHERSCAN";
|
|
24031
|
+
type: "BLOCKSCOUT" | "ETHERSCAN" | "SOLSCAN";
|
|
23070
24032
|
url: string;
|
|
23071
24033
|
chainId: number;
|
|
23072
24034
|
}[] | undefined;
|
|
@@ -23127,6 +24089,8 @@ declare const app: Elysia<"", {
|
|
|
23127
24089
|
priceSource?: string | null | undefined;
|
|
23128
24090
|
displaySymbol?: string | undefined;
|
|
23129
24091
|
underlyingTokenId?: string | undefined;
|
|
24092
|
+
priceAlertDismissedAt?: number | undefined;
|
|
24093
|
+
priceAlertCount?: number | undefined;
|
|
23130
24094
|
} | undefined;
|
|
23131
24095
|
} | undefined;
|
|
23132
24096
|
tvlRecord?: {
|
|
@@ -23144,6 +24108,7 @@ declare const app: Elysia<"", {
|
|
|
23144
24108
|
breakdowns: {
|
|
23145
24109
|
campaignId: string;
|
|
23146
24110
|
value: number;
|
|
24111
|
+
maxValue?: number | undefined;
|
|
23147
24112
|
timestamp: string | bigint;
|
|
23148
24113
|
token: {
|
|
23149
24114
|
id: string;
|
|
@@ -23162,6 +24127,8 @@ declare const app: Elysia<"", {
|
|
|
23162
24127
|
priceSource?: string | null | undefined;
|
|
23163
24128
|
displaySymbol?: string | undefined;
|
|
23164
24129
|
underlyingTokenId?: string | undefined;
|
|
24130
|
+
priceAlertDismissedAt?: number | undefined;
|
|
24131
|
+
priceAlertCount?: number | undefined;
|
|
23165
24132
|
};
|
|
23166
24133
|
amount: string | bigint;
|
|
23167
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;
|