Skip to content

Commit

Permalink
fix: remove radiant v2 from flashloan aggregator
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-CCH committed Oct 17, 2024
1 parent b9334c4 commit e586709
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/purple-wombats-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@protocolink/logics': patch
---

remove radiant v2 from flashloan aggregator
2 changes: 0 additions & 2 deletions src/logics/utility/logic.flash-loan-aggregator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ import * as common from '@protocolink/common';
import * as core from '@protocolink/core';
import invariant from 'tiny-invariant';
import * as morphoblue from '../morphoblue';
import * as radiantv2 from '../radiant-v2';
import * as spark from '../spark';

export const supportedFlashLoanLogics = [
aavev2.FlashLoanLogic,
aavev3.FlashLoanLogic,
balancerv2.FlashLoanLogic,
morphoblue.FlashLoanLogic,
radiantv2.FlashLoanLogic,
spark.FlashLoanLogic,
];

Expand Down

0 comments on commit e586709

Please sign in to comment.