@merkl/api 0.21.46 → 0.21.47
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.
@@ -288,6 +288,7 @@ export declare enum pufferCampaigns {
|
|
288
288
|
vePuffer = "0x1b6ec227ceBeC25118270efbb4b67642fc29965E",
|
289
289
|
mindNetwork_pufETH = "0xdf69c0F65e1A2F50f15E531ea23bDd9cC5CFeA8d",
|
290
290
|
pancakeSwap_xpufEth = "0x2b8d093f22f7b6f53d02aca106de3eabc0937d45",
|
291
|
+
pancakeSwap_puffer_USDC = "0x03F83FdFb168E7A2A621691E4B15297B1917ab91",
|
291
292
|
aerodrome_cl50_xpufETH = "0xCDf927C0F7b81b146C0C9e9323eb5A28D1BFA183",
|
292
293
|
uniswapv3_eth_pufETH = "0xBDB04e915B94FbFD6e8552ff7860E59Db7d4499a",
|
293
294
|
uniswapv3_weth_PUFFER = "0xc5c9a9AB6403CDBa9722463000146C18b504F0bA",
|
@@ -362,6 +362,7 @@ export var pufferCampaigns;
|
|
362
362
|
pufferCampaigns["vePuffer"] = "0x1b6ec227ceBeC25118270efbb4b67642fc29965E";
|
363
363
|
pufferCampaigns["mindNetwork_pufETH"] = "0xdf69c0F65e1A2F50f15E531ea23bDd9cC5CFeA8d";
|
364
364
|
pufferCampaigns["pancakeSwap_xpufEth"] = "0x2b8d093f22f7b6f53d02aca106de3eabc0937d45";
|
365
|
+
pufferCampaigns["pancakeSwap_puffer_USDC"] = "0x03F83FdFb168E7A2A621691E4B15297B1917ab91";
|
365
366
|
pufferCampaigns["aerodrome_cl50_xpufETH"] = "0xCDf927C0F7b81b146C0C9e9323eb5A28D1BFA183";
|
366
367
|
pufferCampaigns["uniswapv3_eth_pufETH"] = "0xBDB04e915B94FbFD6e8552ff7860E59Db7d4499a";
|
367
368
|
pufferCampaigns["uniswapv3_weth_PUFFER"] = "0xc5c9a9AB6403CDBa9722463000146C18b504F0bA";
|
@@ -6585,6 +6586,19 @@ const PufferInterfaceCampaigns = {
|
|
6585
6586
|
weightToken0: 5000,
|
6586
6587
|
weightToken1: 5000,
|
6587
6588
|
},
|
6589
|
+
[pufferCampaigns.pancakeSwap_puffer_USDC]: {
|
6590
|
+
campaignType: Campaign.CLAMM,
|
6591
|
+
computeChainId: ChainId.BSC,
|
6592
|
+
poolAddress: "0x03F83FdFb168E7A2A621691E4B15297B1917ab91",
|
6593
|
+
hooks: [],
|
6594
|
+
whitelist: [],
|
6595
|
+
blacklist: [],
|
6596
|
+
url: "https://pancakeswap.finance/info/v3/pairs/0x03f83fdfb168e7a2a621691e4b15297b1917ab91",
|
6597
|
+
isOutOfRangeIncentivized: false,
|
6598
|
+
weightFees: 0,
|
6599
|
+
weightToken0: 5000,
|
6600
|
+
weightToken1: 5000,
|
6601
|
+
},
|
6588
6602
|
[pufferCampaigns.aerodrome_cl50_xpufETH]: {
|
6589
6603
|
campaignType: Campaign.CLAMM,
|
6590
6604
|
computeChainId: ChainId.BASE,
|