@merkl/api 0.10.378 → 0.10.380
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.
@@ -1009,7 +1009,7 @@ export const extractOpportunities = {
|
|
1009
1009
|
status: getStatus(all),
|
1010
1010
|
tags: getTags(campaigns.all),
|
1011
1011
|
dailyrewards: getDailyRewards(active, prices),
|
1012
|
-
tokenIcons: [
|
1012
|
+
tokenIcons: ["HYPERDRIVE"],
|
1013
1013
|
campaigns: { ...campaigns, type: Campaign.HYPERDRIVELOGFIXPROCESSOR, ids: campaigns.all.map(c => c.campaignId) },
|
1014
1014
|
rewardTokenIcons: getRewardTokenIcons(campaigns.active),
|
1015
1015
|
dailyRewardTokens: getRewardTokens(campaigns.active),
|
@@ -1044,7 +1044,7 @@ export const extractOpportunities = {
|
|
1044
1044
|
status: getStatus(all),
|
1045
1045
|
tags: getTags(campaigns.all),
|
1046
1046
|
dailyrewards: getDailyRewards(active, prices),
|
1047
|
-
tokenIcons: [
|
1047
|
+
tokenIcons: ["HYPERDRIVE"],
|
1048
1048
|
campaigns: { ...campaigns, type: Campaign.HYPERDRIVELOGPROCESSOR, ids: campaigns.all.map(c => c.campaignId) },
|
1049
1049
|
rewardTokenIcons: getRewardTokenIcons(campaigns.active),
|
1050
1050
|
dailyRewardTokens: getRewardTokens(campaigns.active),
|
@@ -1815,11 +1815,11 @@ const ZkSyncInterfaceCampaigns = {
|
|
1815
1815
|
[zkSyncCampaigns.Maverick_WETH_zkETH_Boosted_V2]: {
|
1816
1816
|
campaignType: Campaign.ERC20,
|
1817
1817
|
computeChainId: ChainId.ZKSYNC,
|
1818
|
-
targetToken: "
|
1818
|
+
targetToken: "0x9dD4AC8177C26C68A8560fCba0B89a57f5e5A582",
|
1819
1819
|
hooks: [],
|
1820
1820
|
whitelist: [],
|
1821
1821
|
blacklist: [],
|
1822
|
-
url: "https://app.mav.xyz/boosted-position/
|
1822
|
+
url: "https://app.mav.xyz/boosted-position/0x9dD4AC8177C26C68A8560fCba0B89a57f5e5A582/0xFB3874c26729a9eF9C3Ea9a05B99A45D75Cc1243?chain=324&f=true",
|
1823
1823
|
forwarders: [
|
1824
1824
|
{
|
1825
1825
|
forwarderType: Forwarder.MAVERICK_BOOSTED_POSITIONS,
|