@merkl/api 1.6.89 → 1.6.93
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/engine/deprecated/dynamicData/implementations/Erc20.d.ts +1 -1
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/ownerFinder.js.map +1 -1
- package/dist/src/engine/implementations/Aave/metadata.js.map +1 -1
- package/dist/src/engine/implementations/AaveNetBorrowing/metadata.js.map +1 -1
- package/dist/src/engine/implementations/AaveNetLending/metadata.js.map +1 -1
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/blade/metadata.js.map +1 -1
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/bunni/metadata.js.map +1 -1
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/charm/metadata.js.map +1 -1
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/curve/metadata.js.map +1 -1
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/elyx/metadata.js.map +1 -1
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/gamma/metadata.js.map +1 -1
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/rooster/metadata.js.map +1 -1
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/spectra/metadata.js.map +1 -1
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/stableswap/metadata.js.map +1 -1
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/steer/metadata.js.map +1 -1
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/hybrav2/metadata.js.map +1 -1
- package/dist/src/engine/implementations/StabullStaking/metadata.d.ts +32 -0
- package/dist/src/engine/implementations/StabullStaking/metadata.js.map +1 -0
- package/dist/src/engine/implementations/StabullStaking/tvl.d.ts +8 -0
- package/dist/src/engine/implementations/StabullStaking/tvl.js.map +1 -0
- package/dist/src/engine/implementations/clamm/metadata.abstract.d.ts +2 -2
- package/dist/src/engine/implementations/clamm/metadata.abstract.js.map +1 -1
- package/dist/src/engine/implementations/deprecated_clamm/metadata.d.ts +1 -1
- package/dist/src/engine/implementations/deprecated_clamm/metadata.js.map +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/eulerEarn.d.ts +5 -0
- package/dist/src/engine/nativeAPR/implementations/eulerEarn.js.map +1 -0
- package/dist/src/engine/tvl/factory.js.map +1 -1
- package/dist/src/modules/v4/node/node.service.js.map +1 -1
- package/dist/src/modules/v4/programPayload/programPayload.repository.d.ts +25 -1
- package/dist/src/modules/v4/programPayload/programPayload.repository.js.map +1 -1
- package/dist/src/modules/v4/programPayload/subPayloads/aave.d.ts +44 -0
- package/dist/src/modules/v4/programPayload/subPayloads/aave.js.map +1 -1
- package/dist/src/modules/v4/programPayload/subPayloads/drip.d.ts +15 -15
- package/dist/src/modules/v4/programPayload/subPayloads/drip.js.map +1 -1
- package/dist/src/modules/v4/programPayload/subPayloads/ethena.d.ts +32 -32
- package/dist/src/utils/getAPR.d.ts +1414 -1414
- package/dist/src/utils/parseDistributionType.d.ts +6 -6
- package/package.json +1 -1
|
@@ -48,9 +48,9 @@ export declare const EthenaPayloads: {
|
|
|
48
48
|
borrowBytesLike?: undefined;
|
|
49
49
|
computeChainId?: undefined;
|
|
50
50
|
} | {
|
|
51
|
-
chainId?: undefined;
|
|
52
51
|
healthFactorThreshold?: undefined;
|
|
53
52
|
targetBytesLike?: undefined;
|
|
53
|
+
chainId?: undefined;
|
|
54
54
|
hookType: HookType;
|
|
55
55
|
protocol: BorrowBLProtocols;
|
|
56
56
|
borrowBytesLike: string[];
|
|
@@ -95,9 +95,9 @@ export declare const EthenaPayloads: {
|
|
|
95
95
|
borrowBytesLike?: undefined;
|
|
96
96
|
computeChainId?: undefined;
|
|
97
97
|
} | {
|
|
98
|
-
chainId?: undefined;
|
|
99
98
|
healthFactorThreshold?: undefined;
|
|
100
99
|
targetBytesLike?: undefined;
|
|
100
|
+
chainId?: undefined;
|
|
101
101
|
hookType: HookType;
|
|
102
102
|
protocol: BorrowBLProtocols;
|
|
103
103
|
borrowBytesLike: string[];
|
|
@@ -142,9 +142,9 @@ export declare const EthenaPayloads: {
|
|
|
142
142
|
borrowBytesLike?: undefined;
|
|
143
143
|
computeChainId?: undefined;
|
|
144
144
|
} | {
|
|
145
|
-
chainId?: undefined;
|
|
146
145
|
healthFactorThreshold?: undefined;
|
|
147
146
|
targetBytesLike?: undefined;
|
|
147
|
+
chainId?: undefined;
|
|
148
148
|
hookType: HookType;
|
|
149
149
|
protocol: BorrowBLProtocols;
|
|
150
150
|
borrowBytesLike: string[];
|
|
@@ -189,9 +189,9 @@ export declare const EthenaPayloads: {
|
|
|
189
189
|
borrowBytesLike?: undefined;
|
|
190
190
|
computeChainId?: undefined;
|
|
191
191
|
} | {
|
|
192
|
-
chainId?: undefined;
|
|
193
192
|
healthFactorThreshold?: undefined;
|
|
194
193
|
targetBytesLike?: undefined;
|
|
194
|
+
chainId?: undefined;
|
|
195
195
|
hookType: HookType;
|
|
196
196
|
protocol: BorrowBLProtocols;
|
|
197
197
|
borrowBytesLike: string[];
|
|
@@ -236,9 +236,9 @@ export declare const EthenaPayloads: {
|
|
|
236
236
|
borrowBytesLike?: undefined;
|
|
237
237
|
computeChainId?: undefined;
|
|
238
238
|
} | {
|
|
239
|
-
chainId?: undefined;
|
|
240
239
|
healthFactorThreshold?: undefined;
|
|
241
240
|
targetBytesLike?: undefined;
|
|
241
|
+
chainId?: undefined;
|
|
242
242
|
hookType: HookType;
|
|
243
243
|
protocol: BorrowBLProtocols;
|
|
244
244
|
borrowBytesLike: string[];
|
|
@@ -283,9 +283,9 @@ export declare const EthenaPayloads: {
|
|
|
283
283
|
borrowBytesLike?: undefined;
|
|
284
284
|
computeChainId?: undefined;
|
|
285
285
|
} | {
|
|
286
|
-
chainId?: undefined;
|
|
287
286
|
healthFactorThreshold?: undefined;
|
|
288
287
|
targetBytesLike?: undefined;
|
|
288
|
+
chainId?: undefined;
|
|
289
289
|
hookType: HookType;
|
|
290
290
|
protocol: BorrowBLProtocols;
|
|
291
291
|
borrowBytesLike: string[];
|
|
@@ -330,9 +330,9 @@ export declare const EthenaPayloads: {
|
|
|
330
330
|
borrowBytesLike?: undefined;
|
|
331
331
|
computeChainId?: undefined;
|
|
332
332
|
} | {
|
|
333
|
-
chainId?: undefined;
|
|
334
333
|
healthFactorThreshold?: undefined;
|
|
335
334
|
targetBytesLike?: undefined;
|
|
335
|
+
chainId?: undefined;
|
|
336
336
|
hookType: HookType;
|
|
337
337
|
protocol: BorrowBLProtocols;
|
|
338
338
|
borrowBytesLike: string[];
|
|
@@ -377,9 +377,9 @@ export declare const EthenaPayloads: {
|
|
|
377
377
|
borrowBytesLike?: undefined;
|
|
378
378
|
computeChainId?: undefined;
|
|
379
379
|
} | {
|
|
380
|
-
chainId?: undefined;
|
|
381
380
|
healthFactorThreshold?: undefined;
|
|
382
381
|
targetBytesLike?: undefined;
|
|
382
|
+
chainId?: undefined;
|
|
383
383
|
hookType: HookType;
|
|
384
384
|
protocol: BorrowBLProtocols;
|
|
385
385
|
borrowBytesLike: string[];
|
|
@@ -424,9 +424,9 @@ export declare const EthenaPayloads: {
|
|
|
424
424
|
borrowBytesLike?: undefined;
|
|
425
425
|
computeChainId?: undefined;
|
|
426
426
|
} | {
|
|
427
|
-
chainId?: undefined;
|
|
428
427
|
healthFactorThreshold?: undefined;
|
|
429
428
|
targetBytesLike?: undefined;
|
|
429
|
+
chainId?: undefined;
|
|
430
430
|
hookType: HookType;
|
|
431
431
|
protocol: BorrowBLProtocols;
|
|
432
432
|
borrowBytesLike: string[];
|
|
@@ -471,9 +471,9 @@ export declare const EthenaPayloads: {
|
|
|
471
471
|
borrowBytesLike?: undefined;
|
|
472
472
|
computeChainId?: undefined;
|
|
473
473
|
} | {
|
|
474
|
-
chainId?: undefined;
|
|
475
474
|
healthFactorThreshold?: undefined;
|
|
476
475
|
targetBytesLike?: undefined;
|
|
476
|
+
chainId?: undefined;
|
|
477
477
|
hookType: HookType;
|
|
478
478
|
protocol: BorrowBLProtocols;
|
|
479
479
|
borrowBytesLike: string[];
|
|
@@ -518,9 +518,9 @@ export declare const EthenaPayloads: {
|
|
|
518
518
|
borrowBytesLike?: undefined;
|
|
519
519
|
computeChainId?: undefined;
|
|
520
520
|
} | {
|
|
521
|
-
chainId?: undefined;
|
|
522
521
|
healthFactorThreshold?: undefined;
|
|
523
522
|
targetBytesLike?: undefined;
|
|
523
|
+
chainId?: undefined;
|
|
524
524
|
hookType: HookType;
|
|
525
525
|
protocol: BorrowBLProtocols;
|
|
526
526
|
borrowBytesLike: string[];
|
|
@@ -565,9 +565,9 @@ export declare const EthenaPayloads: {
|
|
|
565
565
|
borrowBytesLike?: undefined;
|
|
566
566
|
computeChainId?: undefined;
|
|
567
567
|
} | {
|
|
568
|
-
chainId?: undefined;
|
|
569
568
|
healthFactorThreshold?: undefined;
|
|
570
569
|
targetBytesLike?: undefined;
|
|
570
|
+
chainId?: undefined;
|
|
571
571
|
hookType: HookType;
|
|
572
572
|
protocol: BorrowBLProtocols;
|
|
573
573
|
borrowBytesLike: string[];
|
|
@@ -612,9 +612,9 @@ export declare const EthenaPayloads: {
|
|
|
612
612
|
borrowBytesLike?: undefined;
|
|
613
613
|
computeChainId?: undefined;
|
|
614
614
|
} | {
|
|
615
|
-
chainId?: undefined;
|
|
616
615
|
healthFactorThreshold?: undefined;
|
|
617
616
|
targetBytesLike?: undefined;
|
|
617
|
+
chainId?: undefined;
|
|
618
618
|
hookType: HookType;
|
|
619
619
|
protocol: BorrowBLProtocols;
|
|
620
620
|
borrowBytesLike: string[];
|
|
@@ -659,9 +659,9 @@ export declare const EthenaPayloads: {
|
|
|
659
659
|
borrowBytesLike?: undefined;
|
|
660
660
|
computeChainId?: undefined;
|
|
661
661
|
} | {
|
|
662
|
-
chainId?: undefined;
|
|
663
662
|
healthFactorThreshold?: undefined;
|
|
664
663
|
targetBytesLike?: undefined;
|
|
664
|
+
chainId?: undefined;
|
|
665
665
|
hookType: HookType;
|
|
666
666
|
protocol: BorrowBLProtocols;
|
|
667
667
|
borrowBytesLike: string[];
|
|
@@ -706,9 +706,9 @@ export declare const EthenaPayloads: {
|
|
|
706
706
|
borrowBytesLike?: undefined;
|
|
707
707
|
computeChainId?: undefined;
|
|
708
708
|
} | {
|
|
709
|
-
chainId?: undefined;
|
|
710
709
|
healthFactorThreshold?: undefined;
|
|
711
710
|
targetBytesLike?: undefined;
|
|
711
|
+
chainId?: undefined;
|
|
712
712
|
hookType: HookType;
|
|
713
713
|
protocol: BorrowBLProtocols;
|
|
714
714
|
borrowBytesLike: string[];
|
|
@@ -753,9 +753,9 @@ export declare const EthenaPayloads: {
|
|
|
753
753
|
borrowBytesLike?: undefined;
|
|
754
754
|
computeChainId?: undefined;
|
|
755
755
|
} | {
|
|
756
|
-
chainId?: undefined;
|
|
757
756
|
healthFactorThreshold?: undefined;
|
|
758
757
|
targetBytesLike?: undefined;
|
|
758
|
+
chainId?: undefined;
|
|
759
759
|
hookType: HookType;
|
|
760
760
|
protocol: BorrowBLProtocols;
|
|
761
761
|
borrowBytesLike: string[];
|
|
@@ -800,9 +800,9 @@ export declare const EthenaPayloads: {
|
|
|
800
800
|
targetBytesLike: string;
|
|
801
801
|
chainId: ChainId;
|
|
802
802
|
} | {
|
|
803
|
-
chainId?: undefined;
|
|
804
803
|
healthFactorThreshold?: undefined;
|
|
805
804
|
targetBytesLike?: undefined;
|
|
805
|
+
chainId?: undefined;
|
|
806
806
|
hookType: HookType;
|
|
807
807
|
protocol: BorrowBLProtocols;
|
|
808
808
|
borrowBytesLike: string[];
|
|
@@ -847,9 +847,9 @@ export declare const EthenaPayloads: {
|
|
|
847
847
|
targetBytesLike: string;
|
|
848
848
|
chainId: ChainId;
|
|
849
849
|
} | {
|
|
850
|
-
chainId?: undefined;
|
|
851
850
|
healthFactorThreshold?: undefined;
|
|
852
851
|
targetBytesLike?: undefined;
|
|
852
|
+
chainId?: undefined;
|
|
853
853
|
hookType: HookType;
|
|
854
854
|
protocol: BorrowBLProtocols;
|
|
855
855
|
borrowBytesLike: string[];
|
|
@@ -894,9 +894,9 @@ export declare const EthenaPayloads: {
|
|
|
894
894
|
targetBytesLike: string;
|
|
895
895
|
chainId: ChainId;
|
|
896
896
|
} | {
|
|
897
|
-
chainId?: undefined;
|
|
898
897
|
healthFactorThreshold?: undefined;
|
|
899
898
|
targetBytesLike?: undefined;
|
|
899
|
+
chainId?: undefined;
|
|
900
900
|
hookType: HookType;
|
|
901
901
|
protocol: BorrowBLProtocols;
|
|
902
902
|
borrowBytesLike: string[];
|
|
@@ -941,9 +941,9 @@ export declare const EthenaPayloads: {
|
|
|
941
941
|
targetBytesLike: string;
|
|
942
942
|
chainId: ChainId;
|
|
943
943
|
} | {
|
|
944
|
-
chainId?: undefined;
|
|
945
944
|
healthFactorThreshold?: undefined;
|
|
946
945
|
targetBytesLike?: undefined;
|
|
946
|
+
chainId?: undefined;
|
|
947
947
|
hookType: HookType;
|
|
948
948
|
protocol: BorrowBLProtocols;
|
|
949
949
|
borrowBytesLike: string[];
|
|
@@ -988,9 +988,9 @@ export declare const EthenaPayloads: {
|
|
|
988
988
|
targetBytesLike: string;
|
|
989
989
|
chainId: ChainId;
|
|
990
990
|
} | {
|
|
991
|
-
chainId?: undefined;
|
|
992
991
|
healthFactorThreshold?: undefined;
|
|
993
992
|
targetBytesLike?: undefined;
|
|
993
|
+
chainId?: undefined;
|
|
994
994
|
hookType: HookType;
|
|
995
995
|
protocol: BorrowBLProtocols;
|
|
996
996
|
borrowBytesLike: string[];
|
|
@@ -1035,9 +1035,9 @@ export declare const EthenaPayloads: {
|
|
|
1035
1035
|
targetBytesLike: string;
|
|
1036
1036
|
chainId: ChainId;
|
|
1037
1037
|
} | {
|
|
1038
|
-
chainId?: undefined;
|
|
1039
1038
|
healthFactorThreshold?: undefined;
|
|
1040
1039
|
targetBytesLike?: undefined;
|
|
1040
|
+
chainId?: undefined;
|
|
1041
1041
|
hookType: HookType;
|
|
1042
1042
|
protocol: BorrowBLProtocols;
|
|
1043
1043
|
borrowBytesLike: string[];
|
|
@@ -1082,9 +1082,9 @@ export declare const EthenaPayloads: {
|
|
|
1082
1082
|
targetBytesLike: string;
|
|
1083
1083
|
chainId: ChainId;
|
|
1084
1084
|
} | {
|
|
1085
|
-
chainId?: undefined;
|
|
1086
1085
|
healthFactorThreshold?: undefined;
|
|
1087
1086
|
targetBytesLike?: undefined;
|
|
1087
|
+
chainId?: undefined;
|
|
1088
1088
|
hookType: HookType;
|
|
1089
1089
|
protocol: BorrowBLProtocols;
|
|
1090
1090
|
borrowBytesLike: string[];
|
|
@@ -1129,9 +1129,9 @@ export declare const EthenaPayloads: {
|
|
|
1129
1129
|
targetBytesLike: string;
|
|
1130
1130
|
chainId: ChainId;
|
|
1131
1131
|
} | {
|
|
1132
|
-
chainId?: undefined;
|
|
1133
1132
|
healthFactorThreshold?: undefined;
|
|
1134
1133
|
targetBytesLike?: undefined;
|
|
1134
|
+
chainId?: undefined;
|
|
1135
1135
|
hookType: HookType;
|
|
1136
1136
|
protocol: BorrowBLProtocols;
|
|
1137
1137
|
borrowBytesLike: string[];
|
|
@@ -1176,9 +1176,9 @@ export declare const EthenaPayloads: {
|
|
|
1176
1176
|
targetBytesLike: string;
|
|
1177
1177
|
chainId: ChainId;
|
|
1178
1178
|
} | {
|
|
1179
|
-
chainId?: undefined;
|
|
1180
1179
|
healthFactorThreshold?: undefined;
|
|
1181
1180
|
targetBytesLike?: undefined;
|
|
1181
|
+
chainId?: undefined;
|
|
1182
1182
|
hookType: HookType;
|
|
1183
1183
|
protocol: BorrowBLProtocols;
|
|
1184
1184
|
borrowBytesLike: string[];
|
|
@@ -1223,9 +1223,9 @@ export declare const EthenaPayloads: {
|
|
|
1223
1223
|
targetBytesLike: string;
|
|
1224
1224
|
chainId: ChainId;
|
|
1225
1225
|
} | {
|
|
1226
|
-
chainId?: undefined;
|
|
1227
1226
|
healthFactorThreshold?: undefined;
|
|
1228
1227
|
targetBytesLike?: undefined;
|
|
1228
|
+
chainId?: undefined;
|
|
1229
1229
|
hookType: HookType;
|
|
1230
1230
|
protocol: BorrowBLProtocols;
|
|
1231
1231
|
borrowBytesLike: string[];
|
|
@@ -1270,9 +1270,9 @@ export declare const EthenaPayloads: {
|
|
|
1270
1270
|
targetBytesLike: string;
|
|
1271
1271
|
chainId: ChainId;
|
|
1272
1272
|
} | {
|
|
1273
|
-
chainId?: undefined;
|
|
1274
1273
|
healthFactorThreshold?: undefined;
|
|
1275
1274
|
targetBytesLike?: undefined;
|
|
1275
|
+
chainId?: undefined;
|
|
1276
1276
|
hookType: HookType;
|
|
1277
1277
|
protocol: BorrowBLProtocols;
|
|
1278
1278
|
borrowBytesLike: string[];
|
|
@@ -1317,9 +1317,9 @@ export declare const EthenaPayloads: {
|
|
|
1317
1317
|
targetBytesLike: string;
|
|
1318
1318
|
chainId: ChainId;
|
|
1319
1319
|
} | {
|
|
1320
|
-
chainId?: undefined;
|
|
1321
1320
|
healthFactorThreshold?: undefined;
|
|
1322
1321
|
targetBytesLike?: undefined;
|
|
1322
|
+
chainId?: undefined;
|
|
1323
1323
|
hookType: HookType;
|
|
1324
1324
|
protocol: BorrowBLProtocols;
|
|
1325
1325
|
borrowBytesLike: string[];
|
|
@@ -1364,9 +1364,9 @@ export declare const EthenaPayloads: {
|
|
|
1364
1364
|
targetBytesLike: string;
|
|
1365
1365
|
chainId: ChainId;
|
|
1366
1366
|
} | {
|
|
1367
|
-
chainId?: undefined;
|
|
1368
1367
|
healthFactorThreshold?: undefined;
|
|
1369
1368
|
targetBytesLike?: undefined;
|
|
1369
|
+
chainId?: undefined;
|
|
1370
1370
|
hookType: HookType;
|
|
1371
1371
|
protocol: BorrowBLProtocols;
|
|
1372
1372
|
borrowBytesLike: string[];
|
|
@@ -1411,9 +1411,9 @@ export declare const EthenaPayloads: {
|
|
|
1411
1411
|
targetBytesLike: string;
|
|
1412
1412
|
chainId: ChainId;
|
|
1413
1413
|
} | {
|
|
1414
|
-
chainId?: undefined;
|
|
1415
1414
|
healthFactorThreshold?: undefined;
|
|
1416
1415
|
targetBytesLike?: undefined;
|
|
1416
|
+
chainId?: undefined;
|
|
1417
1417
|
hookType: HookType;
|
|
1418
1418
|
protocol: BorrowBLProtocols;
|
|
1419
1419
|
borrowBytesLike: string[];
|
|
@@ -1458,9 +1458,9 @@ export declare const EthenaPayloads: {
|
|
|
1458
1458
|
targetBytesLike: string;
|
|
1459
1459
|
chainId: ChainId;
|
|
1460
1460
|
} | {
|
|
1461
|
-
chainId?: undefined;
|
|
1462
1461
|
healthFactorThreshold?: undefined;
|
|
1463
1462
|
targetBytesLike?: undefined;
|
|
1463
|
+
chainId?: undefined;
|
|
1464
1464
|
hookType: HookType;
|
|
1465
1465
|
protocol: BorrowBLProtocols;
|
|
1466
1466
|
borrowBytesLike: string[];
|
|
@@ -1505,9 +1505,9 @@ export declare const EthenaPayloads: {
|
|
|
1505
1505
|
targetBytesLike: string;
|
|
1506
1506
|
chainId: ChainId;
|
|
1507
1507
|
} | {
|
|
1508
|
-
chainId?: undefined;
|
|
1509
1508
|
healthFactorThreshold?: undefined;
|
|
1510
1509
|
targetBytesLike?: undefined;
|
|
1510
|
+
chainId?: undefined;
|
|
1511
1511
|
hookType: HookType;
|
|
1512
1512
|
protocol: BorrowBLProtocols;
|
|
1513
1513
|
borrowBytesLike: string[];
|