Skip to content

Commit

Permalink
Merge pull request #179 from 1inch/feature/new-fee-flow
Browse files Browse the repository at this point in the history
[SC-1219] upgrade to new fee flow
  • Loading branch information
ZumZoom authored Dec 11, 2024
2 parents 8c79664 + 5f11426 commit c36c75f
Show file tree
Hide file tree
Showing 21 changed files with 497 additions and 2,000 deletions.
133 changes: 0 additions & 133 deletions contracts/FeeBank.sol

This file was deleted.

76 changes: 0 additions & 76 deletions contracts/FeeBankCharger.sol

This file was deleted.

4 changes: 2 additions & 2 deletions contracts/Settlement.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import { SimpleSettlement } from "./SimpleSettlement.sol";
contract Settlement is SimpleSettlement {
error InvalidPriorityFee();

constructor(address limitOrderProtocol, IERC20 feeToken, IERC20 accessToken, address weth, address owner)
SimpleSettlement(limitOrderProtocol, feeToken, accessToken, weth, owner)
constructor(address limitOrderProtocol, IERC20 accessToken, address weth, address owner)
SimpleSettlement(limitOrderProtocol, accessToken, weth, owner)
{}

function _postInteraction(
Expand Down
Loading

0 comments on commit c36c75f

Please sign in to comment.