@merkl/api 0.10.397 → 0.10.399

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.
@@ -822,7 +822,14 @@ export const extractOpportunities = {
822
822
  "syncswap",
823
823
  "rfx",
824
824
  ],
825
- borrow: ["radiant_borrow", "aave_borrowing", "euler_borrow", "zerolend_borrowing"],
825
+ borrow: [
826
+ "radiant_borrow",
827
+ "aave_borrowing",
828
+ "euler_borrow",
829
+ "zerolend_borrowing",
830
+ "takotako_borrowing",
831
+ "lendle_borrowing",
832
+ ],
826
833
  lend: [
827
834
  "gearbox",
828
835
  "compound",
@@ -841,6 +848,8 @@ export const extractOpportunities = {
841
848
  "venus",
842
849
  "reactor_fusion",
843
850
  "woofi",
851
+ "takotako_lending",
852
+ "lendle_lending",
844
853
  ],
845
854
  },
846
855
  icons: {
@@ -41,6 +41,12 @@ async function getCompoundV2ForksVaults() {
41
41
  acc[cToken] = true;
42
42
  }
43
43
  }
44
+ else {
45
+ const [cToken] = defaultAbiCoder.decode(["address"], transfer.topics[1]);
46
+ if (!!cToken) {
47
+ acc[cToken] = true;
48
+ }
49
+ }
44
50
  return acc;
45
51
  }, {}));
46
52
  // Ensure that the entry in compoundVaults for the current chainId and compFork exists