@merkl/api 1.1.13 → 1.1.15

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 +61 -0
  2. package/dist/src/eden/index.d.ts +895 -5238
  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/index.d.ts +1 -2
  6. package/dist/src/engine/tvl/factory.d.ts +1 -1
  7. package/dist/src/index.d.ts +192 -2368
  8. package/dist/src/modules/v4/apr/apr.model.d.ts +0 -8
  9. package/dist/src/modules/v4/campaign/campaign.controller.d.ts +20 -396
  10. package/dist/src/modules/v4/campaign/campaign.convertor.d.ts +1 -2
  11. package/dist/src/modules/v4/campaign/campaign.model.d.ts +17 -15
  12. package/dist/src/modules/v4/campaign/campaign.repository.d.ts +60 -63
  13. package/dist/src/modules/v4/campaign/campaign.service.d.ts +34 -54
  14. package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +44 -1168
  15. package/dist/src/modules/v4/dynamicData/dynamicData.service.d.ts +1 -14
  16. package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +46 -264
  17. package/dist/src/modules/v4/opportunity/opportunity.converter.d.ts +0 -6
  18. package/dist/src/modules/v4/opportunity/opportunity.formatter.d.ts +6 -3
  19. package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +21 -73
  20. package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +34 -21
  21. package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +40 -38
  22. package/dist/src/modules/v4/payload/payload.controller.d.ts +16 -468
  23. package/dist/src/modules/v4/payload/payload.model.d.ts +1 -10
  24. package/dist/src/modules/v4/payload/payload.service.d.ts +12 -379
  25. package/dist/src/modules/v4/programPayload/programPayload.controller.d.ts +3 -17
  26. package/dist/src/modules/v4/programPayload/programPayload.model.d.ts +1 -1
  27. package/dist/src/modules/v4/programPayload/programPayload.repository.d.ts +7 -429
  28. package/dist/src/modules/v4/programPayload/programPayload.service.d.ts +2 -1
  29. package/dist/src/modules/v4/programPayload/subPayloads/hypurrFi.d.ts +3 -11
  30. package/dist/src/modules/v4/reward/reward.controller.d.ts +3 -3
  31. package/dist/src/modules/v4/reward/reward.model.d.ts +4 -18
  32. package/dist/src/modules/v4/reward/reward.repository.d.ts +4 -2
  33. package/dist/src/modules/v4/reward/reward.service.d.ts +26 -13
  34. package/dist/src/modules/v4/router.d.ts +191 -2364
  35. package/dist/src/modules/v4/token/token.controller.d.ts +22 -14
  36. package/dist/src/modules/v4/token/token.model.d.ts +5 -15
  37. package/dist/src/modules/v4/token/token.repository.d.ts +11 -7
  38. package/dist/src/modules/v4/user/user.controller.d.ts +4 -2
  39. package/dist/src/routes/v3/opportunity.d.ts +0 -3
  40. package/dist/src/routes/v3/payload.d.ts +1 -1
  41. package/dist/src/routes/v3/router.d.ts +1 -4
  42. package/dist/src/utils/parseDistributionType.d.ts +1 -2
  43. package/dist/tsconfig.tsbuildinfo +1 -1
  44. package/package.json +1 -1
  45. package/dist/src/engine/implementations/Erc20/subTypes/implementations/ERC4626/metadata.d.ts +0 -31
  46. package/dist/src/engine/implementations/Erc20/subTypes/implementations/ERC4626/tvl.d.ts +0 -6
  47. package/dist/src/modules/v4/token/token.service.d.ts +0 -348
  48. package/dist/src/modules/v4/transaction/transaction.model.d.ts +0 -17
@@ -10,6 +10,10 @@ 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;
13
17
  crvANGLESDANGLE: string;
14
18
  crvEURAEUROC: string;
15
19
  crvEURAEURe: string;
@@ -17,6 +21,63 @@ export declare const constantChain: {
17
21
  crvFRAX: string;
18
22
  crvFRAXEURA: string;
19
23
  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;
20
81
  };
21
82
  };
22
83
  export declare const MAVERICK_ZKSYNC_BP_LENS_ADDRESS = "0xd32CE31CaC98CAC0631764B8286358c0606D87F9";