@merkl/api 0.16.6 → 0.16.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/backgroundJobs/jobs/campaignsCacheUpdater.js +3 -1
- package/dist/src/backgroundJobs/jobs/priceUpdater.js +1 -1
- package/dist/src/eden/index.d.ts +182 -177
- package/dist/src/index.d.ts +38 -37
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/BalancerV3PoolProcessor.js +9 -1
- package/dist/src/libs/getTokensList.d.ts +0 -10
- package/dist/src/libs/getTokensList.js +1 -21
- package/dist/src/libs/merklChainData.js +4 -24
- package/dist/src/libs/tokens/balances.js +2 -2
- package/dist/src/modules/v4/accounting/accounting.controller.d.ts +2 -2
- package/dist/src/modules/v4/accounting/accounting.repository.d.ts +16 -16
- package/dist/src/modules/v4/accounting/accounting.service.d.ts +2 -2
- package/dist/src/modules/v4/boost/boost.service.js +6 -2
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +3 -3
- package/dist/src/modules/v4/campaign/campaign.model.d.ts +1 -1
- package/dist/src/modules/v4/campaign/campaign.model.js +1 -1
- package/dist/src/modules/v4/campaign/campaign.repository.d.ts +15 -15
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +1 -1
- package/dist/src/modules/v4/claims/claims.controller.d.ts +1 -1
- package/dist/src/modules/v4/computedValue/computedValue.controller.d.ts +1 -1
- package/dist/src/modules/v4/dynamicData/dynamicData.controller.d.ts +2 -2
- package/dist/src/modules/v4/dynamicData/dynamicData.service.d.ts +8 -11
- package/dist/src/modules/v4/dynamicData/dynamicData.service.js +0 -8
- package/dist/src/modules/v4/liquidity/implementations/AjnaPositionFetcher.d.ts +1 -1
- package/dist/src/modules/v4/liquidity/implementations/DolomitePositionFetcher.d.ts +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +5 -5
- package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +5 -5
- package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +87 -87
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +5 -5
- package/dist/src/modules/v4/reward/reward.controller.d.ts +3 -3
- package/dist/src/modules/v4/reward/reward.model.d.ts +1 -1
- package/dist/src/modules/v4/reward/reward.model.js +1 -1
- package/dist/src/modules/v4/reward/reward.repository.d.ts +3 -3
- package/dist/src/modules/v4/reward/reward.service.d.ts +7 -7
- package/dist/src/modules/v4/router.d.ts +32 -31
- package/dist/src/modules/v4/router.js +20 -20
- package/dist/src/modules/v4/status/status.controller.d.ts +12 -12
- package/dist/src/modules/v4/status/status.repository.d.ts +12 -12
- package/dist/src/modules/v4/status/status.service.d.ts +12 -12
- package/dist/src/modules/v4/token/token.controller.d.ts +1 -0
- package/dist/src/modules/v4/token/token.model.d.ts +1 -0
- package/dist/src/modules/v4/token/token.model.js +1 -0
- package/dist/src/modules/v4/token/token.service.d.ts +13 -0
- package/dist/src/modules/v4/token/token.service.js +6 -17
- package/dist/src/modules/v4/user/user.controller.d.ts +3 -3
- package/dist/src/routes/v3/lostyield.js +6 -3
- package/dist/src/routes/v3/opportunity.d.ts +1 -1
- package/dist/src/routes/v3/rewards.d.ts +1 -1
- package/dist/src/routes/v3/rewardsReport.d.ts +1 -1
- package/dist/src/routes/v3/router.d.ts +4 -4
- package/dist/src/routes/v3/userRewards.d.ts +1 -1
- package/dist/src/utils/generateCardName.js +0 -4
- package/dist/src/utils/prices/priceService.js +1 -1
- package/dist/tsconfig.package.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/src/modules/v4/dynamicData/index.d.ts +0 -3
- package/dist/src/modules/v4/dynamicData/index.js +0 -3
- package/dist/src/modules/v4/index.d.ts +0 -4
- package/dist/src/modules/v4/index.js +0 -4
- package/dist/src/modules/v4/liquidity/index.d.ts +0 -2
- package/dist/src/modules/v4/liquidity/index.js +0 -2
package/dist/src/eden/index.d.ts
CHANGED
@@ -128,7 +128,7 @@ declare const eden: {
|
|
128
128
|
} & {
|
129
129
|
price?: number | null | undefined;
|
130
130
|
})[];
|
131
|
-
mainProtocol: "morpho" | "ambient" | "arthswap" | "baseswap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancakeswap-v3" | "quickswap-algebra" | "quickswap-uni" | "ramses" | "retro" | "stryke" | "stryke-pcs" | "stryke-sushi" | "sushiswap-v3" | "swapr" | "thruster" | "uniswap-v3" | "voltage" | "zero" | "koi" | "supswap-v3" | "zkswap" | "thirdtrade" | "uniswapv4" | "uniswap-v2" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap-v3" | "neptune" | "zkSwapThreePool" | "syncswap" | "rfx" | "radiant" | "aave" | "
|
131
|
+
mainProtocol: "morpho" | "euler" | "ambient" | "arthswap" | "baseswap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancakeswap-v3" | "quickswap-algebra" | "quickswap-uni" | "ramses" | "retro" | "stryke" | "stryke-pcs" | "stryke-sushi" | "sushiswap-v3" | "swapr" | "thruster" | "uniswap-v3" | "voltage" | "zero" | "koi" | "supswap-v3" | "zkswap" | "thirdtrade" | "uniswapv4" | "uniswap-v2" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap-v3" | "neptune" | "zkSwapThreePool" | "syncswap" | "rfx" | "radiant" | "aave" | "gearbox" | "compound" | "sturdy" | "frax" | "ionic" | "moonwell" | "fluid" | "silo" | "coumpound" | "dolomite" | "badger" | "ajna" | "layerbank" | "ion" | "venus" | "woofi" | "reactor_fusion" | "eigenlayer" | "vest" | "zerolend" | "hyperdrive" | "gamma" | "oku" | "hourglass" | "veda" | undefined;
|
132
132
|
depositUrl: any;
|
133
133
|
tags: string[];
|
134
134
|
};
|
@@ -149,6 +149,7 @@ declare const eden: {
|
|
149
149
|
tags: string[];
|
150
150
|
icon: string;
|
151
151
|
} | null | undefined;
|
152
|
+
depositUrl?: string | undefined;
|
152
153
|
aprRecord?: {
|
153
154
|
timestamp: string | bigint;
|
154
155
|
cumulated: number;
|
@@ -160,7 +161,6 @@ declare const eden: {
|
|
160
161
|
aprRecordId: string;
|
161
162
|
}[];
|
162
163
|
} | undefined;
|
163
|
-
depositUrl?: string | undefined;
|
164
164
|
tvlRecord?: {
|
165
165
|
total: number;
|
166
166
|
timestamp: string | bigint;
|
@@ -252,6 +252,7 @@ declare const eden: {
|
|
252
252
|
tags: string[];
|
253
253
|
icon: string;
|
254
254
|
} | null | undefined;
|
255
|
+
depositUrl?: string | undefined;
|
255
256
|
aprRecord?: {
|
256
257
|
timestamp: string | bigint;
|
257
258
|
cumulated: number;
|
@@ -263,7 +264,6 @@ declare const eden: {
|
|
263
264
|
aprRecordId: string;
|
264
265
|
}[];
|
265
266
|
} | undefined;
|
266
|
-
depositUrl?: string | undefined;
|
267
267
|
tvlRecord?: {
|
268
268
|
total: number;
|
269
269
|
timestamp: string | bigint;
|
@@ -598,11 +598,11 @@ declare const eden: {
|
|
598
598
|
startTimestamp?: string | undefined;
|
599
599
|
endTimestamp?: string | undefined;
|
600
600
|
tokenAddress?: string | undefined;
|
601
|
-
mainParameter?: string | undefined;
|
602
601
|
campaignId?: string | undefined;
|
603
602
|
opportunityId?: string | undefined;
|
604
603
|
creatorAddress?: string | undefined;
|
605
604
|
creatorId?: string | undefined;
|
605
|
+
mainParameter?: string | undefined;
|
606
606
|
test?: boolean | undefined;
|
607
607
|
creatorTag?: string | undefined;
|
608
608
|
tokenSymbol?: string | undefined;
|
@@ -618,6 +618,7 @@ declare const eden: {
|
|
618
618
|
tags: string[];
|
619
619
|
icon: string;
|
620
620
|
} | null | undefined;
|
621
|
+
depositUrl?: string | undefined;
|
621
622
|
aprRecord?: {
|
622
623
|
timestamp: string | bigint;
|
623
624
|
cumulated: number;
|
@@ -629,7 +630,6 @@ declare const eden: {
|
|
629
630
|
aprRecordId: string;
|
630
631
|
}[];
|
631
632
|
} | undefined;
|
632
|
-
depositUrl?: string | undefined;
|
633
633
|
tvlRecord?: {
|
634
634
|
total: number;
|
635
635
|
timestamp: string | bigint;
|
@@ -944,11 +944,11 @@ declare const eden: {
|
|
944
944
|
startTimestamp?: string | undefined;
|
945
945
|
endTimestamp?: string | undefined;
|
946
946
|
tokenAddress?: string | undefined;
|
947
|
-
mainParameter?: string | undefined;
|
948
947
|
campaignId?: string | undefined;
|
949
948
|
opportunityId?: string | undefined;
|
950
949
|
creatorAddress?: string | undefined;
|
951
950
|
creatorId?: string | undefined;
|
951
|
+
mainParameter?: string | undefined;
|
952
952
|
test?: boolean | undefined;
|
953
953
|
creatorTag?: string | undefined;
|
954
954
|
tokenSymbol?: string | undefined;
|
@@ -1020,11 +1020,11 @@ declare const eden: {
|
|
1020
1020
|
startTimestamp?: string | undefined;
|
1021
1021
|
endTimestamp?: string | undefined;
|
1022
1022
|
tokenAddress?: string | undefined;
|
1023
|
-
mainParameter?: string | undefined;
|
1024
1023
|
campaignId?: string | undefined;
|
1025
1024
|
opportunityId?: string | undefined;
|
1026
1025
|
creatorAddress?: string | undefined;
|
1027
1026
|
creatorId?: string | undefined;
|
1027
|
+
mainParameter?: string | undefined;
|
1028
1028
|
test?: boolean | undefined;
|
1029
1029
|
creatorTag?: string | undefined;
|
1030
1030
|
tokenSymbol?: string | undefined;
|
@@ -1045,10 +1045,10 @@ declare const eden: {
|
|
1045
1045
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
1046
1046
|
200: {
|
1047
1047
|
endTimestamp: bigint;
|
1048
|
+
campaignId: string;
|
1048
1049
|
CampaignStatus: {
|
1049
1050
|
computedUntil: bigint;
|
1050
1051
|
}[];
|
1051
|
-
campaignId: string;
|
1052
1052
|
}[];
|
1053
1053
|
}>>;
|
1054
1054
|
};
|
@@ -1316,6 +1316,7 @@ declare const eden: {
|
|
1316
1316
|
headers?: Record<string, unknown> | undefined;
|
1317
1317
|
query: {
|
1318
1318
|
tokenAddress?: string | undefined;
|
1319
|
+
verified?: boolean | undefined;
|
1319
1320
|
additionalTokenAddresses?: string[] | undefined;
|
1320
1321
|
chainId: number;
|
1321
1322
|
userAddress: string;
|
@@ -1589,10 +1590,10 @@ declare const eden: {
|
|
1589
1590
|
index: {
|
1590
1591
|
post: (body: {
|
1591
1592
|
pending: string;
|
1592
|
-
recipient: string;
|
1593
1593
|
distributionChainId: number;
|
1594
1594
|
amount: string;
|
1595
1595
|
root: string;
|
1596
|
+
recipient: string;
|
1596
1597
|
claimed: string;
|
1597
1598
|
proofs: string[];
|
1598
1599
|
rewardToken: string;
|
@@ -1618,8 +1619,8 @@ declare const eden: {
|
|
1618
1619
|
protocolId?: string | undefined;
|
1619
1620
|
reason: string;
|
1620
1621
|
pending: string;
|
1621
|
-
recipient: string;
|
1622
1622
|
amount: string;
|
1623
|
+
recipient: string;
|
1623
1624
|
claimed: string;
|
1624
1625
|
}[];
|
1625
1626
|
}[], options: {
|
@@ -1638,8 +1639,8 @@ declare const eden: {
|
|
1638
1639
|
post: (body: {
|
1639
1640
|
token: string;
|
1640
1641
|
chainId: number;
|
1641
|
-
recipient: string;
|
1642
1642
|
root: string;
|
1643
|
+
recipient: string;
|
1643
1644
|
}[], options: {
|
1644
1645
|
headers: {
|
1645
1646
|
authorization: string;
|
@@ -2061,12 +2062,12 @@ declare const eden: {
|
|
2061
2062
|
claimed: bigint;
|
2062
2063
|
amount: bigint;
|
2063
2064
|
pending: bigint;
|
2064
|
-
recipient: string;
|
2065
2065
|
root: string;
|
2066
|
+
recipient: string;
|
2066
2067
|
proofs: string[];
|
2067
2068
|
}, "breakdowns"> & {
|
2068
2069
|
breakdowns: {
|
2069
|
-
opportunity: import("../modules/v4").Opportunity["model"];
|
2070
|
+
opportunity: import("../modules/v4/opportunity").Opportunity["model"];
|
2070
2071
|
claimed: bigint;
|
2071
2072
|
amount: bigint;
|
2072
2073
|
pending: bigint;
|
@@ -2163,8 +2164,8 @@ declare const eden: {
|
|
2163
2164
|
claimed: bigint;
|
2164
2165
|
amount: bigint;
|
2165
2166
|
pending: bigint;
|
2166
|
-
recipient: string;
|
2167
2167
|
root: string;
|
2168
|
+
recipient: string;
|
2168
2169
|
proofs: string[];
|
2169
2170
|
}, "breakdowns"> & {
|
2170
2171
|
breakdowns: {
|
@@ -2393,13 +2394,13 @@ declare const eden: {
|
|
2393
2394
|
id: string;
|
2394
2395
|
timestamp: number;
|
2395
2396
|
chainId: number;
|
2397
|
+
datetime: Date;
|
2398
|
+
recipient: string;
|
2396
2399
|
fromTokenId: string;
|
2397
2400
|
toTokenId: string;
|
2398
2401
|
multisig: string;
|
2399
|
-
recipient: string;
|
2400
2402
|
amountIn: string;
|
2401
2403
|
amountOut: string;
|
2402
|
-
datetime: Date;
|
2403
2404
|
}[];
|
2404
2405
|
}>>;
|
2405
2406
|
};
|
@@ -2553,13 +2554,13 @@ declare const eden: {
|
|
2553
2554
|
chainId?: number | undefined;
|
2554
2555
|
startTimestamp?: string | undefined;
|
2555
2556
|
endTimestamp?: string | undefined;
|
2556
|
-
campaignStatus?: {} | undefined;
|
2557
2557
|
distributionChainId?: number | undefined;
|
2558
2558
|
campaignId?: string | undefined;
|
2559
2559
|
rewardTokenId?: string | undefined;
|
2560
2560
|
amount?: string | undefined;
|
2561
2561
|
opportunityId?: string | undefined;
|
2562
2562
|
creatorAddress?: string | undefined;
|
2563
|
+
campaignStatus?: {} | undefined;
|
2563
2564
|
rewardToken?: {} | undefined;
|
2564
2565
|
rewardTokenAddress?: string | undefined;
|
2565
2566
|
distributionChain?: {} | undefined;
|
@@ -2591,11 +2592,11 @@ declare const eden: {
|
|
2591
2592
|
startTimestamp?: string | undefined;
|
2592
2593
|
endTimestamp?: string | undefined;
|
2593
2594
|
tokenAddress?: string | undefined;
|
2594
|
-
mainParameter?: string | undefined;
|
2595
2595
|
campaignId?: string | undefined;
|
2596
2596
|
opportunityId?: string | undefined;
|
2597
2597
|
creatorAddress?: string | undefined;
|
2598
2598
|
creatorId?: string | undefined;
|
2599
|
+
mainParameter?: string | undefined;
|
2599
2600
|
test?: boolean | undefined;
|
2600
2601
|
creatorTag?: string | undefined;
|
2601
2602
|
tokenSymbol?: string | undefined;
|
@@ -2707,18 +2708,6 @@ declare const eden: {
|
|
2707
2708
|
computedUntil: bigint;
|
2708
2709
|
startTimestamp: bigint;
|
2709
2710
|
endTimestamp: bigint;
|
2710
|
-
CampaignStatus: {
|
2711
|
-
error: string;
|
2712
|
-
details: import("database/api/.generated/runtime/library").JsonValue;
|
2713
|
-
status: import("../../database/api/.generated").$Enums.RunStatus;
|
2714
|
-
campaignId: string;
|
2715
|
-
computedUntil: bigint;
|
2716
|
-
processingStarted: bigint;
|
2717
|
-
}[];
|
2718
|
-
Opportunity: {
|
2719
|
-
name: string;
|
2720
|
-
id: string;
|
2721
|
-
};
|
2722
2711
|
computeChainId: number;
|
2723
2712
|
distributionChainId: number;
|
2724
2713
|
campaignId: string;
|
@@ -2727,6 +2716,18 @@ declare const eden: {
|
|
2727
2716
|
address: string;
|
2728
2717
|
isTest: boolean;
|
2729
2718
|
};
|
2719
|
+
Opportunity: {
|
2720
|
+
name: string;
|
2721
|
+
id: string;
|
2722
|
+
};
|
2723
|
+
CampaignStatus: {
|
2724
|
+
error: string;
|
2725
|
+
details: import("database/api/.generated/runtime/library").JsonValue;
|
2726
|
+
status: import("../../database/api/.generated").$Enums.RunStatus;
|
2727
|
+
campaignId: string;
|
2728
|
+
computedUntil: bigint;
|
2729
|
+
processingStarted: bigint;
|
2730
|
+
}[];
|
2730
2731
|
}[];
|
2731
2732
|
}>>;
|
2732
2733
|
};
|
@@ -2765,7 +2766,7 @@ declare const eden: {
|
|
2765
2766
|
};
|
2766
2767
|
fetch?: RequestInit | undefined;
|
2767
2768
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
2768
|
-
200: import("../modules/v4/liquidity").PositionT[];
|
2769
|
+
200: import("../modules/v4/liquidity/liquidity.model").PositionT[];
|
2769
2770
|
}>>;
|
2770
2771
|
};
|
2771
2772
|
};
|
@@ -2780,7 +2781,7 @@ declare const eden: {
|
|
2780
2781
|
fetch?: RequestInit | undefined;
|
2781
2782
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
2782
2783
|
200: (import("../modules/v4/claims").ClaimModel & {
|
2783
|
-
token?: import("../modules/v4").Token["model"];
|
2784
|
+
token?: import("../modules/v4/token").Token["model"];
|
2784
2785
|
})[];
|
2785
2786
|
}>>;
|
2786
2787
|
}) & {};
|
@@ -3118,8 +3119,8 @@ declare const eden: {
|
|
3118
3119
|
post: (body: {
|
3119
3120
|
reason: string;
|
3120
3121
|
value: number;
|
3121
|
-
address: string;
|
3122
3122
|
campaignId: string;
|
3123
|
+
address: string;
|
3123
3124
|
field: string;
|
3124
3125
|
}[], options: {
|
3125
3126
|
headers: {
|
@@ -3239,7 +3240,7 @@ declare const eden: {
|
|
3239
3240
|
} & {
|
3240
3241
|
price?: number | null | undefined;
|
3241
3242
|
})[];
|
3242
|
-
mainProtocol: "morpho" | "ambient" | "arthswap" | "baseswap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancakeswap-v3" | "quickswap-algebra" | "quickswap-uni" | "ramses" | "retro" | "stryke" | "stryke-pcs" | "stryke-sushi" | "sushiswap-v3" | "swapr" | "thruster" | "uniswap-v3" | "voltage" | "zero" | "koi" | "supswap-v3" | "zkswap" | "thirdtrade" | "uniswapv4" | "uniswap-v2" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap-v3" | "neptune" | "zkSwapThreePool" | "syncswap" | "rfx" | "radiant" | "aave" | "
|
3243
|
+
mainProtocol: "morpho" | "euler" | "ambient" | "arthswap" | "baseswap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancakeswap-v3" | "quickswap-algebra" | "quickswap-uni" | "ramses" | "retro" | "stryke" | "stryke-pcs" | "stryke-sushi" | "sushiswap-v3" | "swapr" | "thruster" | "uniswap-v3" | "voltage" | "zero" | "koi" | "supswap-v3" | "zkswap" | "thirdtrade" | "uniswapv4" | "uniswap-v2" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap-v3" | "neptune" | "zkSwapThreePool" | "syncswap" | "rfx" | "radiant" | "aave" | "gearbox" | "compound" | "sturdy" | "frax" | "ionic" | "moonwell" | "fluid" | "silo" | "coumpound" | "dolomite" | "badger" | "ajna" | "layerbank" | "ion" | "venus" | "woofi" | "reactor_fusion" | "eigenlayer" | "vest" | "zerolend" | "hyperdrive" | "gamma" | "oku" | "hourglass" | "veda" | undefined;
|
3243
3244
|
depositUrl: any;
|
3244
3245
|
tags: string[];
|
3245
3246
|
};
|
@@ -3260,6 +3261,7 @@ declare const eden: {
|
|
3260
3261
|
tags: string[];
|
3261
3262
|
icon: string;
|
3262
3263
|
} | null | undefined;
|
3264
|
+
depositUrl?: string | undefined;
|
3263
3265
|
aprRecord?: {
|
3264
3266
|
timestamp: string | bigint;
|
3265
3267
|
cumulated: number;
|
@@ -3271,7 +3273,6 @@ declare const eden: {
|
|
3271
3273
|
aprRecordId: string;
|
3272
3274
|
}[];
|
3273
3275
|
} | undefined;
|
3274
|
-
depositUrl?: string | undefined;
|
3275
3276
|
tvlRecord?: {
|
3276
3277
|
total: number;
|
3277
3278
|
timestamp: string | bigint;
|
@@ -3363,6 +3364,7 @@ declare const eden: {
|
|
3363
3364
|
tags: string[];
|
3364
3365
|
icon: string;
|
3365
3366
|
} | null | undefined;
|
3367
|
+
depositUrl?: string | undefined;
|
3366
3368
|
aprRecord?: {
|
3367
3369
|
timestamp: string | bigint;
|
3368
3370
|
cumulated: number;
|
@@ -3374,7 +3376,6 @@ declare const eden: {
|
|
3374
3376
|
aprRecordId: string;
|
3375
3377
|
}[];
|
3376
3378
|
} | undefined;
|
3377
|
-
depositUrl?: string | undefined;
|
3378
3379
|
tvlRecord?: {
|
3379
3380
|
total: number;
|
3380
3381
|
timestamp: string | bigint;
|
@@ -3709,11 +3710,11 @@ declare const eden: {
|
|
3709
3710
|
startTimestamp?: string | undefined;
|
3710
3711
|
endTimestamp?: string | undefined;
|
3711
3712
|
tokenAddress?: string | undefined;
|
3712
|
-
mainParameter?: string | undefined;
|
3713
3713
|
campaignId?: string | undefined;
|
3714
3714
|
opportunityId?: string | undefined;
|
3715
3715
|
creatorAddress?: string | undefined;
|
3716
3716
|
creatorId?: string | undefined;
|
3717
|
+
mainParameter?: string | undefined;
|
3717
3718
|
test?: boolean | undefined;
|
3718
3719
|
creatorTag?: string | undefined;
|
3719
3720
|
tokenSymbol?: string | undefined;
|
@@ -3729,6 +3730,7 @@ declare const eden: {
|
|
3729
3730
|
tags: string[];
|
3730
3731
|
icon: string;
|
3731
3732
|
} | null | undefined;
|
3733
|
+
depositUrl?: string | undefined;
|
3732
3734
|
aprRecord?: {
|
3733
3735
|
timestamp: string | bigint;
|
3734
3736
|
cumulated: number;
|
@@ -3740,7 +3742,6 @@ declare const eden: {
|
|
3740
3742
|
aprRecordId: string;
|
3741
3743
|
}[];
|
3742
3744
|
} | undefined;
|
3743
|
-
depositUrl?: string | undefined;
|
3744
3745
|
tvlRecord?: {
|
3745
3746
|
total: number;
|
3746
3747
|
timestamp: string | bigint;
|
@@ -4055,11 +4056,11 @@ declare const eden: {
|
|
4055
4056
|
startTimestamp?: string | undefined;
|
4056
4057
|
endTimestamp?: string | undefined;
|
4057
4058
|
tokenAddress?: string | undefined;
|
4058
|
-
mainParameter?: string | undefined;
|
4059
4059
|
campaignId?: string | undefined;
|
4060
4060
|
opportunityId?: string | undefined;
|
4061
4061
|
creatorAddress?: string | undefined;
|
4062
4062
|
creatorId?: string | undefined;
|
4063
|
+
mainParameter?: string | undefined;
|
4063
4064
|
test?: boolean | undefined;
|
4064
4065
|
creatorTag?: string | undefined;
|
4065
4066
|
tokenSymbol?: string | undefined;
|
@@ -4131,11 +4132,11 @@ declare const eden: {
|
|
4131
4132
|
startTimestamp?: string | undefined;
|
4132
4133
|
endTimestamp?: string | undefined;
|
4133
4134
|
tokenAddress?: string | undefined;
|
4134
|
-
mainParameter?: string | undefined;
|
4135
4135
|
campaignId?: string | undefined;
|
4136
4136
|
opportunityId?: string | undefined;
|
4137
4137
|
creatorAddress?: string | undefined;
|
4138
4138
|
creatorId?: string | undefined;
|
4139
|
+
mainParameter?: string | undefined;
|
4139
4140
|
test?: boolean | undefined;
|
4140
4141
|
creatorTag?: string | undefined;
|
4141
4142
|
tokenSymbol?: string | undefined;
|
@@ -4156,10 +4157,10 @@ declare const eden: {
|
|
4156
4157
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
4157
4158
|
200: {
|
4158
4159
|
endTimestamp: bigint;
|
4160
|
+
campaignId: string;
|
4159
4161
|
CampaignStatus: {
|
4160
4162
|
computedUntil: bigint;
|
4161
4163
|
}[];
|
4162
|
-
campaignId: string;
|
4163
4164
|
}[];
|
4164
4165
|
}>>;
|
4165
4166
|
};
|
@@ -4427,6 +4428,7 @@ declare const eden: {
|
|
4427
4428
|
headers?: Record<string, unknown> | undefined;
|
4428
4429
|
query: {
|
4429
4430
|
tokenAddress?: string | undefined;
|
4431
|
+
verified?: boolean | undefined;
|
4430
4432
|
additionalTokenAddresses?: string[] | undefined;
|
4431
4433
|
chainId: number;
|
4432
4434
|
userAddress: string;
|
@@ -4700,10 +4702,10 @@ declare const eden: {
|
|
4700
4702
|
index: {
|
4701
4703
|
post: (body: {
|
4702
4704
|
pending: string;
|
4703
|
-
recipient: string;
|
4704
4705
|
distributionChainId: number;
|
4705
4706
|
amount: string;
|
4706
4707
|
root: string;
|
4708
|
+
recipient: string;
|
4707
4709
|
claimed: string;
|
4708
4710
|
proofs: string[];
|
4709
4711
|
rewardToken: string;
|
@@ -4729,8 +4731,8 @@ declare const eden: {
|
|
4729
4731
|
protocolId?: string | undefined;
|
4730
4732
|
reason: string;
|
4731
4733
|
pending: string;
|
4732
|
-
recipient: string;
|
4733
4734
|
amount: string;
|
4735
|
+
recipient: string;
|
4734
4736
|
claimed: string;
|
4735
4737
|
}[];
|
4736
4738
|
}[], options: {
|
@@ -4749,8 +4751,8 @@ declare const eden: {
|
|
4749
4751
|
post: (body: {
|
4750
4752
|
token: string;
|
4751
4753
|
chainId: number;
|
4752
|
-
recipient: string;
|
4753
4754
|
root: string;
|
4755
|
+
recipient: string;
|
4754
4756
|
}[], options: {
|
4755
4757
|
headers: {
|
4756
4758
|
authorization: string;
|
@@ -5172,12 +5174,12 @@ declare const eden: {
|
|
5172
5174
|
claimed: bigint;
|
5173
5175
|
amount: bigint;
|
5174
5176
|
pending: bigint;
|
5175
|
-
recipient: string;
|
5176
5177
|
root: string;
|
5178
|
+
recipient: string;
|
5177
5179
|
proofs: string[];
|
5178
5180
|
}, "breakdowns"> & {
|
5179
5181
|
breakdowns: {
|
5180
|
-
opportunity: import("../modules/v4").Opportunity["model"];
|
5182
|
+
opportunity: import("../modules/v4/opportunity").Opportunity["model"];
|
5181
5183
|
claimed: bigint;
|
5182
5184
|
amount: bigint;
|
5183
5185
|
pending: bigint;
|
@@ -5274,8 +5276,8 @@ declare const eden: {
|
|
5274
5276
|
claimed: bigint;
|
5275
5277
|
amount: bigint;
|
5276
5278
|
pending: bigint;
|
5277
|
-
recipient: string;
|
5278
5279
|
root: string;
|
5280
|
+
recipient: string;
|
5279
5281
|
proofs: string[];
|
5280
5282
|
}, "breakdowns"> & {
|
5281
5283
|
breakdowns: {
|
@@ -5504,13 +5506,13 @@ declare const eden: {
|
|
5504
5506
|
id: string;
|
5505
5507
|
timestamp: number;
|
5506
5508
|
chainId: number;
|
5509
|
+
datetime: Date;
|
5510
|
+
recipient: string;
|
5507
5511
|
fromTokenId: string;
|
5508
5512
|
toTokenId: string;
|
5509
5513
|
multisig: string;
|
5510
|
-
recipient: string;
|
5511
5514
|
amountIn: string;
|
5512
5515
|
amountOut: string;
|
5513
|
-
datetime: Date;
|
5514
5516
|
}[];
|
5515
5517
|
}>>;
|
5516
5518
|
};
|
@@ -5664,13 +5666,13 @@ declare const eden: {
|
|
5664
5666
|
chainId?: number | undefined;
|
5665
5667
|
startTimestamp?: string | undefined;
|
5666
5668
|
endTimestamp?: string | undefined;
|
5667
|
-
campaignStatus?: {} | undefined;
|
5668
5669
|
distributionChainId?: number | undefined;
|
5669
5670
|
campaignId?: string | undefined;
|
5670
5671
|
rewardTokenId?: string | undefined;
|
5671
5672
|
amount?: string | undefined;
|
5672
5673
|
opportunityId?: string | undefined;
|
5673
5674
|
creatorAddress?: string | undefined;
|
5675
|
+
campaignStatus?: {} | undefined;
|
5674
5676
|
rewardToken?: {} | undefined;
|
5675
5677
|
rewardTokenAddress?: string | undefined;
|
5676
5678
|
distributionChain?: {} | undefined;
|
@@ -5702,11 +5704,11 @@ declare const eden: {
|
|
5702
5704
|
startTimestamp?: string | undefined;
|
5703
5705
|
endTimestamp?: string | undefined;
|
5704
5706
|
tokenAddress?: string | undefined;
|
5705
|
-
mainParameter?: string | undefined;
|
5706
5707
|
campaignId?: string | undefined;
|
5707
5708
|
opportunityId?: string | undefined;
|
5708
5709
|
creatorAddress?: string | undefined;
|
5709
5710
|
creatorId?: string | undefined;
|
5711
|
+
mainParameter?: string | undefined;
|
5710
5712
|
test?: boolean | undefined;
|
5711
5713
|
creatorTag?: string | undefined;
|
5712
5714
|
tokenSymbol?: string | undefined;
|
@@ -5818,18 +5820,6 @@ declare const eden: {
|
|
5818
5820
|
computedUntil: bigint;
|
5819
5821
|
startTimestamp: bigint;
|
5820
5822
|
endTimestamp: bigint;
|
5821
|
-
CampaignStatus: {
|
5822
|
-
error: string;
|
5823
|
-
details: import("database/api/.generated/runtime/library").JsonValue;
|
5824
|
-
status: import("../../database/api/.generated").$Enums.RunStatus;
|
5825
|
-
campaignId: string;
|
5826
|
-
computedUntil: bigint;
|
5827
|
-
processingStarted: bigint;
|
5828
|
-
}[];
|
5829
|
-
Opportunity: {
|
5830
|
-
name: string;
|
5831
|
-
id: string;
|
5832
|
-
};
|
5833
5823
|
computeChainId: number;
|
5834
5824
|
distributionChainId: number;
|
5835
5825
|
campaignId: string;
|
@@ -5838,6 +5828,18 @@ declare const eden: {
|
|
5838
5828
|
address: string;
|
5839
5829
|
isTest: boolean;
|
5840
5830
|
};
|
5831
|
+
Opportunity: {
|
5832
|
+
name: string;
|
5833
|
+
id: string;
|
5834
|
+
};
|
5835
|
+
CampaignStatus: {
|
5836
|
+
error: string;
|
5837
|
+
details: import("database/api/.generated/runtime/library").JsonValue;
|
5838
|
+
status: import("../../database/api/.generated").$Enums.RunStatus;
|
5839
|
+
campaignId: string;
|
5840
|
+
computedUntil: bigint;
|
5841
|
+
processingStarted: bigint;
|
5842
|
+
}[];
|
5841
5843
|
}[];
|
5842
5844
|
}>>;
|
5843
5845
|
};
|
@@ -5876,7 +5878,7 @@ declare const eden: {
|
|
5876
5878
|
};
|
5877
5879
|
fetch?: RequestInit | undefined;
|
5878
5880
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
5879
|
-
200: import("../modules/v4/liquidity").PositionT[];
|
5881
|
+
200: import("../modules/v4/liquidity/liquidity.model").PositionT[];
|
5880
5882
|
}>>;
|
5881
5883
|
};
|
5882
5884
|
};
|
@@ -5891,7 +5893,7 @@ declare const eden: {
|
|
5891
5893
|
fetch?: RequestInit | undefined;
|
5892
5894
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
5893
5895
|
200: (import("../modules/v4/claims").ClaimModel & {
|
5894
|
-
token?: import("../modules/v4").Token["model"];
|
5896
|
+
token?: import("../modules/v4/token").Token["model"];
|
5895
5897
|
})[];
|
5896
5898
|
}>>;
|
5897
5899
|
}) & {};
|
@@ -6229,8 +6231,8 @@ declare const eden: {
|
|
6229
6231
|
post: (body: {
|
6230
6232
|
reason: string;
|
6231
6233
|
value: number;
|
6232
|
-
address: string;
|
6233
6234
|
campaignId: string;
|
6235
|
+
address: string;
|
6234
6236
|
field: string;
|
6235
6237
|
}[], options: {
|
6236
6238
|
headers: {
|
@@ -6607,9 +6609,9 @@ declare const eden: {
|
|
6607
6609
|
type?: undefined;
|
6608
6610
|
tag?: string | undefined;
|
6609
6611
|
chainId?: undefined;
|
6610
|
-
mainParameter?: string | undefined;
|
6611
6612
|
action?: undefined;
|
6612
6613
|
campaigns?: boolean | undefined;
|
6614
|
+
mainParameter?: string | undefined;
|
6613
6615
|
testTokens?: boolean | undefined;
|
6614
6616
|
};
|
6615
6617
|
fetch?: RequestInit | undefined;
|
@@ -6763,8 +6765,8 @@ declare const eden: {
|
|
6763
6765
|
pending?: string | undefined;
|
6764
6766
|
symbol: string;
|
6765
6767
|
token: string;
|
6766
|
-
mainParameter: string;
|
6767
6768
|
decimals: number;
|
6769
|
+
mainParameter: string;
|
6768
6770
|
unclaimed: string;
|
6769
6771
|
accumulated: string;
|
6770
6772
|
};
|
@@ -6789,8 +6791,8 @@ declare const eden: {
|
|
6789
6791
|
headers?: Record<string, unknown> | undefined;
|
6790
6792
|
query: {
|
6791
6793
|
from?: number | undefined;
|
6792
|
-
to?: number | undefined;
|
6793
6794
|
mainParameter?: string | undefined;
|
6795
|
+
to?: number | undefined;
|
6794
6796
|
chainId: number;
|
6795
6797
|
campaignId: string;
|
6796
6798
|
};
|
@@ -6868,9 +6870,9 @@ declare const eden: {
|
|
6868
6870
|
get: (options: {
|
6869
6871
|
headers?: Record<string, unknown> | undefined;
|
6870
6872
|
query: {
|
6871
|
-
mainParameter?: string | undefined;
|
6872
6873
|
rewardToken?: string | undefined;
|
6873
6874
|
proof?: string | undefined;
|
6875
|
+
mainParameter?: string | undefined;
|
6874
6876
|
reloadChainId?: number | undefined;
|
6875
6877
|
chainId: never;
|
6876
6878
|
user: string;
|
@@ -7156,7 +7158,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
7156
7158
|
} & {
|
7157
7159
|
price?: number | null | undefined;
|
7158
7160
|
})[];
|
7159
|
-
mainProtocol: "morpho" | "ambient" | "arthswap" | "baseswap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancakeswap-v3" | "quickswap-algebra" | "quickswap-uni" | "ramses" | "retro" | "stryke" | "stryke-pcs" | "stryke-sushi" | "sushiswap-v3" | "swapr" | "thruster" | "uniswap-v3" | "voltage" | "zero" | "koi" | "supswap-v3" | "zkswap" | "thirdtrade" | "uniswapv4" | "uniswap-v2" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap-v3" | "neptune" | "zkSwapThreePool" | "syncswap" | "rfx" | "radiant" | "aave" | "
|
7161
|
+
mainProtocol: "morpho" | "euler" | "ambient" | "arthswap" | "baseswap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancakeswap-v3" | "quickswap-algebra" | "quickswap-uni" | "ramses" | "retro" | "stryke" | "stryke-pcs" | "stryke-sushi" | "sushiswap-v3" | "swapr" | "thruster" | "uniswap-v3" | "voltage" | "zero" | "koi" | "supswap-v3" | "zkswap" | "thirdtrade" | "uniswapv4" | "uniswap-v2" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap-v3" | "neptune" | "zkSwapThreePool" | "syncswap" | "rfx" | "radiant" | "aave" | "gearbox" | "compound" | "sturdy" | "frax" | "ionic" | "moonwell" | "fluid" | "silo" | "coumpound" | "dolomite" | "badger" | "ajna" | "layerbank" | "ion" | "venus" | "woofi" | "reactor_fusion" | "eigenlayer" | "vest" | "zerolend" | "hyperdrive" | "gamma" | "oku" | "hourglass" | "veda" | undefined;
|
7160
7162
|
depositUrl: any;
|
7161
7163
|
tags: string[];
|
7162
7164
|
};
|
@@ -7333,6 +7335,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
7333
7335
|
tags: string[];
|
7334
7336
|
icon: string;
|
7335
7337
|
} | null | undefined;
|
7338
|
+
depositUrl?: string | undefined;
|
7336
7339
|
aprRecord?: {
|
7337
7340
|
timestamp: string | bigint;
|
7338
7341
|
cumulated: number;
|
@@ -7344,7 +7347,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
7344
7347
|
aprRecordId: string;
|
7345
7348
|
}[];
|
7346
7349
|
} | undefined;
|
7347
|
-
depositUrl?: string | undefined;
|
7348
7350
|
tvlRecord?: {
|
7349
7351
|
total: number;
|
7350
7352
|
timestamp: string | bigint;
|
@@ -7437,11 +7439,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
7437
7439
|
startTimestamp?: string | undefined;
|
7438
7440
|
endTimestamp?: string | undefined;
|
7439
7441
|
tokenAddress?: string | undefined;
|
7440
|
-
mainParameter?: string | undefined;
|
7441
7442
|
campaignId?: string | undefined;
|
7442
7443
|
opportunityId?: string | undefined;
|
7443
7444
|
creatorAddress?: string | undefined;
|
7444
7445
|
creatorId?: string | undefined;
|
7446
|
+
mainParameter?: string | undefined;
|
7445
7447
|
test?: boolean | undefined;
|
7446
7448
|
creatorTag?: string | undefined;
|
7447
7449
|
tokenSymbol?: string | undefined;
|
@@ -7457,6 +7459,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
7457
7459
|
tags: string[];
|
7458
7460
|
icon: string;
|
7459
7461
|
} | null | undefined;
|
7462
|
+
depositUrl?: string | undefined;
|
7460
7463
|
aprRecord?: {
|
7461
7464
|
timestamp: string | bigint;
|
7462
7465
|
cumulated: number;
|
@@ -7468,7 +7471,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
7468
7471
|
aprRecordId: string;
|
7469
7472
|
}[];
|
7470
7473
|
} | undefined;
|
7471
|
-
depositUrl?: string | undefined;
|
7472
7474
|
tvlRecord?: {
|
7473
7475
|
total: number;
|
7474
7476
|
timestamp: string | bigint;
|
@@ -7621,6 +7623,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
7621
7623
|
tags: string[];
|
7622
7624
|
icon: string;
|
7623
7625
|
} | null | undefined;
|
7626
|
+
depositUrl?: string | undefined;
|
7624
7627
|
aprRecord?: {
|
7625
7628
|
timestamp: string | bigint;
|
7626
7629
|
cumulated: number;
|
@@ -7632,7 +7635,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
7632
7635
|
aprRecordId: string;
|
7633
7636
|
}[];
|
7634
7637
|
} | undefined;
|
7635
|
-
depositUrl?: string | undefined;
|
7636
7638
|
tvlRecord?: {
|
7637
7639
|
total: number;
|
7638
7640
|
timestamp: string | bigint;
|
@@ -8014,11 +8016,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8014
8016
|
startTimestamp?: string | undefined;
|
8015
8017
|
endTimestamp?: string | undefined;
|
8016
8018
|
tokenAddress?: string | undefined;
|
8017
|
-
mainParameter?: string | undefined;
|
8018
8019
|
campaignId?: string | undefined;
|
8019
8020
|
opportunityId?: string | undefined;
|
8020
8021
|
creatorAddress?: string | undefined;
|
8021
8022
|
creatorId?: string | undefined;
|
8023
|
+
mainParameter?: string | undefined;
|
8022
8024
|
test?: boolean | undefined;
|
8023
8025
|
creatorTag?: string | undefined;
|
8024
8026
|
tokenSymbol?: string | undefined;
|
@@ -8093,11 +8095,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8093
8095
|
startTimestamp?: string | undefined;
|
8094
8096
|
endTimestamp?: string | undefined;
|
8095
8097
|
tokenAddress?: string | undefined;
|
8096
|
-
mainParameter?: string | undefined;
|
8097
8098
|
campaignId?: string | undefined;
|
8098
8099
|
opportunityId?: string | undefined;
|
8099
8100
|
creatorAddress?: string | undefined;
|
8100
8101
|
creatorId?: string | undefined;
|
8102
|
+
mainParameter?: string | undefined;
|
8101
8103
|
test?: boolean | undefined;
|
8102
8104
|
creatorTag?: string | undefined;
|
8103
8105
|
tokenSymbol?: string | undefined;
|
@@ -8121,10 +8123,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8121
8123
|
response: {
|
8122
8124
|
200: {
|
8123
8125
|
endTimestamp: bigint;
|
8126
|
+
campaignId: string;
|
8124
8127
|
CampaignStatus: {
|
8125
8128
|
computedUntil: bigint;
|
8126
8129
|
}[];
|
8127
|
-
campaignId: string;
|
8128
8130
|
}[];
|
8129
8131
|
};
|
8130
8132
|
};
|
@@ -8448,6 +8450,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8448
8450
|
params: {};
|
8449
8451
|
query: {
|
8450
8452
|
tokenAddress?: string | undefined;
|
8453
|
+
verified?: boolean | undefined;
|
8451
8454
|
additionalTokenAddresses?: string[] | undefined;
|
8452
8455
|
chainId: number;
|
8453
8456
|
userAddress: string;
|
@@ -8798,10 +8801,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8798
8801
|
post: {
|
8799
8802
|
body: {
|
8800
8803
|
pending: string;
|
8801
|
-
recipient: string;
|
8802
8804
|
distributionChainId: number;
|
8803
8805
|
amount: string;
|
8804
8806
|
root: string;
|
8807
|
+
recipient: string;
|
8805
8808
|
claimed: string;
|
8806
8809
|
proofs: string[];
|
8807
8810
|
rewardToken: string;
|
@@ -8832,8 +8835,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8832
8835
|
protocolId?: string | undefined;
|
8833
8836
|
reason: string;
|
8834
8837
|
pending: string;
|
8835
|
-
recipient: string;
|
8836
8838
|
amount: string;
|
8839
|
+
recipient: string;
|
8837
8840
|
claimed: string;
|
8838
8841
|
}[];
|
8839
8842
|
}[];
|
@@ -8857,8 +8860,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8857
8860
|
body: {
|
8858
8861
|
token: string;
|
8859
8862
|
chainId: number;
|
8860
|
-
recipient: string;
|
8861
8863
|
root: string;
|
8864
|
+
recipient: string;
|
8862
8865
|
}[];
|
8863
8866
|
params: {};
|
8864
8867
|
query: unknown;
|
@@ -9488,12 +9491,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9488
9491
|
claimed: bigint;
|
9489
9492
|
amount: bigint;
|
9490
9493
|
pending: bigint;
|
9491
|
-
recipient: string;
|
9492
9494
|
root: string;
|
9495
|
+
recipient: string;
|
9493
9496
|
proofs: string[];
|
9494
9497
|
}, "breakdowns"> & {
|
9495
9498
|
breakdowns: {
|
9496
|
-
opportunity: import("../modules/v4").Opportunity["model"];
|
9499
|
+
opportunity: import("../modules/v4/opportunity").Opportunity["model"];
|
9497
9500
|
claimed: bigint;
|
9498
9501
|
amount: bigint;
|
9499
9502
|
pending: bigint;
|
@@ -9601,8 +9604,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9601
9604
|
claimed: bigint;
|
9602
9605
|
amount: bigint;
|
9603
9606
|
pending: bigint;
|
9604
|
-
recipient: string;
|
9605
9607
|
root: string;
|
9608
|
+
recipient: string;
|
9606
9609
|
proofs: string[];
|
9607
9610
|
}, "breakdowns"> & {
|
9608
9611
|
breakdowns: {
|
@@ -9854,13 +9857,13 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9854
9857
|
id: string;
|
9855
9858
|
timestamp: number;
|
9856
9859
|
chainId: number;
|
9860
|
+
datetime: Date;
|
9861
|
+
recipient: string;
|
9857
9862
|
fromTokenId: string;
|
9858
9863
|
toTokenId: string;
|
9859
9864
|
multisig: string;
|
9860
|
-
recipient: string;
|
9861
9865
|
amountIn: string;
|
9862
9866
|
amountOut: string;
|
9863
|
-
datetime: Date;
|
9864
9867
|
}[];
|
9865
9868
|
};
|
9866
9869
|
};
|
@@ -10075,13 +10078,13 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
10075
10078
|
chainId?: number | undefined;
|
10076
10079
|
startTimestamp?: string | undefined;
|
10077
10080
|
endTimestamp?: string | undefined;
|
10078
|
-
campaignStatus?: {} | undefined;
|
10079
10081
|
distributionChainId?: number | undefined;
|
10080
10082
|
campaignId?: string | undefined;
|
10081
10083
|
rewardTokenId?: string | undefined;
|
10082
10084
|
amount?: string | undefined;
|
10083
10085
|
opportunityId?: string | undefined;
|
10084
10086
|
creatorAddress?: string | undefined;
|
10087
|
+
campaignStatus?: {} | undefined;
|
10085
10088
|
rewardToken?: {} | undefined;
|
10086
10089
|
rewardTokenAddress?: string | undefined;
|
10087
10090
|
distributionChain?: {} | undefined;
|
@@ -10116,11 +10119,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
10116
10119
|
startTimestamp?: string | undefined;
|
10117
10120
|
endTimestamp?: string | undefined;
|
10118
10121
|
tokenAddress?: string | undefined;
|
10119
|
-
mainParameter?: string | undefined;
|
10120
10122
|
campaignId?: string | undefined;
|
10121
10123
|
opportunityId?: string | undefined;
|
10122
10124
|
creatorAddress?: string | undefined;
|
10123
10125
|
creatorId?: string | undefined;
|
10126
|
+
mainParameter?: string | undefined;
|
10124
10127
|
test?: boolean | undefined;
|
10125
10128
|
creatorTag?: string | undefined;
|
10126
10129
|
tokenSymbol?: string | undefined;
|
@@ -10255,18 +10258,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
10255
10258
|
computedUntil: bigint;
|
10256
10259
|
startTimestamp: bigint;
|
10257
10260
|
endTimestamp: bigint;
|
10258
|
-
CampaignStatus: {
|
10259
|
-
error: string;
|
10260
|
-
details: import("database/api/.generated/runtime/library").JsonValue;
|
10261
|
-
status: import("../../database/api/.generated").$Enums.RunStatus;
|
10262
|
-
campaignId: string;
|
10263
|
-
computedUntil: bigint;
|
10264
|
-
processingStarted: bigint;
|
10265
|
-
}[];
|
10266
|
-
Opportunity: {
|
10267
|
-
name: string;
|
10268
|
-
id: string;
|
10269
|
-
};
|
10270
10261
|
computeChainId: number;
|
10271
10262
|
distributionChainId: number;
|
10272
10263
|
campaignId: string;
|
@@ -10275,6 +10266,18 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
10275
10266
|
address: string;
|
10276
10267
|
isTest: boolean;
|
10277
10268
|
};
|
10269
|
+
Opportunity: {
|
10270
|
+
name: string;
|
10271
|
+
id: string;
|
10272
|
+
};
|
10273
|
+
CampaignStatus: {
|
10274
|
+
error: string;
|
10275
|
+
details: import("database/api/.generated/runtime/library").JsonValue;
|
10276
|
+
status: import("../../database/api/.generated").$Enums.RunStatus;
|
10277
|
+
campaignId: string;
|
10278
|
+
computedUntil: bigint;
|
10279
|
+
processingStarted: bigint;
|
10280
|
+
}[];
|
10278
10281
|
}[];
|
10279
10282
|
};
|
10280
10283
|
};
|
@@ -10323,7 +10326,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
10323
10326
|
};
|
10324
10327
|
headers: unknown;
|
10325
10328
|
response: {
|
10326
|
-
200: import("../modules/v4/liquidity").PositionT[];
|
10329
|
+
200: import("../modules/v4/liquidity/liquidity.model").PositionT[];
|
10327
10330
|
};
|
10328
10331
|
};
|
10329
10332
|
};
|
@@ -10344,7 +10347,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
10344
10347
|
headers: unknown;
|
10345
10348
|
response: {
|
10346
10349
|
200: (import("../modules/v4/claims").ClaimModel & {
|
10347
|
-
token?: import("../modules/v4").Token["model"];
|
10350
|
+
token?: import("../modules/v4/token").Token["model"];
|
10348
10351
|
})[];
|
10349
10352
|
};
|
10350
10353
|
};
|
@@ -10781,8 +10784,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
10781
10784
|
body: {
|
10782
10785
|
reason: string;
|
10783
10786
|
value: number;
|
10784
|
-
address: string;
|
10785
10787
|
campaignId: string;
|
10788
|
+
address: string;
|
10786
10789
|
field: string;
|
10787
10790
|
}[];
|
10788
10791
|
params: {};
|
@@ -11297,9 +11300,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
11297
11300
|
type?: undefined;
|
11298
11301
|
tag?: string | undefined;
|
11299
11302
|
chainId?: undefined;
|
11300
|
-
mainParameter?: string | undefined;
|
11301
11303
|
action?: undefined;
|
11302
11304
|
campaigns?: boolean | undefined;
|
11305
|
+
mainParameter?: string | undefined;
|
11303
11306
|
testTokens?: boolean | undefined;
|
11304
11307
|
};
|
11305
11308
|
headers: unknown;
|
@@ -11493,8 +11496,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
11493
11496
|
pending?: string | undefined;
|
11494
11497
|
symbol: string;
|
11495
11498
|
token: string;
|
11496
|
-
mainParameter: string;
|
11497
11499
|
decimals: number;
|
11500
|
+
mainParameter: string;
|
11498
11501
|
unclaimed: string;
|
11499
11502
|
accumulated: string;
|
11500
11503
|
};
|
@@ -11524,8 +11527,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
11524
11527
|
params: {};
|
11525
11528
|
query: {
|
11526
11529
|
from?: number | undefined;
|
11527
|
-
to?: number | undefined;
|
11528
11530
|
mainParameter?: string | undefined;
|
11531
|
+
to?: number | undefined;
|
11529
11532
|
chainId: number;
|
11530
11533
|
campaignId: string;
|
11531
11534
|
};
|
@@ -11628,9 +11631,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
11628
11631
|
body: unknown;
|
11629
11632
|
params: {};
|
11630
11633
|
query: {
|
11631
|
-
mainParameter?: string | undefined;
|
11632
11634
|
rewardToken?: string | undefined;
|
11633
11635
|
proof?: string | undefined;
|
11636
|
+
mainParameter?: string | undefined;
|
11634
11637
|
reloadChainId?: number | undefined;
|
11635
11638
|
chainId: never;
|
11636
11639
|
user: string;
|
@@ -11812,7 +11815,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
11812
11815
|
} & {
|
11813
11816
|
price?: number | null | undefined;
|
11814
11817
|
})[];
|
11815
|
-
mainProtocol: "morpho" | "ambient" | "arthswap" | "baseswap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancakeswap-v3" | "quickswap-algebra" | "quickswap-uni" | "ramses" | "retro" | "stryke" | "stryke-pcs" | "stryke-sushi" | "sushiswap-v3" | "swapr" | "thruster" | "uniswap-v3" | "voltage" | "zero" | "koi" | "supswap-v3" | "zkswap" | "thirdtrade" | "uniswapv4" | "uniswap-v2" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap-v3" | "neptune" | "zkSwapThreePool" | "syncswap" | "rfx" | "radiant" | "aave" | "
|
11818
|
+
mainProtocol: "morpho" | "euler" | "ambient" | "arthswap" | "baseswap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancakeswap-v3" | "quickswap-algebra" | "quickswap-uni" | "ramses" | "retro" | "stryke" | "stryke-pcs" | "stryke-sushi" | "sushiswap-v3" | "swapr" | "thruster" | "uniswap-v3" | "voltage" | "zero" | "koi" | "supswap-v3" | "zkswap" | "thirdtrade" | "uniswapv4" | "uniswap-v2" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap-v3" | "neptune" | "zkSwapThreePool" | "syncswap" | "rfx" | "radiant" | "aave" | "gearbox" | "compound" | "sturdy" | "frax" | "ionic" | "moonwell" | "fluid" | "silo" | "coumpound" | "dolomite" | "badger" | "ajna" | "layerbank" | "ion" | "venus" | "woofi" | "reactor_fusion" | "eigenlayer" | "vest" | "zerolend" | "hyperdrive" | "gamma" | "oku" | "hourglass" | "veda" | undefined;
|
11816
11819
|
depositUrl: any;
|
11817
11820
|
tags: string[];
|
11818
11821
|
};
|
@@ -11833,6 +11836,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
11833
11836
|
tags: string[];
|
11834
11837
|
icon: string;
|
11835
11838
|
} | null | undefined;
|
11839
|
+
depositUrl?: string | undefined;
|
11836
11840
|
aprRecord?: {
|
11837
11841
|
timestamp: string | bigint;
|
11838
11842
|
cumulated: number;
|
@@ -11844,7 +11848,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
11844
11848
|
aprRecordId: string;
|
11845
11849
|
}[];
|
11846
11850
|
} | undefined;
|
11847
|
-
depositUrl?: string | undefined;
|
11848
11851
|
tvlRecord?: {
|
11849
11852
|
total: number;
|
11850
11853
|
timestamp: string | bigint;
|
@@ -11936,6 +11939,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
11936
11939
|
tags: string[];
|
11937
11940
|
icon: string;
|
11938
11941
|
} | null | undefined;
|
11942
|
+
depositUrl?: string | undefined;
|
11939
11943
|
aprRecord?: {
|
11940
11944
|
timestamp: string | bigint;
|
11941
11945
|
cumulated: number;
|
@@ -11947,7 +11951,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
11947
11951
|
aprRecordId: string;
|
11948
11952
|
}[];
|
11949
11953
|
} | undefined;
|
11950
|
-
depositUrl?: string | undefined;
|
11951
11954
|
tvlRecord?: {
|
11952
11955
|
total: number;
|
11953
11956
|
timestamp: string | bigint;
|
@@ -12282,11 +12285,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12282
12285
|
startTimestamp?: string | undefined;
|
12283
12286
|
endTimestamp?: string | undefined;
|
12284
12287
|
tokenAddress?: string | undefined;
|
12285
|
-
mainParameter?: string | undefined;
|
12286
12288
|
campaignId?: string | undefined;
|
12287
12289
|
opportunityId?: string | undefined;
|
12288
12290
|
creatorAddress?: string | undefined;
|
12289
12291
|
creatorId?: string | undefined;
|
12292
|
+
mainParameter?: string | undefined;
|
12290
12293
|
test?: boolean | undefined;
|
12291
12294
|
creatorTag?: string | undefined;
|
12292
12295
|
tokenSymbol?: string | undefined;
|
@@ -12302,6 +12305,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12302
12305
|
tags: string[];
|
12303
12306
|
icon: string;
|
12304
12307
|
} | null | undefined;
|
12308
|
+
depositUrl?: string | undefined;
|
12305
12309
|
aprRecord?: {
|
12306
12310
|
timestamp: string | bigint;
|
12307
12311
|
cumulated: number;
|
@@ -12313,7 +12317,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12313
12317
|
aprRecordId: string;
|
12314
12318
|
}[];
|
12315
12319
|
} | undefined;
|
12316
|
-
depositUrl?: string | undefined;
|
12317
12320
|
tvlRecord?: {
|
12318
12321
|
total: number;
|
12319
12322
|
timestamp: string | bigint;
|
@@ -12628,11 +12631,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12628
12631
|
startTimestamp?: string | undefined;
|
12629
12632
|
endTimestamp?: string | undefined;
|
12630
12633
|
tokenAddress?: string | undefined;
|
12631
|
-
mainParameter?: string | undefined;
|
12632
12634
|
campaignId?: string | undefined;
|
12633
12635
|
opportunityId?: string | undefined;
|
12634
12636
|
creatorAddress?: string | undefined;
|
12635
12637
|
creatorId?: string | undefined;
|
12638
|
+
mainParameter?: string | undefined;
|
12636
12639
|
test?: boolean | undefined;
|
12637
12640
|
creatorTag?: string | undefined;
|
12638
12641
|
tokenSymbol?: string | undefined;
|
@@ -12704,11 +12707,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12704
12707
|
startTimestamp?: string | undefined;
|
12705
12708
|
endTimestamp?: string | undefined;
|
12706
12709
|
tokenAddress?: string | undefined;
|
12707
|
-
mainParameter?: string | undefined;
|
12708
12710
|
campaignId?: string | undefined;
|
12709
12711
|
opportunityId?: string | undefined;
|
12710
12712
|
creatorAddress?: string | undefined;
|
12711
12713
|
creatorId?: string | undefined;
|
12714
|
+
mainParameter?: string | undefined;
|
12712
12715
|
test?: boolean | undefined;
|
12713
12716
|
creatorTag?: string | undefined;
|
12714
12717
|
tokenSymbol?: string | undefined;
|
@@ -12729,10 +12732,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12729
12732
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
12730
12733
|
200: {
|
12731
12734
|
endTimestamp: bigint;
|
12735
|
+
campaignId: string;
|
12732
12736
|
CampaignStatus: {
|
12733
12737
|
computedUntil: bigint;
|
12734
12738
|
}[];
|
12735
|
-
campaignId: string;
|
12736
12739
|
}[];
|
12737
12740
|
}>>;
|
12738
12741
|
};
|
@@ -13000,6 +13003,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13000
13003
|
headers?: Record<string, unknown> | undefined;
|
13001
13004
|
query: {
|
13002
13005
|
tokenAddress?: string | undefined;
|
13006
|
+
verified?: boolean | undefined;
|
13003
13007
|
additionalTokenAddresses?: string[] | undefined;
|
13004
13008
|
chainId: number;
|
13005
13009
|
userAddress: string;
|
@@ -13273,10 +13277,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13273
13277
|
index: {
|
13274
13278
|
post: (body: {
|
13275
13279
|
pending: string;
|
13276
|
-
recipient: string;
|
13277
13280
|
distributionChainId: number;
|
13278
13281
|
amount: string;
|
13279
13282
|
root: string;
|
13283
|
+
recipient: string;
|
13280
13284
|
claimed: string;
|
13281
13285
|
proofs: string[];
|
13282
13286
|
rewardToken: string;
|
@@ -13302,8 +13306,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13302
13306
|
protocolId?: string | undefined;
|
13303
13307
|
reason: string;
|
13304
13308
|
pending: string;
|
13305
|
-
recipient: string;
|
13306
13309
|
amount: string;
|
13310
|
+
recipient: string;
|
13307
13311
|
claimed: string;
|
13308
13312
|
}[];
|
13309
13313
|
}[], options: {
|
@@ -13322,8 +13326,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13322
13326
|
post: (body: {
|
13323
13327
|
token: string;
|
13324
13328
|
chainId: number;
|
13325
|
-
recipient: string;
|
13326
13329
|
root: string;
|
13330
|
+
recipient: string;
|
13327
13331
|
}[], options: {
|
13328
13332
|
headers: {
|
13329
13333
|
authorization: string;
|
@@ -13745,12 +13749,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13745
13749
|
claimed: bigint;
|
13746
13750
|
amount: bigint;
|
13747
13751
|
pending: bigint;
|
13748
|
-
recipient: string;
|
13749
13752
|
root: string;
|
13753
|
+
recipient: string;
|
13750
13754
|
proofs: string[];
|
13751
13755
|
}, "breakdowns"> & {
|
13752
13756
|
breakdowns: {
|
13753
|
-
opportunity: import("../modules/v4").Opportunity["model"];
|
13757
|
+
opportunity: import("../modules/v4/opportunity").Opportunity["model"];
|
13754
13758
|
claimed: bigint;
|
13755
13759
|
amount: bigint;
|
13756
13760
|
pending: bigint;
|
@@ -13847,8 +13851,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13847
13851
|
claimed: bigint;
|
13848
13852
|
amount: bigint;
|
13849
13853
|
pending: bigint;
|
13850
|
-
recipient: string;
|
13851
13854
|
root: string;
|
13855
|
+
recipient: string;
|
13852
13856
|
proofs: string[];
|
13853
13857
|
}, "breakdowns"> & {
|
13854
13858
|
breakdowns: {
|
@@ -14077,13 +14081,13 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14077
14081
|
id: string;
|
14078
14082
|
timestamp: number;
|
14079
14083
|
chainId: number;
|
14084
|
+
datetime: Date;
|
14085
|
+
recipient: string;
|
14080
14086
|
fromTokenId: string;
|
14081
14087
|
toTokenId: string;
|
14082
14088
|
multisig: string;
|
14083
|
-
recipient: string;
|
14084
14089
|
amountIn: string;
|
14085
14090
|
amountOut: string;
|
14086
|
-
datetime: Date;
|
14087
14091
|
}[];
|
14088
14092
|
}>>;
|
14089
14093
|
};
|
@@ -14237,13 +14241,13 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14237
14241
|
chainId?: number | undefined;
|
14238
14242
|
startTimestamp?: string | undefined;
|
14239
14243
|
endTimestamp?: string | undefined;
|
14240
|
-
campaignStatus?: {} | undefined;
|
14241
14244
|
distributionChainId?: number | undefined;
|
14242
14245
|
campaignId?: string | undefined;
|
14243
14246
|
rewardTokenId?: string | undefined;
|
14244
14247
|
amount?: string | undefined;
|
14245
14248
|
opportunityId?: string | undefined;
|
14246
14249
|
creatorAddress?: string | undefined;
|
14250
|
+
campaignStatus?: {} | undefined;
|
14247
14251
|
rewardToken?: {} | undefined;
|
14248
14252
|
rewardTokenAddress?: string | undefined;
|
14249
14253
|
distributionChain?: {} | undefined;
|
@@ -14275,11 +14279,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14275
14279
|
startTimestamp?: string | undefined;
|
14276
14280
|
endTimestamp?: string | undefined;
|
14277
14281
|
tokenAddress?: string | undefined;
|
14278
|
-
mainParameter?: string | undefined;
|
14279
14282
|
campaignId?: string | undefined;
|
14280
14283
|
opportunityId?: string | undefined;
|
14281
14284
|
creatorAddress?: string | undefined;
|
14282
14285
|
creatorId?: string | undefined;
|
14286
|
+
mainParameter?: string | undefined;
|
14283
14287
|
test?: boolean | undefined;
|
14284
14288
|
creatorTag?: string | undefined;
|
14285
14289
|
tokenSymbol?: string | undefined;
|
@@ -14391,18 +14395,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14391
14395
|
computedUntil: bigint;
|
14392
14396
|
startTimestamp: bigint;
|
14393
14397
|
endTimestamp: bigint;
|
14394
|
-
CampaignStatus: {
|
14395
|
-
error: string;
|
14396
|
-
details: import("database/api/.generated/runtime/library").JsonValue;
|
14397
|
-
status: import("../../database/api/.generated").$Enums.RunStatus;
|
14398
|
-
campaignId: string;
|
14399
|
-
computedUntil: bigint;
|
14400
|
-
processingStarted: bigint;
|
14401
|
-
}[];
|
14402
|
-
Opportunity: {
|
14403
|
-
name: string;
|
14404
|
-
id: string;
|
14405
|
-
};
|
14406
14398
|
computeChainId: number;
|
14407
14399
|
distributionChainId: number;
|
14408
14400
|
campaignId: string;
|
@@ -14411,6 +14403,18 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14411
14403
|
address: string;
|
14412
14404
|
isTest: boolean;
|
14413
14405
|
};
|
14406
|
+
Opportunity: {
|
14407
|
+
name: string;
|
14408
|
+
id: string;
|
14409
|
+
};
|
14410
|
+
CampaignStatus: {
|
14411
|
+
error: string;
|
14412
|
+
details: import("database/api/.generated/runtime/library").JsonValue;
|
14413
|
+
status: import("../../database/api/.generated").$Enums.RunStatus;
|
14414
|
+
campaignId: string;
|
14415
|
+
computedUntil: bigint;
|
14416
|
+
processingStarted: bigint;
|
14417
|
+
}[];
|
14414
14418
|
}[];
|
14415
14419
|
}>>;
|
14416
14420
|
};
|
@@ -14449,7 +14453,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14449
14453
|
};
|
14450
14454
|
fetch?: RequestInit | undefined;
|
14451
14455
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
14452
|
-
200: import("../modules/v4/liquidity").PositionT[];
|
14456
|
+
200: import("../modules/v4/liquidity/liquidity.model").PositionT[];
|
14453
14457
|
}>>;
|
14454
14458
|
};
|
14455
14459
|
};
|
@@ -14464,7 +14468,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14464
14468
|
fetch?: RequestInit | undefined;
|
14465
14469
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
14466
14470
|
200: (import("../modules/v4/claims").ClaimModel & {
|
14467
|
-
token?: import("../modules/v4").Token["model"];
|
14471
|
+
token?: import("../modules/v4/token").Token["model"];
|
14468
14472
|
})[];
|
14469
14473
|
}>>;
|
14470
14474
|
}) & {};
|
@@ -14802,8 +14806,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14802
14806
|
post: (body: {
|
14803
14807
|
reason: string;
|
14804
14808
|
value: number;
|
14805
|
-
address: string;
|
14806
14809
|
campaignId: string;
|
14810
|
+
address: string;
|
14807
14811
|
field: string;
|
14808
14812
|
}[], options: {
|
14809
14813
|
headers: {
|
@@ -14923,7 +14927,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14923
14927
|
} & {
|
14924
14928
|
price?: number | null | undefined;
|
14925
14929
|
})[];
|
14926
|
-
mainProtocol: "morpho" | "ambient" | "arthswap" | "baseswap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancakeswap-v3" | "quickswap-algebra" | "quickswap-uni" | "ramses" | "retro" | "stryke" | "stryke-pcs" | "stryke-sushi" | "sushiswap-v3" | "swapr" | "thruster" | "uniswap-v3" | "voltage" | "zero" | "koi" | "supswap-v3" | "zkswap" | "thirdtrade" | "uniswapv4" | "uniswap-v2" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap-v3" | "neptune" | "zkSwapThreePool" | "syncswap" | "rfx" | "radiant" | "aave" | "
|
14930
|
+
mainProtocol: "morpho" | "euler" | "ambient" | "arthswap" | "baseswap" | "camelot" | "crust" | "fenix" | "horiza" | "izumi" | "kim" | "pancakeswap-v3" | "quickswap-algebra" | "quickswap-uni" | "ramses" | "retro" | "stryke" | "stryke-pcs" | "stryke-sushi" | "sushiswap-v3" | "swapr" | "thruster" | "uniswap-v3" | "voltage" | "zero" | "koi" | "supswap-v3" | "zkswap" | "thirdtrade" | "uniswapv4" | "uniswap-v2" | "velodrome" | "aerodrome" | "balancer" | "curve" | "cross_curve" | "curveNPool" | "aura" | "akron" | "beefy" | "dragonswap" | "poolside" | "syncswap-v3" | "neptune" | "zkSwapThreePool" | "syncswap" | "rfx" | "radiant" | "aave" | "gearbox" | "compound" | "sturdy" | "frax" | "ionic" | "moonwell" | "fluid" | "silo" | "coumpound" | "dolomite" | "badger" | "ajna" | "layerbank" | "ion" | "venus" | "woofi" | "reactor_fusion" | "eigenlayer" | "vest" | "zerolend" | "hyperdrive" | "gamma" | "oku" | "hourglass" | "veda" | undefined;
|
14927
14931
|
depositUrl: any;
|
14928
14932
|
tags: string[];
|
14929
14933
|
};
|
@@ -14944,6 +14948,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14944
14948
|
tags: string[];
|
14945
14949
|
icon: string;
|
14946
14950
|
} | null | undefined;
|
14951
|
+
depositUrl?: string | undefined;
|
14947
14952
|
aprRecord?: {
|
14948
14953
|
timestamp: string | bigint;
|
14949
14954
|
cumulated: number;
|
@@ -14955,7 +14960,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14955
14960
|
aprRecordId: string;
|
14956
14961
|
}[];
|
14957
14962
|
} | undefined;
|
14958
|
-
depositUrl?: string | undefined;
|
14959
14963
|
tvlRecord?: {
|
14960
14964
|
total: number;
|
14961
14965
|
timestamp: string | bigint;
|
@@ -15047,6 +15051,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
15047
15051
|
tags: string[];
|
15048
15052
|
icon: string;
|
15049
15053
|
} | null | undefined;
|
15054
|
+
depositUrl?: string | undefined;
|
15050
15055
|
aprRecord?: {
|
15051
15056
|
timestamp: string | bigint;
|
15052
15057
|
cumulated: number;
|
@@ -15058,7 +15063,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
15058
15063
|
aprRecordId: string;
|
15059
15064
|
}[];
|
15060
15065
|
} | undefined;
|
15061
|
-
depositUrl?: string | undefined;
|
15062
15066
|
tvlRecord?: {
|
15063
15067
|
total: number;
|
15064
15068
|
timestamp: string | bigint;
|
@@ -15393,11 +15397,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
15393
15397
|
startTimestamp?: string | undefined;
|
15394
15398
|
endTimestamp?: string | undefined;
|
15395
15399
|
tokenAddress?: string | undefined;
|
15396
|
-
mainParameter?: string | undefined;
|
15397
15400
|
campaignId?: string | undefined;
|
15398
15401
|
opportunityId?: string | undefined;
|
15399
15402
|
creatorAddress?: string | undefined;
|
15400
15403
|
creatorId?: string | undefined;
|
15404
|
+
mainParameter?: string | undefined;
|
15401
15405
|
test?: boolean | undefined;
|
15402
15406
|
creatorTag?: string | undefined;
|
15403
15407
|
tokenSymbol?: string | undefined;
|
@@ -15413,6 +15417,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
15413
15417
|
tags: string[];
|
15414
15418
|
icon: string;
|
15415
15419
|
} | null | undefined;
|
15420
|
+
depositUrl?: string | undefined;
|
15416
15421
|
aprRecord?: {
|
15417
15422
|
timestamp: string | bigint;
|
15418
15423
|
cumulated: number;
|
@@ -15424,7 +15429,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
15424
15429
|
aprRecordId: string;
|
15425
15430
|
}[];
|
15426
15431
|
} | undefined;
|
15427
|
-
depositUrl?: string | undefined;
|
15428
15432
|
tvlRecord?: {
|
15429
15433
|
total: number;
|
15430
15434
|
timestamp: string | bigint;
|
@@ -15739,11 +15743,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
15739
15743
|
startTimestamp?: string | undefined;
|
15740
15744
|
endTimestamp?: string | undefined;
|
15741
15745
|
tokenAddress?: string | undefined;
|
15742
|
-
mainParameter?: string | undefined;
|
15743
15746
|
campaignId?: string | undefined;
|
15744
15747
|
opportunityId?: string | undefined;
|
15745
15748
|
creatorAddress?: string | undefined;
|
15746
15749
|
creatorId?: string | undefined;
|
15750
|
+
mainParameter?: string | undefined;
|
15747
15751
|
test?: boolean | undefined;
|
15748
15752
|
creatorTag?: string | undefined;
|
15749
15753
|
tokenSymbol?: string | undefined;
|
@@ -15815,11 +15819,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
15815
15819
|
startTimestamp?: string | undefined;
|
15816
15820
|
endTimestamp?: string | undefined;
|
15817
15821
|
tokenAddress?: string | undefined;
|
15818
|
-
mainParameter?: string | undefined;
|
15819
15822
|
campaignId?: string | undefined;
|
15820
15823
|
opportunityId?: string | undefined;
|
15821
15824
|
creatorAddress?: string | undefined;
|
15822
15825
|
creatorId?: string | undefined;
|
15826
|
+
mainParameter?: string | undefined;
|
15823
15827
|
test?: boolean | undefined;
|
15824
15828
|
creatorTag?: string | undefined;
|
15825
15829
|
tokenSymbol?: string | undefined;
|
@@ -15840,10 +15844,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
15840
15844
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
15841
15845
|
200: {
|
15842
15846
|
endTimestamp: bigint;
|
15847
|
+
campaignId: string;
|
15843
15848
|
CampaignStatus: {
|
15844
15849
|
computedUntil: bigint;
|
15845
15850
|
}[];
|
15846
|
-
campaignId: string;
|
15847
15851
|
}[];
|
15848
15852
|
}>>;
|
15849
15853
|
};
|
@@ -16111,6 +16115,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16111
16115
|
headers?: Record<string, unknown> | undefined;
|
16112
16116
|
query: {
|
16113
16117
|
tokenAddress?: string | undefined;
|
16118
|
+
verified?: boolean | undefined;
|
16114
16119
|
additionalTokenAddresses?: string[] | undefined;
|
16115
16120
|
chainId: number;
|
16116
16121
|
userAddress: string;
|
@@ -16384,10 +16389,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16384
16389
|
index: {
|
16385
16390
|
post: (body: {
|
16386
16391
|
pending: string;
|
16387
|
-
recipient: string;
|
16388
16392
|
distributionChainId: number;
|
16389
16393
|
amount: string;
|
16390
16394
|
root: string;
|
16395
|
+
recipient: string;
|
16391
16396
|
claimed: string;
|
16392
16397
|
proofs: string[];
|
16393
16398
|
rewardToken: string;
|
@@ -16413,8 +16418,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16413
16418
|
protocolId?: string | undefined;
|
16414
16419
|
reason: string;
|
16415
16420
|
pending: string;
|
16416
|
-
recipient: string;
|
16417
16421
|
amount: string;
|
16422
|
+
recipient: string;
|
16418
16423
|
claimed: string;
|
16419
16424
|
}[];
|
16420
16425
|
}[], options: {
|
@@ -16433,8 +16438,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16433
16438
|
post: (body: {
|
16434
16439
|
token: string;
|
16435
16440
|
chainId: number;
|
16436
|
-
recipient: string;
|
16437
16441
|
root: string;
|
16442
|
+
recipient: string;
|
16438
16443
|
}[], options: {
|
16439
16444
|
headers: {
|
16440
16445
|
authorization: string;
|
@@ -16856,12 +16861,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16856
16861
|
claimed: bigint;
|
16857
16862
|
amount: bigint;
|
16858
16863
|
pending: bigint;
|
16859
|
-
recipient: string;
|
16860
16864
|
root: string;
|
16865
|
+
recipient: string;
|
16861
16866
|
proofs: string[];
|
16862
16867
|
}, "breakdowns"> & {
|
16863
16868
|
breakdowns: {
|
16864
|
-
opportunity: import("../modules/v4").Opportunity["model"];
|
16869
|
+
opportunity: import("../modules/v4/opportunity").Opportunity["model"];
|
16865
16870
|
claimed: bigint;
|
16866
16871
|
amount: bigint;
|
16867
16872
|
pending: bigint;
|
@@ -16958,8 +16963,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16958
16963
|
claimed: bigint;
|
16959
16964
|
amount: bigint;
|
16960
16965
|
pending: bigint;
|
16961
|
-
recipient: string;
|
16962
16966
|
root: string;
|
16967
|
+
recipient: string;
|
16963
16968
|
proofs: string[];
|
16964
16969
|
}, "breakdowns"> & {
|
16965
16970
|
breakdowns: {
|
@@ -17188,13 +17193,13 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17188
17193
|
id: string;
|
17189
17194
|
timestamp: number;
|
17190
17195
|
chainId: number;
|
17196
|
+
datetime: Date;
|
17197
|
+
recipient: string;
|
17191
17198
|
fromTokenId: string;
|
17192
17199
|
toTokenId: string;
|
17193
17200
|
multisig: string;
|
17194
|
-
recipient: string;
|
17195
17201
|
amountIn: string;
|
17196
17202
|
amountOut: string;
|
17197
|
-
datetime: Date;
|
17198
17203
|
}[];
|
17199
17204
|
}>>;
|
17200
17205
|
};
|
@@ -17348,13 +17353,13 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17348
17353
|
chainId?: number | undefined;
|
17349
17354
|
startTimestamp?: string | undefined;
|
17350
17355
|
endTimestamp?: string | undefined;
|
17351
|
-
campaignStatus?: {} | undefined;
|
17352
17356
|
distributionChainId?: number | undefined;
|
17353
17357
|
campaignId?: string | undefined;
|
17354
17358
|
rewardTokenId?: string | undefined;
|
17355
17359
|
amount?: string | undefined;
|
17356
17360
|
opportunityId?: string | undefined;
|
17357
17361
|
creatorAddress?: string | undefined;
|
17362
|
+
campaignStatus?: {} | undefined;
|
17358
17363
|
rewardToken?: {} | undefined;
|
17359
17364
|
rewardTokenAddress?: string | undefined;
|
17360
17365
|
distributionChain?: {} | undefined;
|
@@ -17386,11 +17391,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17386
17391
|
startTimestamp?: string | undefined;
|
17387
17392
|
endTimestamp?: string | undefined;
|
17388
17393
|
tokenAddress?: string | undefined;
|
17389
|
-
mainParameter?: string | undefined;
|
17390
17394
|
campaignId?: string | undefined;
|
17391
17395
|
opportunityId?: string | undefined;
|
17392
17396
|
creatorAddress?: string | undefined;
|
17393
17397
|
creatorId?: string | undefined;
|
17398
|
+
mainParameter?: string | undefined;
|
17394
17399
|
test?: boolean | undefined;
|
17395
17400
|
creatorTag?: string | undefined;
|
17396
17401
|
tokenSymbol?: string | undefined;
|
@@ -17502,18 +17507,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17502
17507
|
computedUntil: bigint;
|
17503
17508
|
startTimestamp: bigint;
|
17504
17509
|
endTimestamp: bigint;
|
17505
|
-
CampaignStatus: {
|
17506
|
-
error: string;
|
17507
|
-
details: import("database/api/.generated/runtime/library").JsonValue;
|
17508
|
-
status: import("../../database/api/.generated").$Enums.RunStatus;
|
17509
|
-
campaignId: string;
|
17510
|
-
computedUntil: bigint;
|
17511
|
-
processingStarted: bigint;
|
17512
|
-
}[];
|
17513
|
-
Opportunity: {
|
17514
|
-
name: string;
|
17515
|
-
id: string;
|
17516
|
-
};
|
17517
17510
|
computeChainId: number;
|
17518
17511
|
distributionChainId: number;
|
17519
17512
|
campaignId: string;
|
@@ -17522,6 +17515,18 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17522
17515
|
address: string;
|
17523
17516
|
isTest: boolean;
|
17524
17517
|
};
|
17518
|
+
Opportunity: {
|
17519
|
+
name: string;
|
17520
|
+
id: string;
|
17521
|
+
};
|
17522
|
+
CampaignStatus: {
|
17523
|
+
error: string;
|
17524
|
+
details: import("database/api/.generated/runtime/library").JsonValue;
|
17525
|
+
status: import("../../database/api/.generated").$Enums.RunStatus;
|
17526
|
+
campaignId: string;
|
17527
|
+
computedUntil: bigint;
|
17528
|
+
processingStarted: bigint;
|
17529
|
+
}[];
|
17525
17530
|
}[];
|
17526
17531
|
}>>;
|
17527
17532
|
};
|
@@ -17560,7 +17565,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17560
17565
|
};
|
17561
17566
|
fetch?: RequestInit | undefined;
|
17562
17567
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
17563
|
-
200: import("../modules/v4/liquidity").PositionT[];
|
17568
|
+
200: import("../modules/v4/liquidity/liquidity.model").PositionT[];
|
17564
17569
|
}>>;
|
17565
17570
|
};
|
17566
17571
|
};
|
@@ -17575,7 +17580,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17575
17580
|
fetch?: RequestInit | undefined;
|
17576
17581
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
17577
17582
|
200: (import("../modules/v4/claims").ClaimModel & {
|
17578
|
-
token?: import("../modules/v4").Token["model"];
|
17583
|
+
token?: import("../modules/v4/token").Token["model"];
|
17579
17584
|
})[];
|
17580
17585
|
}>>;
|
17581
17586
|
}) & {};
|
@@ -17913,8 +17918,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17913
17918
|
post: (body: {
|
17914
17919
|
reason: string;
|
17915
17920
|
value: number;
|
17916
|
-
address: string;
|
17917
17921
|
campaignId: string;
|
17922
|
+
address: string;
|
17918
17923
|
field: string;
|
17919
17924
|
}[], options: {
|
17920
17925
|
headers: {
|
@@ -18291,9 +18296,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
18291
18296
|
type?: undefined;
|
18292
18297
|
tag?: string | undefined;
|
18293
18298
|
chainId?: undefined;
|
18294
|
-
mainParameter?: string | undefined;
|
18295
18299
|
action?: undefined;
|
18296
18300
|
campaigns?: boolean | undefined;
|
18301
|
+
mainParameter?: string | undefined;
|
18297
18302
|
testTokens?: boolean | undefined;
|
18298
18303
|
};
|
18299
18304
|
fetch?: RequestInit | undefined;
|
@@ -18447,8 +18452,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
18447
18452
|
pending?: string | undefined;
|
18448
18453
|
symbol: string;
|
18449
18454
|
token: string;
|
18450
|
-
mainParameter: string;
|
18451
18455
|
decimals: number;
|
18456
|
+
mainParameter: string;
|
18452
18457
|
unclaimed: string;
|
18453
18458
|
accumulated: string;
|
18454
18459
|
};
|
@@ -18473,8 +18478,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
18473
18478
|
headers?: Record<string, unknown> | undefined;
|
18474
18479
|
query: {
|
18475
18480
|
from?: number | undefined;
|
18476
|
-
to?: number | undefined;
|
18477
18481
|
mainParameter?: string | undefined;
|
18482
|
+
to?: number | undefined;
|
18478
18483
|
chainId: number;
|
18479
18484
|
campaignId: string;
|
18480
18485
|
};
|
@@ -18552,9 +18557,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
18552
18557
|
get: (options: {
|
18553
18558
|
headers?: Record<string, unknown> | undefined;
|
18554
18559
|
query: {
|
18555
|
-
mainParameter?: string | undefined;
|
18556
18560
|
rewardToken?: string | undefined;
|
18557
18561
|
proof?: string | undefined;
|
18562
|
+
mainParameter?: string | undefined;
|
18558
18563
|
reloadChainId?: number | undefined;
|
18559
18564
|
chainId: never;
|
18560
18565
|
user: string;
|