Skip to content

Commit

Permalink
fix: g-3 Redundant operations can be deleted (removing BaseRecallPric…
Browse files Browse the repository at this point in the history
…ing)
  • Loading branch information
dangerousfood committed Jan 19, 2024
1 parent f8496c8 commit 08be313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 53 deletions.
50 changes: 0 additions & 50 deletions src/pricing/BaseRecallPricing.sol

This file was deleted.

5 changes: 2 additions & 3 deletions src/pricing/CompoundInterestPricing.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
pragma solidity ^0.8.17;

import {Starport} from "starport-core/Starport.sol";

import {BaseRecallPricing} from "v1-core/pricing/BaseRecallPricing.sol";
import {BasePricing} from "starport-core/pricing/BasePricing.sol";
import {AstariaV1Lib} from "v1-core/lib/AstariaV1Lib.sol";

abstract contract CompoundInterestPricing is BaseRecallPricing {
abstract contract CompoundInterestPricing is BasePricing {
/*´:°•.°+.*•´.*:˚.°*.˚•´.°:°•.°•.*•´.*:˚.°*.˚•´.°:°•.°+.*•´.*:*/
/* PUBLIC FUNCTIONS */
/*.•°:°.´+˚.*°.˚:*.´•*.+°.•°:´*.´•*.•°.•°:°.´:•˚°.*°.˚:*.´+°.•*/
Expand Down

0 comments on commit 08be313

Please sign in to comment.