@merkl/api 0.10.235 → 0.10.236
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.
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Campaign, ChainId, Forwarder, MorphoSubCampaignType, StandardType } from "@sdk";
|
1
|
+
import { BalanceCallType, Campaign, ChainId, Forwarder, MorphoSubCampaignType, StandardType } from "@sdk";
|
2
2
|
export var program;
|
3
3
|
(function (program) {
|
4
4
|
program["Puffer"] = "Puffer";
|
@@ -588,7 +588,14 @@ const ZkSyncInterfaceCampaigns = {
|
|
588
588
|
whitelist: [],
|
589
589
|
blacklist: [],
|
590
590
|
url: "https://syncswap.xyz/pool/wizard",
|
591
|
-
forwarders: [
|
591
|
+
forwarders: [
|
592
|
+
{
|
593
|
+
forwarderType: Forwarder.VAULT,
|
594
|
+
priority: 0,
|
595
|
+
sender: "0x8f92f5EE38379BF784D09E65896cACf0a3050d0d",
|
596
|
+
balanceCallType: BalanceCallType.SyncSwap,
|
597
|
+
},
|
598
|
+
],
|
592
599
|
},
|
593
600
|
[zkSyncCampaigns.SyncSwap_wETH_wstETH]: {
|
594
601
|
campaignType: Campaign.ERC20,
|
@@ -598,7 +605,14 @@ const ZkSyncInterfaceCampaigns = {
|
|
598
605
|
whitelist: [],
|
599
606
|
blacklist: [],
|
600
607
|
url: "https://syncswap.xyz/pool/wizard",
|
601
|
-
forwarders: [
|
608
|
+
forwarders: [
|
609
|
+
{
|
610
|
+
forwarderType: Forwarder.VAULT,
|
611
|
+
priority: 0,
|
612
|
+
sender: "0x2B9a7d5cD64E5c1446b32e034e75A5C93B0C8bB5",
|
613
|
+
balanceCallType: BalanceCallType.SyncSwap,
|
614
|
+
},
|
615
|
+
],
|
602
616
|
},
|
603
617
|
[zkSyncCampaigns.SyncSwap_ETH_wrsETH]: {
|
604
618
|
campaignType: Campaign.ERC20,
|
@@ -608,7 +622,14 @@ const ZkSyncInterfaceCampaigns = {
|
|
608
622
|
whitelist: [],
|
609
623
|
blacklist: [],
|
610
624
|
url: "https://syncswap.xyz/pool/wizard",
|
611
|
-
forwarders: [
|
625
|
+
forwarders: [
|
626
|
+
{
|
627
|
+
forwarderType: Forwarder.VAULT,
|
628
|
+
priority: 0,
|
629
|
+
sender: "0x16580b31d68fFd418e1ff40C73DD1421CB83a0A7",
|
630
|
+
balanceCallType: BalanceCallType.SyncSwap,
|
631
|
+
},
|
632
|
+
],
|
612
633
|
},
|
613
634
|
[zkSyncCampaigns.SyncSwap_ZK_ETH]: {
|
614
635
|
campaignType: Campaign.ERC20,
|
@@ -618,7 +639,14 @@ const ZkSyncInterfaceCampaigns = {
|
|
618
639
|
whitelist: [],
|
619
640
|
blacklist: [],
|
620
641
|
url: "https://syncswap.xyz/pool/wizard",
|
621
|
-
forwarders: [
|
642
|
+
forwarders: [
|
643
|
+
{
|
644
|
+
forwarderType: Forwarder.VAULT,
|
645
|
+
priority: 0,
|
646
|
+
sender: "0x695E50eC204286F8604F0F05dD5eA9C362c2C43E",
|
647
|
+
balanceCallType: BalanceCallType.SyncSwap,
|
648
|
+
},
|
649
|
+
],
|
622
650
|
},
|
623
651
|
[zkSyncCampaigns.SyncSwap_USDCe_ETH]: {
|
624
652
|
campaignType: Campaign.ERC20,
|
@@ -628,7 +656,14 @@ const ZkSyncInterfaceCampaigns = {
|
|
628
656
|
whitelist: [],
|
629
657
|
blacklist: [],
|
630
658
|
url: "https://syncswap.xyz/pool/wizard",
|
631
|
-
forwarders: [
|
659
|
+
forwarders: [
|
660
|
+
{
|
661
|
+
forwarderType: Forwarder.VAULT,
|
662
|
+
priority: 0,
|
663
|
+
sender: "0xA1419939e8f8812A7B6A95d82B80fc373cf4cEA9",
|
664
|
+
balanceCallType: BalanceCallType.SyncSwap,
|
665
|
+
},
|
666
|
+
],
|
632
667
|
},
|
633
668
|
[zkSyncCampaigns.ZKSwap_wrsETH_ETH]: {
|
634
669
|
campaignType: Campaign.ERC20,
|