@merkl/api 0.10.220 → 0.10.221

Sign up to get free protection for your applications and to get access to all the features.
@@ -26,8 +26,12 @@ export async function ERC20DynamicData(chainId, campaigns) {
26
26
  ].includes(campaign.campaignId)) {
27
27
  campaign.campaignParameters.url = "https://moonwell.fi/markets/supply/base/usdc";
28
28
  }
29
- if (campaign.campaignId === "0xb656fa534c487d3d7c94a5ac2c265acde0d5b7a7c562548c58cfcbf4f7f552f4") {
30
- campaign.campaignParameters.url = "https://app.indexcoop.com/swap/eth/hyeth";
29
+ if ([
30
+ "0x2d3ae0a97c6f73ad37c1a9cc5e360f72b206ee61d96952fe772b3ab02f8a5713",
31
+ "0x653ec2bd4aa79b74a2d6c3240ebe3bc4afb679ea6963c2c8afceef69c7c914f9",
32
+ ].includes(campaign.campaignId)) {
33
+ campaign.campaignParameters.url =
34
+ "https://app.zerolend.xyz/reserve-overview/?underlyingAsset=0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48&marketName=proto_mainnet_rwa_v3&utm_source=Merkle&utm_medium=Website&utm_campaign=MerklMagic30";
31
35
  }
32
36
  callsRounds1.push({
33
37
  allowFailure: true,