Cyfrin / foundry-defi-stablecoin-cu

241 stars 107 forks source link

Update ERC20Mock import #84

Open ArnaudBand opened 2 months ago

ArnaudBand commented 2 months ago

Replace the old import statement for ERC20Mock: Old:

import { ERC20Mock } from "@openzeppelin/contracts/mocks/ERC20Mock.sol"; // Updated mock location

New:

import {ERC20Mock} from "@openzeppelin/contracts/mocks/token/ERC20Mock.sol";
PatrickAlphaC commented 2 months ago

We'd need to update all the dependencies as well!