@merkl/api 1.11.47 → 1.11.48
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/jobs/rewards-etl/load-leaf.js.map +1 -1
- package/dist/src/jobs/rewards-etl/types.d.ts +1 -0
- package/dist/src/modules/v4/leaf/leaf.repository.d.ts +1 -0
- package/dist/src/modules/v4/leaf/leaf.service.js.map +1 -1
- package/dist/src/modules/v4/transaction/transaction.service.d.ts +885 -885
- package/dist/src/utils/getAPR.d.ts +427 -427
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -407,67 +407,6 @@ export declare const getAPR: (params: {
|
|
|
407
407
|
collateralToken: string;
|
|
408
408
|
symbolCollateralToken: string;
|
|
409
409
|
decimalsCollateralToken: number;
|
|
410
|
-
} | {
|
|
411
|
-
whitelist?: string[] | undefined;
|
|
412
|
-
blacklist?: string[] | undefined;
|
|
413
|
-
isOutOfRangeIncentivized: boolean;
|
|
414
|
-
weightFees: number;
|
|
415
|
-
weightToken0: number;
|
|
416
|
-
weightToken1: number;
|
|
417
|
-
poolId: string;
|
|
418
|
-
poolManager: string;
|
|
419
|
-
lpFee: number;
|
|
420
|
-
currency0: string;
|
|
421
|
-
currency1: string;
|
|
422
|
-
decimalsCurrency0: number;
|
|
423
|
-
decimalsCurrency1: number;
|
|
424
|
-
symbolCurrency0: string;
|
|
425
|
-
symbolCurrency1: string;
|
|
426
|
-
lowerPriceTolerance?: number | undefined;
|
|
427
|
-
upperPriceTolerance?: number | undefined;
|
|
428
|
-
lowerPriceBond?: number | undefined;
|
|
429
|
-
upperPriceBond?: number | undefined;
|
|
430
|
-
} | {
|
|
431
|
-
whitelist?: string[] | undefined;
|
|
432
|
-
blacklist?: string[] | undefined;
|
|
433
|
-
isOutOfRangeIncentivized: boolean;
|
|
434
|
-
weightFees: number;
|
|
435
|
-
weightToken0: number;
|
|
436
|
-
weightToken1: number;
|
|
437
|
-
poolId: string;
|
|
438
|
-
poolManager: string;
|
|
439
|
-
lpFee: number;
|
|
440
|
-
currency0: string;
|
|
441
|
-
currency1: string;
|
|
442
|
-
decimalsCurrency0: number;
|
|
443
|
-
decimalsCurrency1: number;
|
|
444
|
-
symbolCurrency0: string;
|
|
445
|
-
symbolCurrency1: string;
|
|
446
|
-
lowerPriceTolerance?: number | undefined;
|
|
447
|
-
upperPriceTolerance?: number | undefined;
|
|
448
|
-
lowerPriceBond?: number | undefined;
|
|
449
|
-
upperPriceBond?: number | undefined;
|
|
450
|
-
config: string;
|
|
451
|
-
} | {
|
|
452
|
-
whitelist?: string[] | undefined;
|
|
453
|
-
blacklist?: string[] | undefined;
|
|
454
|
-
isOutOfRangeIncentivized: boolean;
|
|
455
|
-
weightFees: number;
|
|
456
|
-
weightToken0: number;
|
|
457
|
-
weightToken1: number;
|
|
458
|
-
poolId: string;
|
|
459
|
-
poolManager: string;
|
|
460
|
-
lpFee: number;
|
|
461
|
-
currency0: string;
|
|
462
|
-
currency1: string;
|
|
463
|
-
decimalsCurrency0: number;
|
|
464
|
-
decimalsCurrency1: number;
|
|
465
|
-
symbolCurrency0: string;
|
|
466
|
-
symbolCurrency1: string;
|
|
467
|
-
lowerPriceTolerance?: number | undefined;
|
|
468
|
-
upperPriceTolerance?: number | undefined;
|
|
469
|
-
lowerPriceBond?: number | undefined;
|
|
470
|
-
upperPriceBond?: number | undefined;
|
|
471
410
|
} | {
|
|
472
411
|
recipients: {
|
|
473
412
|
recipient: string;
|
|
@@ -1037,6 +976,27 @@ export declare const getAPR: (params: {
|
|
|
1037
976
|
decimalsUnderlyingToken: number;
|
|
1038
977
|
symbolUnderlyingToken: string;
|
|
1039
978
|
strategy: string;
|
|
979
|
+
} | {
|
|
980
|
+
whitelist?: string[] | undefined;
|
|
981
|
+
blacklist?: string[] | undefined;
|
|
982
|
+
isOutOfRangeIncentivized: boolean;
|
|
983
|
+
weightFees: number;
|
|
984
|
+
weightToken0: number;
|
|
985
|
+
weightToken1: number;
|
|
986
|
+
poolId: string;
|
|
987
|
+
poolManager: string;
|
|
988
|
+
lpFee: number;
|
|
989
|
+
currency0: string;
|
|
990
|
+
currency1: string;
|
|
991
|
+
decimalsCurrency0: number;
|
|
992
|
+
decimalsCurrency1: number;
|
|
993
|
+
symbolCurrency0: string;
|
|
994
|
+
symbolCurrency1: string;
|
|
995
|
+
lowerPriceTolerance?: number | undefined;
|
|
996
|
+
upperPriceTolerance?: number | undefined;
|
|
997
|
+
lowerPriceBond?: number | undefined;
|
|
998
|
+
upperPriceBond?: number | undefined;
|
|
999
|
+
config: string;
|
|
1040
1000
|
} | {
|
|
1041
1001
|
targetToken: string;
|
|
1042
1002
|
decimalsTargetToken: number;
|
|
@@ -1527,6 +1487,46 @@ export declare const getAPR: (params: {
|
|
|
1527
1487
|
poolId: string;
|
|
1528
1488
|
} | {
|
|
1529
1489
|
recipientAddress: string;
|
|
1490
|
+
} | {
|
|
1491
|
+
whitelist?: string[] | undefined;
|
|
1492
|
+
blacklist?: string[] | undefined;
|
|
1493
|
+
isOutOfRangeIncentivized: boolean;
|
|
1494
|
+
weightFees: number;
|
|
1495
|
+
weightToken0: number;
|
|
1496
|
+
weightToken1: number;
|
|
1497
|
+
poolId: string;
|
|
1498
|
+
poolManager: string;
|
|
1499
|
+
lpFee: number;
|
|
1500
|
+
currency0: string;
|
|
1501
|
+
currency1: string;
|
|
1502
|
+
decimalsCurrency0: number;
|
|
1503
|
+
decimalsCurrency1: number;
|
|
1504
|
+
symbolCurrency0: string;
|
|
1505
|
+
symbolCurrency1: string;
|
|
1506
|
+
lowerPriceTolerance?: number | undefined;
|
|
1507
|
+
upperPriceTolerance?: number | undefined;
|
|
1508
|
+
lowerPriceBond?: number | undefined;
|
|
1509
|
+
upperPriceBond?: number | undefined;
|
|
1510
|
+
} | {
|
|
1511
|
+
whitelist?: string[] | undefined;
|
|
1512
|
+
blacklist?: string[] | undefined;
|
|
1513
|
+
isOutOfRangeIncentivized: boolean;
|
|
1514
|
+
weightFees: number;
|
|
1515
|
+
weightToken0: number;
|
|
1516
|
+
weightToken1: number;
|
|
1517
|
+
poolId: string;
|
|
1518
|
+
poolManager: string;
|
|
1519
|
+
lpFee: number;
|
|
1520
|
+
currency0: string;
|
|
1521
|
+
currency1: string;
|
|
1522
|
+
decimalsCurrency0: number;
|
|
1523
|
+
decimalsCurrency1: number;
|
|
1524
|
+
symbolCurrency0: string;
|
|
1525
|
+
symbolCurrency1: string;
|
|
1526
|
+
lowerPriceTolerance?: number | undefined;
|
|
1527
|
+
upperPriceTolerance?: number | undefined;
|
|
1528
|
+
lowerPriceBond?: number | undefined;
|
|
1529
|
+
upperPriceBond?: number | undefined;
|
|
1530
1530
|
} | {
|
|
1531
1531
|
token: string;
|
|
1532
1532
|
} | {
|
|
@@ -1957,67 +1957,6 @@ export declare const getAPR: (params: {
|
|
|
1957
1957
|
collateralToken: string;
|
|
1958
1958
|
symbolCollateralToken: string;
|
|
1959
1959
|
decimalsCollateralToken: number;
|
|
1960
|
-
} | {
|
|
1961
|
-
whitelist?: string[] | undefined;
|
|
1962
|
-
blacklist?: string[] | undefined;
|
|
1963
|
-
isOutOfRangeIncentivized: boolean;
|
|
1964
|
-
weightFees: number;
|
|
1965
|
-
weightToken0: number;
|
|
1966
|
-
weightToken1: number;
|
|
1967
|
-
poolId: string;
|
|
1968
|
-
poolManager: string;
|
|
1969
|
-
lpFee: number;
|
|
1970
|
-
currency0: string;
|
|
1971
|
-
currency1: string;
|
|
1972
|
-
decimalsCurrency0: number;
|
|
1973
|
-
decimalsCurrency1: number;
|
|
1974
|
-
symbolCurrency0: string;
|
|
1975
|
-
symbolCurrency1: string;
|
|
1976
|
-
lowerPriceTolerance?: number | undefined;
|
|
1977
|
-
upperPriceTolerance?: number | undefined;
|
|
1978
|
-
lowerPriceBond?: number | undefined;
|
|
1979
|
-
upperPriceBond?: number | undefined;
|
|
1980
|
-
} | {
|
|
1981
|
-
whitelist?: string[] | undefined;
|
|
1982
|
-
blacklist?: string[] | undefined;
|
|
1983
|
-
isOutOfRangeIncentivized: boolean;
|
|
1984
|
-
weightFees: number;
|
|
1985
|
-
weightToken0: number;
|
|
1986
|
-
weightToken1: number;
|
|
1987
|
-
poolId: string;
|
|
1988
|
-
poolManager: string;
|
|
1989
|
-
lpFee: number;
|
|
1990
|
-
currency0: string;
|
|
1991
|
-
currency1: string;
|
|
1992
|
-
decimalsCurrency0: number;
|
|
1993
|
-
decimalsCurrency1: number;
|
|
1994
|
-
symbolCurrency0: string;
|
|
1995
|
-
symbolCurrency1: string;
|
|
1996
|
-
lowerPriceTolerance?: number | undefined;
|
|
1997
|
-
upperPriceTolerance?: number | undefined;
|
|
1998
|
-
lowerPriceBond?: number | undefined;
|
|
1999
|
-
upperPriceBond?: number | undefined;
|
|
2000
|
-
config: string;
|
|
2001
|
-
} | {
|
|
2002
|
-
whitelist?: string[] | undefined;
|
|
2003
|
-
blacklist?: string[] | undefined;
|
|
2004
|
-
isOutOfRangeIncentivized: boolean;
|
|
2005
|
-
weightFees: number;
|
|
2006
|
-
weightToken0: number;
|
|
2007
|
-
weightToken1: number;
|
|
2008
|
-
poolId: string;
|
|
2009
|
-
poolManager: string;
|
|
2010
|
-
lpFee: number;
|
|
2011
|
-
currency0: string;
|
|
2012
|
-
currency1: string;
|
|
2013
|
-
decimalsCurrency0: number;
|
|
2014
|
-
decimalsCurrency1: number;
|
|
2015
|
-
symbolCurrency0: string;
|
|
2016
|
-
symbolCurrency1: string;
|
|
2017
|
-
lowerPriceTolerance?: number | undefined;
|
|
2018
|
-
upperPriceTolerance?: number | undefined;
|
|
2019
|
-
lowerPriceBond?: number | undefined;
|
|
2020
|
-
upperPriceBond?: number | undefined;
|
|
2021
1960
|
} | {
|
|
2022
1961
|
recipients: {
|
|
2023
1962
|
recipient: string;
|
|
@@ -2158,6 +2097,27 @@ export declare const getAPR: (params: {
|
|
|
2158
2097
|
decimalsUnderlyingToken: number;
|
|
2159
2098
|
symbolUnderlyingToken: string;
|
|
2160
2099
|
strategy: string;
|
|
2100
|
+
} | {
|
|
2101
|
+
whitelist?: string[] | undefined;
|
|
2102
|
+
blacklist?: string[] | undefined;
|
|
2103
|
+
isOutOfRangeIncentivized: boolean;
|
|
2104
|
+
weightFees: number;
|
|
2105
|
+
weightToken0: number;
|
|
2106
|
+
weightToken1: number;
|
|
2107
|
+
poolId: string;
|
|
2108
|
+
poolManager: string;
|
|
2109
|
+
lpFee: number;
|
|
2110
|
+
currency0: string;
|
|
2111
|
+
currency1: string;
|
|
2112
|
+
decimalsCurrency0: number;
|
|
2113
|
+
decimalsCurrency1: number;
|
|
2114
|
+
symbolCurrency0: string;
|
|
2115
|
+
symbolCurrency1: string;
|
|
2116
|
+
lowerPriceTolerance?: number | undefined;
|
|
2117
|
+
upperPriceTolerance?: number | undefined;
|
|
2118
|
+
lowerPriceBond?: number | undefined;
|
|
2119
|
+
upperPriceBond?: number | undefined;
|
|
2120
|
+
config: string;
|
|
2161
2121
|
} | {
|
|
2162
2122
|
targetToken: string;
|
|
2163
2123
|
decimalsTargetToken: number;
|
|
@@ -2648,6 +2608,46 @@ export declare const getAPR: (params: {
|
|
|
2648
2608
|
poolId: string;
|
|
2649
2609
|
} | {
|
|
2650
2610
|
recipientAddress: string;
|
|
2611
|
+
} | {
|
|
2612
|
+
whitelist?: string[] | undefined;
|
|
2613
|
+
blacklist?: string[] | undefined;
|
|
2614
|
+
isOutOfRangeIncentivized: boolean;
|
|
2615
|
+
weightFees: number;
|
|
2616
|
+
weightToken0: number;
|
|
2617
|
+
weightToken1: number;
|
|
2618
|
+
poolId: string;
|
|
2619
|
+
poolManager: string;
|
|
2620
|
+
lpFee: number;
|
|
2621
|
+
currency0: string;
|
|
2622
|
+
currency1: string;
|
|
2623
|
+
decimalsCurrency0: number;
|
|
2624
|
+
decimalsCurrency1: number;
|
|
2625
|
+
symbolCurrency0: string;
|
|
2626
|
+
symbolCurrency1: string;
|
|
2627
|
+
lowerPriceTolerance?: number | undefined;
|
|
2628
|
+
upperPriceTolerance?: number | undefined;
|
|
2629
|
+
lowerPriceBond?: number | undefined;
|
|
2630
|
+
upperPriceBond?: number | undefined;
|
|
2631
|
+
} | {
|
|
2632
|
+
whitelist?: string[] | undefined;
|
|
2633
|
+
blacklist?: string[] | undefined;
|
|
2634
|
+
isOutOfRangeIncentivized: boolean;
|
|
2635
|
+
weightFees: number;
|
|
2636
|
+
weightToken0: number;
|
|
2637
|
+
weightToken1: number;
|
|
2638
|
+
poolId: string;
|
|
2639
|
+
poolManager: string;
|
|
2640
|
+
lpFee: number;
|
|
2641
|
+
currency0: string;
|
|
2642
|
+
currency1: string;
|
|
2643
|
+
decimalsCurrency0: number;
|
|
2644
|
+
decimalsCurrency1: number;
|
|
2645
|
+
symbolCurrency0: string;
|
|
2646
|
+
symbolCurrency1: string;
|
|
2647
|
+
lowerPriceTolerance?: number | undefined;
|
|
2648
|
+
upperPriceTolerance?: number | undefined;
|
|
2649
|
+
lowerPriceBond?: number | undefined;
|
|
2650
|
+
upperPriceBond?: number | undefined;
|
|
2651
2651
|
} | {
|
|
2652
2652
|
token: string;
|
|
2653
2653
|
} | {
|
|
@@ -3082,67 +3082,6 @@ export declare const getAPR: (params: {
|
|
|
3082
3082
|
collateralToken: string;
|
|
3083
3083
|
symbolCollateralToken: string;
|
|
3084
3084
|
decimalsCollateralToken: number;
|
|
3085
|
-
} | {
|
|
3086
|
-
whitelist?: string[] | undefined;
|
|
3087
|
-
blacklist?: string[] | undefined;
|
|
3088
|
-
isOutOfRangeIncentivized: boolean;
|
|
3089
|
-
weightFees: number;
|
|
3090
|
-
weightToken0: number;
|
|
3091
|
-
weightToken1: number;
|
|
3092
|
-
poolId: string;
|
|
3093
|
-
poolManager: string;
|
|
3094
|
-
lpFee: number;
|
|
3095
|
-
currency0: string;
|
|
3096
|
-
currency1: string;
|
|
3097
|
-
decimalsCurrency0: number;
|
|
3098
|
-
decimalsCurrency1: number;
|
|
3099
|
-
symbolCurrency0: string;
|
|
3100
|
-
symbolCurrency1: string;
|
|
3101
|
-
lowerPriceTolerance?: number | undefined;
|
|
3102
|
-
upperPriceTolerance?: number | undefined;
|
|
3103
|
-
lowerPriceBond?: number | undefined;
|
|
3104
|
-
upperPriceBond?: number | undefined;
|
|
3105
|
-
} | {
|
|
3106
|
-
whitelist?: string[] | undefined;
|
|
3107
|
-
blacklist?: string[] | undefined;
|
|
3108
|
-
isOutOfRangeIncentivized: boolean;
|
|
3109
|
-
weightFees: number;
|
|
3110
|
-
weightToken0: number;
|
|
3111
|
-
weightToken1: number;
|
|
3112
|
-
poolId: string;
|
|
3113
|
-
poolManager: string;
|
|
3114
|
-
lpFee: number;
|
|
3115
|
-
currency0: string;
|
|
3116
|
-
currency1: string;
|
|
3117
|
-
decimalsCurrency0: number;
|
|
3118
|
-
decimalsCurrency1: number;
|
|
3119
|
-
symbolCurrency0: string;
|
|
3120
|
-
symbolCurrency1: string;
|
|
3121
|
-
lowerPriceTolerance?: number | undefined;
|
|
3122
|
-
upperPriceTolerance?: number | undefined;
|
|
3123
|
-
lowerPriceBond?: number | undefined;
|
|
3124
|
-
upperPriceBond?: number | undefined;
|
|
3125
|
-
config: string;
|
|
3126
|
-
} | {
|
|
3127
|
-
whitelist?: string[] | undefined;
|
|
3128
|
-
blacklist?: string[] | undefined;
|
|
3129
|
-
isOutOfRangeIncentivized: boolean;
|
|
3130
|
-
weightFees: number;
|
|
3131
|
-
weightToken0: number;
|
|
3132
|
-
weightToken1: number;
|
|
3133
|
-
poolId: string;
|
|
3134
|
-
poolManager: string;
|
|
3135
|
-
lpFee: number;
|
|
3136
|
-
currency0: string;
|
|
3137
|
-
currency1: string;
|
|
3138
|
-
decimalsCurrency0: number;
|
|
3139
|
-
decimalsCurrency1: number;
|
|
3140
|
-
symbolCurrency0: string;
|
|
3141
|
-
symbolCurrency1: string;
|
|
3142
|
-
lowerPriceTolerance?: number | undefined;
|
|
3143
|
-
upperPriceTolerance?: number | undefined;
|
|
3144
|
-
lowerPriceBond?: number | undefined;
|
|
3145
|
-
upperPriceBond?: number | undefined;
|
|
3146
3085
|
} | {
|
|
3147
3086
|
recipients: {
|
|
3148
3087
|
recipient: string;
|
|
@@ -3283,6 +3222,27 @@ export declare const getAPR: (params: {
|
|
|
3283
3222
|
decimalsUnderlyingToken: number;
|
|
3284
3223
|
symbolUnderlyingToken: string;
|
|
3285
3224
|
strategy: string;
|
|
3225
|
+
} | {
|
|
3226
|
+
whitelist?: string[] | undefined;
|
|
3227
|
+
blacklist?: string[] | undefined;
|
|
3228
|
+
isOutOfRangeIncentivized: boolean;
|
|
3229
|
+
weightFees: number;
|
|
3230
|
+
weightToken0: number;
|
|
3231
|
+
weightToken1: number;
|
|
3232
|
+
poolId: string;
|
|
3233
|
+
poolManager: string;
|
|
3234
|
+
lpFee: number;
|
|
3235
|
+
currency0: string;
|
|
3236
|
+
currency1: string;
|
|
3237
|
+
decimalsCurrency0: number;
|
|
3238
|
+
decimalsCurrency1: number;
|
|
3239
|
+
symbolCurrency0: string;
|
|
3240
|
+
symbolCurrency1: string;
|
|
3241
|
+
lowerPriceTolerance?: number | undefined;
|
|
3242
|
+
upperPriceTolerance?: number | undefined;
|
|
3243
|
+
lowerPriceBond?: number | undefined;
|
|
3244
|
+
upperPriceBond?: number | undefined;
|
|
3245
|
+
config: string;
|
|
3286
3246
|
} | {
|
|
3287
3247
|
targetToken: string;
|
|
3288
3248
|
decimalsTargetToken: number;
|
|
@@ -3773,6 +3733,46 @@ export declare const getAPR: (params: {
|
|
|
3773
3733
|
poolId: string;
|
|
3774
3734
|
} | {
|
|
3775
3735
|
recipientAddress: string;
|
|
3736
|
+
} | {
|
|
3737
|
+
whitelist?: string[] | undefined;
|
|
3738
|
+
blacklist?: string[] | undefined;
|
|
3739
|
+
isOutOfRangeIncentivized: boolean;
|
|
3740
|
+
weightFees: number;
|
|
3741
|
+
weightToken0: number;
|
|
3742
|
+
weightToken1: number;
|
|
3743
|
+
poolId: string;
|
|
3744
|
+
poolManager: string;
|
|
3745
|
+
lpFee: number;
|
|
3746
|
+
currency0: string;
|
|
3747
|
+
currency1: string;
|
|
3748
|
+
decimalsCurrency0: number;
|
|
3749
|
+
decimalsCurrency1: number;
|
|
3750
|
+
symbolCurrency0: string;
|
|
3751
|
+
symbolCurrency1: string;
|
|
3752
|
+
lowerPriceTolerance?: number | undefined;
|
|
3753
|
+
upperPriceTolerance?: number | undefined;
|
|
3754
|
+
lowerPriceBond?: number | undefined;
|
|
3755
|
+
upperPriceBond?: number | undefined;
|
|
3756
|
+
} | {
|
|
3757
|
+
whitelist?: string[] | undefined;
|
|
3758
|
+
blacklist?: string[] | undefined;
|
|
3759
|
+
isOutOfRangeIncentivized: boolean;
|
|
3760
|
+
weightFees: number;
|
|
3761
|
+
weightToken0: number;
|
|
3762
|
+
weightToken1: number;
|
|
3763
|
+
poolId: string;
|
|
3764
|
+
poolManager: string;
|
|
3765
|
+
lpFee: number;
|
|
3766
|
+
currency0: string;
|
|
3767
|
+
currency1: string;
|
|
3768
|
+
decimalsCurrency0: number;
|
|
3769
|
+
decimalsCurrency1: number;
|
|
3770
|
+
symbolCurrency0: string;
|
|
3771
|
+
symbolCurrency1: string;
|
|
3772
|
+
lowerPriceTolerance?: number | undefined;
|
|
3773
|
+
upperPriceTolerance?: number | undefined;
|
|
3774
|
+
lowerPriceBond?: number | undefined;
|
|
3775
|
+
upperPriceBond?: number | undefined;
|
|
3776
3776
|
} | {
|
|
3777
3777
|
token: string;
|
|
3778
3778
|
} | {
|
|
@@ -4205,67 +4205,6 @@ export declare const getAPR: (params: {
|
|
|
4205
4205
|
collateralToken: string;
|
|
4206
4206
|
symbolCollateralToken: string;
|
|
4207
4207
|
decimalsCollateralToken: number;
|
|
4208
|
-
} | {
|
|
4209
|
-
whitelist?: string[] | undefined;
|
|
4210
|
-
blacklist?: string[] | undefined;
|
|
4211
|
-
isOutOfRangeIncentivized: boolean;
|
|
4212
|
-
weightFees: number;
|
|
4213
|
-
weightToken0: number;
|
|
4214
|
-
weightToken1: number;
|
|
4215
|
-
poolId: string;
|
|
4216
|
-
poolManager: string;
|
|
4217
|
-
lpFee: number;
|
|
4218
|
-
currency0: string;
|
|
4219
|
-
currency1: string;
|
|
4220
|
-
decimalsCurrency0: number;
|
|
4221
|
-
decimalsCurrency1: number;
|
|
4222
|
-
symbolCurrency0: string;
|
|
4223
|
-
symbolCurrency1: string;
|
|
4224
|
-
lowerPriceTolerance?: number | undefined;
|
|
4225
|
-
upperPriceTolerance?: number | undefined;
|
|
4226
|
-
lowerPriceBond?: number | undefined;
|
|
4227
|
-
upperPriceBond?: number | undefined;
|
|
4228
|
-
} | {
|
|
4229
|
-
whitelist?: string[] | undefined;
|
|
4230
|
-
blacklist?: string[] | undefined;
|
|
4231
|
-
isOutOfRangeIncentivized: boolean;
|
|
4232
|
-
weightFees: number;
|
|
4233
|
-
weightToken0: number;
|
|
4234
|
-
weightToken1: number;
|
|
4235
|
-
poolId: string;
|
|
4236
|
-
poolManager: string;
|
|
4237
|
-
lpFee: number;
|
|
4238
|
-
currency0: string;
|
|
4239
|
-
currency1: string;
|
|
4240
|
-
decimalsCurrency0: number;
|
|
4241
|
-
decimalsCurrency1: number;
|
|
4242
|
-
symbolCurrency0: string;
|
|
4243
|
-
symbolCurrency1: string;
|
|
4244
|
-
lowerPriceTolerance?: number | undefined;
|
|
4245
|
-
upperPriceTolerance?: number | undefined;
|
|
4246
|
-
lowerPriceBond?: number | undefined;
|
|
4247
|
-
upperPriceBond?: number | undefined;
|
|
4248
|
-
config: string;
|
|
4249
|
-
} | {
|
|
4250
|
-
whitelist?: string[] | undefined;
|
|
4251
|
-
blacklist?: string[] | undefined;
|
|
4252
|
-
isOutOfRangeIncentivized: boolean;
|
|
4253
|
-
weightFees: number;
|
|
4254
|
-
weightToken0: number;
|
|
4255
|
-
weightToken1: number;
|
|
4256
|
-
poolId: string;
|
|
4257
|
-
poolManager: string;
|
|
4258
|
-
lpFee: number;
|
|
4259
|
-
currency0: string;
|
|
4260
|
-
currency1: string;
|
|
4261
|
-
decimalsCurrency0: number;
|
|
4262
|
-
decimalsCurrency1: number;
|
|
4263
|
-
symbolCurrency0: string;
|
|
4264
|
-
symbolCurrency1: string;
|
|
4265
|
-
lowerPriceTolerance?: number | undefined;
|
|
4266
|
-
upperPriceTolerance?: number | undefined;
|
|
4267
|
-
lowerPriceBond?: number | undefined;
|
|
4268
|
-
upperPriceBond?: number | undefined;
|
|
4269
4208
|
} | {
|
|
4270
4209
|
recipients: {
|
|
4271
4210
|
recipient: string;
|
|
@@ -4406,6 +4345,27 @@ export declare const getAPR: (params: {
|
|
|
4406
4345
|
decimalsUnderlyingToken: number;
|
|
4407
4346
|
symbolUnderlyingToken: string;
|
|
4408
4347
|
strategy: string;
|
|
4348
|
+
} | {
|
|
4349
|
+
whitelist?: string[] | undefined;
|
|
4350
|
+
blacklist?: string[] | undefined;
|
|
4351
|
+
isOutOfRangeIncentivized: boolean;
|
|
4352
|
+
weightFees: number;
|
|
4353
|
+
weightToken0: number;
|
|
4354
|
+
weightToken1: number;
|
|
4355
|
+
poolId: string;
|
|
4356
|
+
poolManager: string;
|
|
4357
|
+
lpFee: number;
|
|
4358
|
+
currency0: string;
|
|
4359
|
+
currency1: string;
|
|
4360
|
+
decimalsCurrency0: number;
|
|
4361
|
+
decimalsCurrency1: number;
|
|
4362
|
+
symbolCurrency0: string;
|
|
4363
|
+
symbolCurrency1: string;
|
|
4364
|
+
lowerPriceTolerance?: number | undefined;
|
|
4365
|
+
upperPriceTolerance?: number | undefined;
|
|
4366
|
+
lowerPriceBond?: number | undefined;
|
|
4367
|
+
upperPriceBond?: number | undefined;
|
|
4368
|
+
config: string;
|
|
4409
4369
|
} | {
|
|
4410
4370
|
targetToken: string;
|
|
4411
4371
|
decimalsTargetToken: number;
|
|
@@ -4896,6 +4856,46 @@ export declare const getAPR: (params: {
|
|
|
4896
4856
|
poolId: string;
|
|
4897
4857
|
} | {
|
|
4898
4858
|
recipientAddress: string;
|
|
4859
|
+
} | {
|
|
4860
|
+
whitelist?: string[] | undefined;
|
|
4861
|
+
blacklist?: string[] | undefined;
|
|
4862
|
+
isOutOfRangeIncentivized: boolean;
|
|
4863
|
+
weightFees: number;
|
|
4864
|
+
weightToken0: number;
|
|
4865
|
+
weightToken1: number;
|
|
4866
|
+
poolId: string;
|
|
4867
|
+
poolManager: string;
|
|
4868
|
+
lpFee: number;
|
|
4869
|
+
currency0: string;
|
|
4870
|
+
currency1: string;
|
|
4871
|
+
decimalsCurrency0: number;
|
|
4872
|
+
decimalsCurrency1: number;
|
|
4873
|
+
symbolCurrency0: string;
|
|
4874
|
+
symbolCurrency1: string;
|
|
4875
|
+
lowerPriceTolerance?: number | undefined;
|
|
4876
|
+
upperPriceTolerance?: number | undefined;
|
|
4877
|
+
lowerPriceBond?: number | undefined;
|
|
4878
|
+
upperPriceBond?: number | undefined;
|
|
4879
|
+
} | {
|
|
4880
|
+
whitelist?: string[] | undefined;
|
|
4881
|
+
blacklist?: string[] | undefined;
|
|
4882
|
+
isOutOfRangeIncentivized: boolean;
|
|
4883
|
+
weightFees: number;
|
|
4884
|
+
weightToken0: number;
|
|
4885
|
+
weightToken1: number;
|
|
4886
|
+
poolId: string;
|
|
4887
|
+
poolManager: string;
|
|
4888
|
+
lpFee: number;
|
|
4889
|
+
currency0: string;
|
|
4890
|
+
currency1: string;
|
|
4891
|
+
decimalsCurrency0: number;
|
|
4892
|
+
decimalsCurrency1: number;
|
|
4893
|
+
symbolCurrency0: string;
|
|
4894
|
+
symbolCurrency1: string;
|
|
4895
|
+
lowerPriceTolerance?: number | undefined;
|
|
4896
|
+
upperPriceTolerance?: number | undefined;
|
|
4897
|
+
lowerPriceBond?: number | undefined;
|
|
4898
|
+
upperPriceBond?: number | undefined;
|
|
4899
4899
|
} | {
|
|
4900
4900
|
token: string;
|
|
4901
4901
|
} | {
|
|
@@ -5334,67 +5334,6 @@ export declare const getAPR: (params: {
|
|
|
5334
5334
|
collateralToken: string;
|
|
5335
5335
|
symbolCollateralToken: string;
|
|
5336
5336
|
decimalsCollateralToken: number;
|
|
5337
|
-
} | {
|
|
5338
|
-
whitelist?: string[] | undefined;
|
|
5339
|
-
blacklist?: string[] | undefined;
|
|
5340
|
-
isOutOfRangeIncentivized: boolean;
|
|
5341
|
-
weightFees: number;
|
|
5342
|
-
weightToken0: number;
|
|
5343
|
-
weightToken1: number;
|
|
5344
|
-
poolId: string;
|
|
5345
|
-
poolManager: string;
|
|
5346
|
-
lpFee: number;
|
|
5347
|
-
currency0: string;
|
|
5348
|
-
currency1: string;
|
|
5349
|
-
decimalsCurrency0: number;
|
|
5350
|
-
decimalsCurrency1: number;
|
|
5351
|
-
symbolCurrency0: string;
|
|
5352
|
-
symbolCurrency1: string;
|
|
5353
|
-
lowerPriceTolerance?: number | undefined;
|
|
5354
|
-
upperPriceTolerance?: number | undefined;
|
|
5355
|
-
lowerPriceBond?: number | undefined;
|
|
5356
|
-
upperPriceBond?: number | undefined;
|
|
5357
|
-
} | {
|
|
5358
|
-
whitelist?: string[] | undefined;
|
|
5359
|
-
blacklist?: string[] | undefined;
|
|
5360
|
-
isOutOfRangeIncentivized: boolean;
|
|
5361
|
-
weightFees: number;
|
|
5362
|
-
weightToken0: number;
|
|
5363
|
-
weightToken1: number;
|
|
5364
|
-
poolId: string;
|
|
5365
|
-
poolManager: string;
|
|
5366
|
-
lpFee: number;
|
|
5367
|
-
currency0: string;
|
|
5368
|
-
currency1: string;
|
|
5369
|
-
decimalsCurrency0: number;
|
|
5370
|
-
decimalsCurrency1: number;
|
|
5371
|
-
symbolCurrency0: string;
|
|
5372
|
-
symbolCurrency1: string;
|
|
5373
|
-
lowerPriceTolerance?: number | undefined;
|
|
5374
|
-
upperPriceTolerance?: number | undefined;
|
|
5375
|
-
lowerPriceBond?: number | undefined;
|
|
5376
|
-
upperPriceBond?: number | undefined;
|
|
5377
|
-
config: string;
|
|
5378
|
-
} | {
|
|
5379
|
-
whitelist?: string[] | undefined;
|
|
5380
|
-
blacklist?: string[] | undefined;
|
|
5381
|
-
isOutOfRangeIncentivized: boolean;
|
|
5382
|
-
weightFees: number;
|
|
5383
|
-
weightToken0: number;
|
|
5384
|
-
weightToken1: number;
|
|
5385
|
-
poolId: string;
|
|
5386
|
-
poolManager: string;
|
|
5387
|
-
lpFee: number;
|
|
5388
|
-
currency0: string;
|
|
5389
|
-
currency1: string;
|
|
5390
|
-
decimalsCurrency0: number;
|
|
5391
|
-
decimalsCurrency1: number;
|
|
5392
|
-
symbolCurrency0: string;
|
|
5393
|
-
symbolCurrency1: string;
|
|
5394
|
-
lowerPriceTolerance?: number | undefined;
|
|
5395
|
-
upperPriceTolerance?: number | undefined;
|
|
5396
|
-
lowerPriceBond?: number | undefined;
|
|
5397
|
-
upperPriceBond?: number | undefined;
|
|
5398
5337
|
} | {
|
|
5399
5338
|
recipients: {
|
|
5400
5339
|
recipient: string;
|
|
@@ -5535,6 +5474,27 @@ export declare const getAPR: (params: {
|
|
|
5535
5474
|
decimalsUnderlyingToken: number;
|
|
5536
5475
|
symbolUnderlyingToken: string;
|
|
5537
5476
|
strategy: string;
|
|
5477
|
+
} | {
|
|
5478
|
+
whitelist?: string[] | undefined;
|
|
5479
|
+
blacklist?: string[] | undefined;
|
|
5480
|
+
isOutOfRangeIncentivized: boolean;
|
|
5481
|
+
weightFees: number;
|
|
5482
|
+
weightToken0: number;
|
|
5483
|
+
weightToken1: number;
|
|
5484
|
+
poolId: string;
|
|
5485
|
+
poolManager: string;
|
|
5486
|
+
lpFee: number;
|
|
5487
|
+
currency0: string;
|
|
5488
|
+
currency1: string;
|
|
5489
|
+
decimalsCurrency0: number;
|
|
5490
|
+
decimalsCurrency1: number;
|
|
5491
|
+
symbolCurrency0: string;
|
|
5492
|
+
symbolCurrency1: string;
|
|
5493
|
+
lowerPriceTolerance?: number | undefined;
|
|
5494
|
+
upperPriceTolerance?: number | undefined;
|
|
5495
|
+
lowerPriceBond?: number | undefined;
|
|
5496
|
+
upperPriceBond?: number | undefined;
|
|
5497
|
+
config: string;
|
|
5538
5498
|
} | {
|
|
5539
5499
|
targetToken: string;
|
|
5540
5500
|
decimalsTargetToken: number;
|
|
@@ -6025,6 +5985,46 @@ export declare const getAPR: (params: {
|
|
|
6025
5985
|
poolId: string;
|
|
6026
5986
|
} | {
|
|
6027
5987
|
recipientAddress: string;
|
|
5988
|
+
} | {
|
|
5989
|
+
whitelist?: string[] | undefined;
|
|
5990
|
+
blacklist?: string[] | undefined;
|
|
5991
|
+
isOutOfRangeIncentivized: boolean;
|
|
5992
|
+
weightFees: number;
|
|
5993
|
+
weightToken0: number;
|
|
5994
|
+
weightToken1: number;
|
|
5995
|
+
poolId: string;
|
|
5996
|
+
poolManager: string;
|
|
5997
|
+
lpFee: number;
|
|
5998
|
+
currency0: string;
|
|
5999
|
+
currency1: string;
|
|
6000
|
+
decimalsCurrency0: number;
|
|
6001
|
+
decimalsCurrency1: number;
|
|
6002
|
+
symbolCurrency0: string;
|
|
6003
|
+
symbolCurrency1: string;
|
|
6004
|
+
lowerPriceTolerance?: number | undefined;
|
|
6005
|
+
upperPriceTolerance?: number | undefined;
|
|
6006
|
+
lowerPriceBond?: number | undefined;
|
|
6007
|
+
upperPriceBond?: number | undefined;
|
|
6008
|
+
} | {
|
|
6009
|
+
whitelist?: string[] | undefined;
|
|
6010
|
+
blacklist?: string[] | undefined;
|
|
6011
|
+
isOutOfRangeIncentivized: boolean;
|
|
6012
|
+
weightFees: number;
|
|
6013
|
+
weightToken0: number;
|
|
6014
|
+
weightToken1: number;
|
|
6015
|
+
poolId: string;
|
|
6016
|
+
poolManager: string;
|
|
6017
|
+
lpFee: number;
|
|
6018
|
+
currency0: string;
|
|
6019
|
+
currency1: string;
|
|
6020
|
+
decimalsCurrency0: number;
|
|
6021
|
+
decimalsCurrency1: number;
|
|
6022
|
+
symbolCurrency0: string;
|
|
6023
|
+
symbolCurrency1: string;
|
|
6024
|
+
lowerPriceTolerance?: number | undefined;
|
|
6025
|
+
upperPriceTolerance?: number | undefined;
|
|
6026
|
+
lowerPriceBond?: number | undefined;
|
|
6027
|
+
upperPriceBond?: number | undefined;
|
|
6028
6028
|
} | {
|
|
6029
6029
|
token: string;
|
|
6030
6030
|
} | {
|
|
@@ -6464,67 +6464,6 @@ export declare const getAPR: (params: {
|
|
|
6464
6464
|
collateralToken: string;
|
|
6465
6465
|
symbolCollateralToken: string;
|
|
6466
6466
|
decimalsCollateralToken: number;
|
|
6467
|
-
} | {
|
|
6468
|
-
whitelist?: string[] | undefined;
|
|
6469
|
-
blacklist?: string[] | undefined;
|
|
6470
|
-
isOutOfRangeIncentivized: boolean;
|
|
6471
|
-
weightFees: number;
|
|
6472
|
-
weightToken0: number;
|
|
6473
|
-
weightToken1: number;
|
|
6474
|
-
poolId: string;
|
|
6475
|
-
poolManager: string;
|
|
6476
|
-
lpFee: number;
|
|
6477
|
-
currency0: string;
|
|
6478
|
-
currency1: string;
|
|
6479
|
-
decimalsCurrency0: number;
|
|
6480
|
-
decimalsCurrency1: number;
|
|
6481
|
-
symbolCurrency0: string;
|
|
6482
|
-
symbolCurrency1: string;
|
|
6483
|
-
lowerPriceTolerance?: number | undefined;
|
|
6484
|
-
upperPriceTolerance?: number | undefined;
|
|
6485
|
-
lowerPriceBond?: number | undefined;
|
|
6486
|
-
upperPriceBond?: number | undefined;
|
|
6487
|
-
} | {
|
|
6488
|
-
whitelist?: string[] | undefined;
|
|
6489
|
-
blacklist?: string[] | undefined;
|
|
6490
|
-
isOutOfRangeIncentivized: boolean;
|
|
6491
|
-
weightFees: number;
|
|
6492
|
-
weightToken0: number;
|
|
6493
|
-
weightToken1: number;
|
|
6494
|
-
poolId: string;
|
|
6495
|
-
poolManager: string;
|
|
6496
|
-
lpFee: number;
|
|
6497
|
-
currency0: string;
|
|
6498
|
-
currency1: string;
|
|
6499
|
-
decimalsCurrency0: number;
|
|
6500
|
-
decimalsCurrency1: number;
|
|
6501
|
-
symbolCurrency0: string;
|
|
6502
|
-
symbolCurrency1: string;
|
|
6503
|
-
lowerPriceTolerance?: number | undefined;
|
|
6504
|
-
upperPriceTolerance?: number | undefined;
|
|
6505
|
-
lowerPriceBond?: number | undefined;
|
|
6506
|
-
upperPriceBond?: number | undefined;
|
|
6507
|
-
config: string;
|
|
6508
|
-
} | {
|
|
6509
|
-
whitelist?: string[] | undefined;
|
|
6510
|
-
blacklist?: string[] | undefined;
|
|
6511
|
-
isOutOfRangeIncentivized: boolean;
|
|
6512
|
-
weightFees: number;
|
|
6513
|
-
weightToken0: number;
|
|
6514
|
-
weightToken1: number;
|
|
6515
|
-
poolId: string;
|
|
6516
|
-
poolManager: string;
|
|
6517
|
-
lpFee: number;
|
|
6518
|
-
currency0: string;
|
|
6519
|
-
currency1: string;
|
|
6520
|
-
decimalsCurrency0: number;
|
|
6521
|
-
decimalsCurrency1: number;
|
|
6522
|
-
symbolCurrency0: string;
|
|
6523
|
-
symbolCurrency1: string;
|
|
6524
|
-
lowerPriceTolerance?: number | undefined;
|
|
6525
|
-
upperPriceTolerance?: number | undefined;
|
|
6526
|
-
lowerPriceBond?: number | undefined;
|
|
6527
|
-
upperPriceBond?: number | undefined;
|
|
6528
6467
|
} | {
|
|
6529
6468
|
recipients: {
|
|
6530
6469
|
recipient: string;
|
|
@@ -6665,6 +6604,27 @@ export declare const getAPR: (params: {
|
|
|
6665
6604
|
decimalsUnderlyingToken: number;
|
|
6666
6605
|
symbolUnderlyingToken: string;
|
|
6667
6606
|
strategy: string;
|
|
6607
|
+
} | {
|
|
6608
|
+
whitelist?: string[] | undefined;
|
|
6609
|
+
blacklist?: string[] | undefined;
|
|
6610
|
+
isOutOfRangeIncentivized: boolean;
|
|
6611
|
+
weightFees: number;
|
|
6612
|
+
weightToken0: number;
|
|
6613
|
+
weightToken1: number;
|
|
6614
|
+
poolId: string;
|
|
6615
|
+
poolManager: string;
|
|
6616
|
+
lpFee: number;
|
|
6617
|
+
currency0: string;
|
|
6618
|
+
currency1: string;
|
|
6619
|
+
decimalsCurrency0: number;
|
|
6620
|
+
decimalsCurrency1: number;
|
|
6621
|
+
symbolCurrency0: string;
|
|
6622
|
+
symbolCurrency1: string;
|
|
6623
|
+
lowerPriceTolerance?: number | undefined;
|
|
6624
|
+
upperPriceTolerance?: number | undefined;
|
|
6625
|
+
lowerPriceBond?: number | undefined;
|
|
6626
|
+
upperPriceBond?: number | undefined;
|
|
6627
|
+
config: string;
|
|
6668
6628
|
} | {
|
|
6669
6629
|
targetToken: string;
|
|
6670
6630
|
decimalsTargetToken: number;
|
|
@@ -7155,6 +7115,46 @@ export declare const getAPR: (params: {
|
|
|
7155
7115
|
poolId: string;
|
|
7156
7116
|
} | {
|
|
7157
7117
|
recipientAddress: string;
|
|
7118
|
+
} | {
|
|
7119
|
+
whitelist?: string[] | undefined;
|
|
7120
|
+
blacklist?: string[] | undefined;
|
|
7121
|
+
isOutOfRangeIncentivized: boolean;
|
|
7122
|
+
weightFees: number;
|
|
7123
|
+
weightToken0: number;
|
|
7124
|
+
weightToken1: number;
|
|
7125
|
+
poolId: string;
|
|
7126
|
+
poolManager: string;
|
|
7127
|
+
lpFee: number;
|
|
7128
|
+
currency0: string;
|
|
7129
|
+
currency1: string;
|
|
7130
|
+
decimalsCurrency0: number;
|
|
7131
|
+
decimalsCurrency1: number;
|
|
7132
|
+
symbolCurrency0: string;
|
|
7133
|
+
symbolCurrency1: string;
|
|
7134
|
+
lowerPriceTolerance?: number | undefined;
|
|
7135
|
+
upperPriceTolerance?: number | undefined;
|
|
7136
|
+
lowerPriceBond?: number | undefined;
|
|
7137
|
+
upperPriceBond?: number | undefined;
|
|
7138
|
+
} | {
|
|
7139
|
+
whitelist?: string[] | undefined;
|
|
7140
|
+
blacklist?: string[] | undefined;
|
|
7141
|
+
isOutOfRangeIncentivized: boolean;
|
|
7142
|
+
weightFees: number;
|
|
7143
|
+
weightToken0: number;
|
|
7144
|
+
weightToken1: number;
|
|
7145
|
+
poolId: string;
|
|
7146
|
+
poolManager: string;
|
|
7147
|
+
lpFee: number;
|
|
7148
|
+
currency0: string;
|
|
7149
|
+
currency1: string;
|
|
7150
|
+
decimalsCurrency0: number;
|
|
7151
|
+
decimalsCurrency1: number;
|
|
7152
|
+
symbolCurrency0: string;
|
|
7153
|
+
symbolCurrency1: string;
|
|
7154
|
+
lowerPriceTolerance?: number | undefined;
|
|
7155
|
+
upperPriceTolerance?: number | undefined;
|
|
7156
|
+
lowerPriceBond?: number | undefined;
|
|
7157
|
+
upperPriceBond?: number | undefined;
|
|
7158
7158
|
} | {
|
|
7159
7159
|
token: string;
|
|
7160
7160
|
} | {
|
|
@@ -7602,67 +7602,6 @@ export declare const getAPR: (params: {
|
|
|
7602
7602
|
collateralToken: string;
|
|
7603
7603
|
symbolCollateralToken: string;
|
|
7604
7604
|
decimalsCollateralToken: number;
|
|
7605
|
-
} | {
|
|
7606
|
-
whitelist?: string[] | undefined;
|
|
7607
|
-
blacklist?: string[] | undefined;
|
|
7608
|
-
isOutOfRangeIncentivized: boolean;
|
|
7609
|
-
weightFees: number;
|
|
7610
|
-
weightToken0: number;
|
|
7611
|
-
weightToken1: number;
|
|
7612
|
-
poolId: string;
|
|
7613
|
-
poolManager: string;
|
|
7614
|
-
lpFee: number;
|
|
7615
|
-
currency0: string;
|
|
7616
|
-
currency1: string;
|
|
7617
|
-
decimalsCurrency0: number;
|
|
7618
|
-
decimalsCurrency1: number;
|
|
7619
|
-
symbolCurrency0: string;
|
|
7620
|
-
symbolCurrency1: string;
|
|
7621
|
-
lowerPriceTolerance?: number | undefined;
|
|
7622
|
-
upperPriceTolerance?: number | undefined;
|
|
7623
|
-
lowerPriceBond?: number | undefined;
|
|
7624
|
-
upperPriceBond?: number | undefined;
|
|
7625
|
-
} | {
|
|
7626
|
-
whitelist?: string[] | undefined;
|
|
7627
|
-
blacklist?: string[] | undefined;
|
|
7628
|
-
isOutOfRangeIncentivized: boolean;
|
|
7629
|
-
weightFees: number;
|
|
7630
|
-
weightToken0: number;
|
|
7631
|
-
weightToken1: number;
|
|
7632
|
-
poolId: string;
|
|
7633
|
-
poolManager: string;
|
|
7634
|
-
lpFee: number;
|
|
7635
|
-
currency0: string;
|
|
7636
|
-
currency1: string;
|
|
7637
|
-
decimalsCurrency0: number;
|
|
7638
|
-
decimalsCurrency1: number;
|
|
7639
|
-
symbolCurrency0: string;
|
|
7640
|
-
symbolCurrency1: string;
|
|
7641
|
-
lowerPriceTolerance?: number | undefined;
|
|
7642
|
-
upperPriceTolerance?: number | undefined;
|
|
7643
|
-
lowerPriceBond?: number | undefined;
|
|
7644
|
-
upperPriceBond?: number | undefined;
|
|
7645
|
-
config: string;
|
|
7646
|
-
} | {
|
|
7647
|
-
whitelist?: string[] | undefined;
|
|
7648
|
-
blacklist?: string[] | undefined;
|
|
7649
|
-
isOutOfRangeIncentivized: boolean;
|
|
7650
|
-
weightFees: number;
|
|
7651
|
-
weightToken0: number;
|
|
7652
|
-
weightToken1: number;
|
|
7653
|
-
poolId: string;
|
|
7654
|
-
poolManager: string;
|
|
7655
|
-
lpFee: number;
|
|
7656
|
-
currency0: string;
|
|
7657
|
-
currency1: string;
|
|
7658
|
-
decimalsCurrency0: number;
|
|
7659
|
-
decimalsCurrency1: number;
|
|
7660
|
-
symbolCurrency0: string;
|
|
7661
|
-
symbolCurrency1: string;
|
|
7662
|
-
lowerPriceTolerance?: number | undefined;
|
|
7663
|
-
upperPriceTolerance?: number | undefined;
|
|
7664
|
-
lowerPriceBond?: number | undefined;
|
|
7665
|
-
upperPriceBond?: number | undefined;
|
|
7666
7605
|
} | {
|
|
7667
7606
|
recipients: {
|
|
7668
7607
|
recipient: string;
|
|
@@ -7803,6 +7742,27 @@ export declare const getAPR: (params: {
|
|
|
7803
7742
|
decimalsUnderlyingToken: number;
|
|
7804
7743
|
symbolUnderlyingToken: string;
|
|
7805
7744
|
strategy: string;
|
|
7745
|
+
} | {
|
|
7746
|
+
whitelist?: string[] | undefined;
|
|
7747
|
+
blacklist?: string[] | undefined;
|
|
7748
|
+
isOutOfRangeIncentivized: boolean;
|
|
7749
|
+
weightFees: number;
|
|
7750
|
+
weightToken0: number;
|
|
7751
|
+
weightToken1: number;
|
|
7752
|
+
poolId: string;
|
|
7753
|
+
poolManager: string;
|
|
7754
|
+
lpFee: number;
|
|
7755
|
+
currency0: string;
|
|
7756
|
+
currency1: string;
|
|
7757
|
+
decimalsCurrency0: number;
|
|
7758
|
+
decimalsCurrency1: number;
|
|
7759
|
+
symbolCurrency0: string;
|
|
7760
|
+
symbolCurrency1: string;
|
|
7761
|
+
lowerPriceTolerance?: number | undefined;
|
|
7762
|
+
upperPriceTolerance?: number | undefined;
|
|
7763
|
+
lowerPriceBond?: number | undefined;
|
|
7764
|
+
upperPriceBond?: number | undefined;
|
|
7765
|
+
config: string;
|
|
7806
7766
|
} | {
|
|
7807
7767
|
targetToken: string;
|
|
7808
7768
|
decimalsTargetToken: number;
|
|
@@ -8293,6 +8253,46 @@ export declare const getAPR: (params: {
|
|
|
8293
8253
|
poolId: string;
|
|
8294
8254
|
} | {
|
|
8295
8255
|
recipientAddress: string;
|
|
8256
|
+
} | {
|
|
8257
|
+
whitelist?: string[] | undefined;
|
|
8258
|
+
blacklist?: string[] | undefined;
|
|
8259
|
+
isOutOfRangeIncentivized: boolean;
|
|
8260
|
+
weightFees: number;
|
|
8261
|
+
weightToken0: number;
|
|
8262
|
+
weightToken1: number;
|
|
8263
|
+
poolId: string;
|
|
8264
|
+
poolManager: string;
|
|
8265
|
+
lpFee: number;
|
|
8266
|
+
currency0: string;
|
|
8267
|
+
currency1: string;
|
|
8268
|
+
decimalsCurrency0: number;
|
|
8269
|
+
decimalsCurrency1: number;
|
|
8270
|
+
symbolCurrency0: string;
|
|
8271
|
+
symbolCurrency1: string;
|
|
8272
|
+
lowerPriceTolerance?: number | undefined;
|
|
8273
|
+
upperPriceTolerance?: number | undefined;
|
|
8274
|
+
lowerPriceBond?: number | undefined;
|
|
8275
|
+
upperPriceBond?: number | undefined;
|
|
8276
|
+
} | {
|
|
8277
|
+
whitelist?: string[] | undefined;
|
|
8278
|
+
blacklist?: string[] | undefined;
|
|
8279
|
+
isOutOfRangeIncentivized: boolean;
|
|
8280
|
+
weightFees: number;
|
|
8281
|
+
weightToken0: number;
|
|
8282
|
+
weightToken1: number;
|
|
8283
|
+
poolId: string;
|
|
8284
|
+
poolManager: string;
|
|
8285
|
+
lpFee: number;
|
|
8286
|
+
currency0: string;
|
|
8287
|
+
currency1: string;
|
|
8288
|
+
decimalsCurrency0: number;
|
|
8289
|
+
decimalsCurrency1: number;
|
|
8290
|
+
symbolCurrency0: string;
|
|
8291
|
+
symbolCurrency1: string;
|
|
8292
|
+
lowerPriceTolerance?: number | undefined;
|
|
8293
|
+
upperPriceTolerance?: number | undefined;
|
|
8294
|
+
lowerPriceBond?: number | undefined;
|
|
8295
|
+
upperPriceBond?: number | undefined;
|
|
8296
8296
|
} | {
|
|
8297
8297
|
token: string;
|
|
8298
8298
|
} | {
|