@merkl/api 1.0.10 → 1.0.11
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.
@@ -18,7 +18,12 @@ export declare enum program {
|
|
18
18
|
WorldChain = "WorldChain",
|
19
19
|
StableJack = "StableJack",
|
20
20
|
Corn = "Corn",
|
21
|
-
GauntletCompound = "GauntletCompound"
|
21
|
+
GauntletCompound = "GauntletCompound",
|
22
|
+
YieldNest = "YieldNest"
|
23
|
+
}
|
24
|
+
export declare enum yieldNestCampaigns {
|
25
|
+
Ethereum_veYND = "Ethereum_veYND",
|
26
|
+
Ink_Curve_ynETHx_ETH = "Ink Curve ynETHx/ETH 0x4daAcF1af85AB4728FCB63901EFc2E984b006D37"
|
22
27
|
}
|
23
28
|
export declare enum roninCampaigns {
|
24
29
|
Katana_WETH_RON_Ronin = "Katana WETH-RON Ronin 0x90f31f1907a4d1443a6aacdc91ac2312f91bafa7",
|
@@ -2097,7 +2102,29 @@ export declare enum StableJackCampaigns {
|
|
2097
2102
|
declare const StableJackInterfaceCampaigns: {
|
2098
2103
|
[key in StableJackCampaigns]: partialConfig;
|
2099
2104
|
};
|
2105
|
+
declare const YieldNetCampaigns: {
|
2106
|
+
Ethereum_veYND: {
|
2107
|
+
campaignType: Campaign;
|
2108
|
+
computeChainId: ChainId;
|
2109
|
+
targetToken: string;
|
2110
|
+
hooks: never[];
|
2111
|
+
whitelist: never[];
|
2112
|
+
blacklist: never[];
|
2113
|
+
forwarders: never[];
|
2114
|
+
url: string;
|
2115
|
+
};
|
2116
|
+
"Ink Curve ynETHx/ETH 0x4daAcF1af85AB4728FCB63901EFc2E984b006D37": {
|
2117
|
+
campaignType: Campaign;
|
2118
|
+
computeChainId: ChainId;
|
2119
|
+
targetToken: string;
|
2120
|
+
hooks: never[];
|
2121
|
+
whitelist: never[];
|
2122
|
+
blacklist: never[];
|
2123
|
+
forwarders: never[];
|
2124
|
+
url: string;
|
2125
|
+
};
|
2126
|
+
};
|
2100
2127
|
export declare const MerklInterfaceCampaigns: {
|
2101
|
-
[key in program]: typeof PufferInterfaceCampaigns | typeof ZkSyncInterfaceCampaigns | typeof ModeInterfaceCampaigns | typeof VicunaInterfaceCampaigns | typeof SonicmarketInterfaceCampaigns | typeof ReserveInterfaceCampaigns | typeof BeetsInterfaceCampaigns | typeof CeloInterfaceCampaigns | typeof EtherlinkInterfaceCampaigns | typeof SwapxInterfaceCampaigns | typeof AnglesInterfaceCampaigns | typeof RoninInterfaceCampaigns | typeof TACInterfaceCampaigns | typeof HypurrFiCampaignsInterface | typeof WorldChainInterfaceCampaigns | typeof StableJackInterfaceCampaigns | typeof CornInterfaceCampaigns | typeof GauntletCompoundInterfaceCampaigns;
|
2128
|
+
[key in program]: typeof PufferInterfaceCampaigns | typeof ZkSyncInterfaceCampaigns | typeof ModeInterfaceCampaigns | typeof VicunaInterfaceCampaigns | typeof SonicmarketInterfaceCampaigns | typeof ReserveInterfaceCampaigns | typeof BeetsInterfaceCampaigns | typeof CeloInterfaceCampaigns | typeof EtherlinkInterfaceCampaigns | typeof SwapxInterfaceCampaigns | typeof AnglesInterfaceCampaigns | typeof RoninInterfaceCampaigns | typeof TACInterfaceCampaigns | typeof HypurrFiCampaignsInterface | typeof WorldChainInterfaceCampaigns | typeof StableJackInterfaceCampaigns | typeof CornInterfaceCampaigns | typeof GauntletCompoundInterfaceCampaigns | typeof YieldNetCampaigns;
|
2102
2129
|
};
|
2103
2130
|
export {};
|