@merkl/api 1.11.47 → 1.11.50
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/eden/index.d.ts +2 -1
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/eulerVaultNames.js.map +1 -1
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/ownerFinder.js.map +1 -1
- package/dist/src/engine/implementations/Erc20/subTypes/detect.js.map +1 -1
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/euler/metadata.d.ts +1 -1
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/euler/metadata.js.map +1 -1
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/eulerEarn/metadata.d.ts +1 -1
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/eulerEarn/metadata.js.map +1 -1
- package/dist/src/index.d.ts +2 -1
- 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/legacy-claims/claims.controller.d.ts +2 -1
- package/dist/src/modules/v4/legacy-claims/claims.service.d.ts +2 -1
- package/dist/src/modules/v4/legacy-claims/claims.service.js.map +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.query-transformer.d.ts +56 -56
- package/dist/src/modules/v4/programPayload/programPayload.repository.d.ts +86 -6542
- package/dist/src/modules/v4/programPayload/programPayload.repository.js.map +1 -1
- package/dist/src/modules/v4/programPayload/subPayloads/bakerdao.d.ts +0 -6
- package/dist/src/modules/v4/programPayload/subPayloads/bakerdao.js.map +1 -1
- package/dist/src/modules/v4/programPayload/subPayloads/bancor.d.ts +0 -28
- package/dist/src/modules/v4/programPayload/subPayloads/bancor.js.map +1 -1
- package/dist/src/modules/v4/programPayload/subPayloads/hypurrFi.d.ts +0 -181
- package/dist/src/modules/v4/programPayload/subPayloads/hypurrFi.js.map +1 -1
- package/dist/src/modules/v4/programPayload/subPayloads/nibiru.d.ts +0 -36
- package/dist/src/modules/v4/programPayload/subPayloads/nibiru.js.map +1 -1
- package/dist/src/modules/v4/programPayload/subPayloads/redbelly.d.ts +0 -32
- package/dist/src/modules/v4/programPayload/subPayloads/redbelly.js.map +1 -1
- package/dist/src/modules/v4/programPayload/subPayloads/tac.d.ts +0 -873
- package/dist/src/modules/v4/programPayload/subPayloads/tac.js.map +1 -1
- package/dist/src/modules/v4/router.d.ts +2 -1
- package/dist/src/modules/v4/transaction/transaction.service.d.ts +1306 -1278
- package/dist/src/utils/getAPR.d.ts +598 -584
- package/dist/src/utils/parseDistributionType.d.ts +14 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -388,6 +388,7 @@ export declare const parseDistributionType: (params: {
|
|
|
388
388
|
recipient: string;
|
|
389
389
|
amount: string;
|
|
390
390
|
}[];
|
|
391
|
+
reference?: string | undefined;
|
|
391
392
|
} | {
|
|
392
393
|
borrowingToken: string;
|
|
393
394
|
supplyTokens: string[];
|
|
@@ -1487,6 +1488,7 @@ export declare const parseDistributionType: (params: {
|
|
|
1487
1488
|
poolId: string;
|
|
1488
1489
|
} | {
|
|
1489
1490
|
recipientAddress: string;
|
|
1491
|
+
reference?: string | undefined;
|
|
1490
1492
|
} | {
|
|
1491
1493
|
whitelist?: string[] | undefined;
|
|
1492
1494
|
blacklist?: string[] | undefined;
|
|
@@ -1938,6 +1940,7 @@ export declare const parseDistributionType: (params: {
|
|
|
1938
1940
|
recipient: string;
|
|
1939
1941
|
amount: string;
|
|
1940
1942
|
}[];
|
|
1943
|
+
reference?: string | undefined;
|
|
1941
1944
|
} | {
|
|
1942
1945
|
targetToken: string;
|
|
1943
1946
|
decimalsTargetToken: number;
|
|
@@ -2608,6 +2611,7 @@ export declare const parseDistributionType: (params: {
|
|
|
2608
2611
|
poolId: string;
|
|
2609
2612
|
} | {
|
|
2610
2613
|
recipientAddress: string;
|
|
2614
|
+
reference?: string | undefined;
|
|
2611
2615
|
} | {
|
|
2612
2616
|
whitelist?: string[] | undefined;
|
|
2613
2617
|
blacklist?: string[] | undefined;
|
|
@@ -3063,6 +3067,7 @@ export declare const parseDistributionType: (params: {
|
|
|
3063
3067
|
recipient: string;
|
|
3064
3068
|
amount: string;
|
|
3065
3069
|
}[];
|
|
3070
|
+
reference?: string | undefined;
|
|
3066
3071
|
} | {
|
|
3067
3072
|
targetToken: string;
|
|
3068
3073
|
decimalsTargetToken: number;
|
|
@@ -3733,6 +3738,7 @@ export declare const parseDistributionType: (params: {
|
|
|
3733
3738
|
poolId: string;
|
|
3734
3739
|
} | {
|
|
3735
3740
|
recipientAddress: string;
|
|
3741
|
+
reference?: string | undefined;
|
|
3736
3742
|
} | {
|
|
3737
3743
|
whitelist?: string[] | undefined;
|
|
3738
3744
|
blacklist?: string[] | undefined;
|
|
@@ -4186,6 +4192,7 @@ export declare const parseDistributionType: (params: {
|
|
|
4186
4192
|
recipient: string;
|
|
4187
4193
|
amount: string;
|
|
4188
4194
|
}[];
|
|
4195
|
+
reference?: string | undefined;
|
|
4189
4196
|
} | {
|
|
4190
4197
|
targetToken: string;
|
|
4191
4198
|
decimalsTargetToken: number;
|
|
@@ -4856,6 +4863,7 @@ export declare const parseDistributionType: (params: {
|
|
|
4856
4863
|
poolId: string;
|
|
4857
4864
|
} | {
|
|
4858
4865
|
recipientAddress: string;
|
|
4866
|
+
reference?: string | undefined;
|
|
4859
4867
|
} | {
|
|
4860
4868
|
whitelist?: string[] | undefined;
|
|
4861
4869
|
blacklist?: string[] | undefined;
|
|
@@ -5315,6 +5323,7 @@ export declare const parseDistributionType: (params: {
|
|
|
5315
5323
|
recipient: string;
|
|
5316
5324
|
amount: string;
|
|
5317
5325
|
}[];
|
|
5326
|
+
reference?: string | undefined;
|
|
5318
5327
|
} | {
|
|
5319
5328
|
targetToken: string;
|
|
5320
5329
|
decimalsTargetToken: number;
|
|
@@ -5985,6 +5994,7 @@ export declare const parseDistributionType: (params: {
|
|
|
5985
5994
|
poolId: string;
|
|
5986
5995
|
} | {
|
|
5987
5996
|
recipientAddress: string;
|
|
5997
|
+
reference?: string | undefined;
|
|
5988
5998
|
} | {
|
|
5989
5999
|
whitelist?: string[] | undefined;
|
|
5990
6000
|
blacklist?: string[] | undefined;
|
|
@@ -6445,6 +6455,7 @@ export declare const parseDistributionType: (params: {
|
|
|
6445
6455
|
recipient: string;
|
|
6446
6456
|
amount: string;
|
|
6447
6457
|
}[];
|
|
6458
|
+
reference?: string | undefined;
|
|
6448
6459
|
} | {
|
|
6449
6460
|
targetToken: string;
|
|
6450
6461
|
decimalsTargetToken: number;
|
|
@@ -7115,6 +7126,7 @@ export declare const parseDistributionType: (params: {
|
|
|
7115
7126
|
poolId: string;
|
|
7116
7127
|
} | {
|
|
7117
7128
|
recipientAddress: string;
|
|
7129
|
+
reference?: string | undefined;
|
|
7118
7130
|
} | {
|
|
7119
7131
|
whitelist?: string[] | undefined;
|
|
7120
7132
|
blacklist?: string[] | undefined;
|
|
@@ -7583,6 +7595,7 @@ export declare const parseDistributionType: (params: {
|
|
|
7583
7595
|
recipient: string;
|
|
7584
7596
|
amount: string;
|
|
7585
7597
|
}[];
|
|
7598
|
+
reference?: string | undefined;
|
|
7586
7599
|
} | {
|
|
7587
7600
|
targetToken: string;
|
|
7588
7601
|
decimalsTargetToken: number;
|
|
@@ -8253,6 +8266,7 @@ export declare const parseDistributionType: (params: {
|
|
|
8253
8266
|
poolId: string;
|
|
8254
8267
|
} | {
|
|
8255
8268
|
recipientAddress: string;
|
|
8269
|
+
reference?: string | undefined;
|
|
8256
8270
|
} | {
|
|
8257
8271
|
whitelist?: string[] | undefined;
|
|
8258
8272
|
blacklist?: string[] | undefined;
|