@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 (
|
30
|
-
|
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,
|