@merkl/api 1.0.33 → 1.0.34
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.
@@ -26,7 +26,8 @@ export declare enum program {
|
|
26
26
|
}
|
27
27
|
export declare enum yieldNestCampaigns {
|
28
28
|
Ethereum_veYND = "Ethereum_veYND",
|
29
|
-
Ink_Curve_ynETHx_ETH = "Ink Curve ynETHx/ETH 0x4daAcF1af85AB4728FCB63901EFc2E984b006D37"
|
29
|
+
Ink_Curve_ynETHx_ETH = "Ink Curve ynETHx/ETH 0x4daAcF1af85AB4728FCB63901EFc2E984b006D37",
|
30
|
+
Ethereum_YND_WL = "Ethereum YND TEMP Locker and veYND"
|
30
31
|
}
|
31
32
|
export declare enum KatanaCampaigns {
|
32
33
|
Ethereum_kpdUSDC = "Ethereum kpdUSDC 0x7B5A0182E400b241b317e781a4e9dEdFc1429822 9.589041096",
|
@@ -2451,6 +2452,16 @@ declare const YieldNetCampaigns: {
|
|
2451
2452
|
forwarders: never[];
|
2452
2453
|
url: string;
|
2453
2454
|
};
|
2455
|
+
"Ethereum YND TEMP Locker and veYND": {
|
2456
|
+
campaignType: Campaign;
|
2457
|
+
computeChainId: ChainId;
|
2458
|
+
targetToken: string;
|
2459
|
+
hooks: never[];
|
2460
|
+
whitelist: string[];
|
2461
|
+
blacklist: never[];
|
2462
|
+
forwarders: never[];
|
2463
|
+
url: string;
|
2464
|
+
};
|
2454
2465
|
};
|
2455
2466
|
declare const katanaCampaignsInterface: {
|
2456
2467
|
"Ethereum kpdUSDC 0x7B5A0182E400b241b317e781a4e9dEdFc1429822 9.589041096": {
|