@merkl/api 1.1.15 → 1.1.16

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.
Files changed (48) hide show
  1. package/dist/src/constants.d.ts +0 -61
  2. package/dist/src/eden/index.d.ts +5130 -773
  3. package/dist/src/engine/deprecated/dynamicData/implementations/default.d.ts +1 -1
  4. package/dist/src/engine/implementations/Aave/metadata.d.ts +1 -1
  5. package/dist/src/engine/implementations/Erc20/subTypes/implementations/ERC4626/metadata.d.ts +31 -0
  6. package/dist/src/engine/implementations/Erc20/subTypes/implementations/ERC4626/tvl.d.ts +6 -0
  7. package/dist/src/engine/implementations/Erc20/subTypes/index.d.ts +2 -1
  8. package/dist/src/engine/tvl/factory.d.ts +1 -1
  9. package/dist/src/index.d.ts +2432 -249
  10. package/dist/src/modules/v4/apr/apr.model.d.ts +8 -0
  11. package/dist/src/modules/v4/campaign/campaign.controller.d.ts +396 -20
  12. package/dist/src/modules/v4/campaign/campaign.convertor.d.ts +2 -1
  13. package/dist/src/modules/v4/campaign/campaign.model.d.ts +15 -17
  14. package/dist/src/modules/v4/campaign/campaign.repository.d.ts +63 -60
  15. package/dist/src/modules/v4/campaign/campaign.service.d.ts +54 -34
  16. package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +1168 -44
  17. package/dist/src/modules/v4/dynamicData/dynamicData.service.d.ts +14 -1
  18. package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +271 -46
  19. package/dist/src/modules/v4/opportunity/opportunity.converter.d.ts +6 -0
  20. package/dist/src/modules/v4/opportunity/opportunity.formatter.d.ts +3 -6
  21. package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +74 -21
  22. package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +21 -34
  23. package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +38 -40
  24. package/dist/src/modules/v4/payload/payload.controller.d.ts +468 -16
  25. package/dist/src/modules/v4/payload/payload.model.d.ts +10 -1
  26. package/dist/src/modules/v4/payload/payload.service.d.ts +379 -12
  27. package/dist/src/modules/v4/programPayload/programPayload.controller.d.ts +17 -3
  28. package/dist/src/modules/v4/programPayload/programPayload.model.d.ts +1 -1
  29. package/dist/src/modules/v4/programPayload/programPayload.repository.d.ts +429 -7
  30. package/dist/src/modules/v4/programPayload/programPayload.service.d.ts +1 -2
  31. package/dist/src/modules/v4/programPayload/subPayloads/hypurrFi.d.ts +11 -3
  32. package/dist/src/modules/v4/reward/reward.controller.d.ts +3 -3
  33. package/dist/src/modules/v4/reward/reward.model.d.ts +18 -4
  34. package/dist/src/modules/v4/reward/reward.repository.d.ts +2 -4
  35. package/dist/src/modules/v4/reward/reward.service.d.ts +13 -26
  36. package/dist/src/modules/v4/router.d.ts +2430 -250
  37. package/dist/src/modules/v4/token/token.controller.d.ts +14 -22
  38. package/dist/src/modules/v4/token/token.model.d.ts +15 -5
  39. package/dist/src/modules/v4/token/token.repository.d.ts +7 -11
  40. package/dist/src/modules/v4/token/token.service.d.ts +348 -0
  41. package/dist/src/modules/v4/transaction/transaction.model.d.ts +17 -0
  42. package/dist/src/modules/v4/user/user.controller.d.ts +2 -4
  43. package/dist/src/routes/v3/opportunity.d.ts +3 -0
  44. package/dist/src/routes/v3/payload.d.ts +1 -1
  45. package/dist/src/routes/v3/router.d.ts +4 -1
  46. package/dist/src/utils/parseDistributionType.d.ts +2 -1
  47. package/dist/tsconfig.tsbuildinfo +1 -1
  48. package/package.json +1 -1
@@ -10,10 +10,6 @@ export declare const SORTEDCDPS_ADDRESS = "0x591AcB5AE192c147948c12651a0a5f24f05
10
10
  export declare const RFX_DATASTORE = "0x895124783008C6c68eFcccac24c482Fdf30439B2";
11
11
  export declare const constantChain: {
12
12
  1: {
13
- apw: string;
14
- convexEndpoint: string;
15
- crv: string;
16
- crv3: string;
17
13
  crvANGLESDANGLE: string;
18
14
  crvEURAEUROC: string;
19
15
  crvEURAEURe: string;
@@ -21,63 +17,6 @@ export declare const constantChain: {
21
17
  crvFRAX: string;
22
18
  crvFRAXEURA: string;
23
19
  crvLUSD3CRV: string;
24
- cvx: string;
25
- dai: string;
26
- frax: string;
27
- fxs: string;
28
- morpho: string;
29
- rKP3R: string;
30
- sdt: string;
31
- stakeEndpoint: string;
32
- sushi: string;
33
- usdc: string;
34
- weth: string;
35
- wstETH: string;
36
- };
37
- 42161: {
38
- arb: string;
39
- chr: string;
40
- convexProxy: string;
41
- crv: string;
42
- crv2Pool: string;
43
- cvx: string;
44
- frax: string;
45
- jeur: string;
46
- ram: string;
47
- sdt: string;
48
- sliz: string;
49
- stakeEndpoint: string;
50
- usdc: string;
51
- };
52
- 10: {
53
- jeur: string;
54
- mai: string;
55
- op: string;
56
- usdc: string;
57
- usdce: string;
58
- velo: string;
59
- veloV2: string;
60
- };
61
- 8453: {
62
- aero: string;
63
- usdc: string;
64
- };
65
- 137: {
66
- am3CRV: string;
67
- amDAI: string;
68
- amUSDC: string;
69
- amUSDT: string;
70
- jeur: string;
71
- jrt: string;
72
- oretro: string;
73
- usdc: string;
74
- };
75
- 43114: {
76
- glcr: string;
77
- usdc: string;
78
- };
79
- 56: {
80
- cake: string;
81
20
  };
82
21
  };
83
22
  export declare const MAVERICK_ZKSYNC_BP_LENS_ADDRESS = "0xd32CE31CaC98CAC0631764B8286358c0606D87F9";