Skip to content

Commit

Permalink
chore: PR comments resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
halaprix committed Apr 15, 2024
1 parent 22122f4 commit 68be25e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { IFlashLoanRecipient } from "../interfaces/flashloan/balancer/IFlashLoan
import { SafeERC20, IERC20 } from "../libs/SafeERC20.sol";
import { FlashloanData, Call } from "./types/Common.sol";
import { MCD_FLASH } from "../core/constants/Maker.sol";
import { console } from "hardhat/console.sol";

error UntrustedLender(address lender);
error InconsistentAsset(address flashloaned, address required);
Expand Down
1 change: 1 addition & 0 deletions packages/dma-contracts/hardhat.config.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import 'hardhat-gas-reporter'
import '@typechain/hardhat'
import 'solidity-coverage'
import 'solidity-docgen'
// TODO: Uncomment when hardhat-tracer is fixed -> version conflict between hh packages (uninitilized provider error)
// import 'hardhat-tracer'
import 'hardhat-abi-exporter'

Expand Down

0 comments on commit 68be25e

Please sign in to comment.