Skip to content

Commit

Permalink
revert changes to contract and anvil state
Browse files Browse the repository at this point in the history
  • Loading branch information
ricomateo committed Jan 30, 2025
1 parent da1341f commit 83bb3ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/anvil/contracts-deployed-anvil-state.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contracts/src/MockERC20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pragma solidity ^0.8.12;

import {ERC20, IERC20} from "@openzeppelin/contracts/token/ERC20/ERC20.sol";

contract MockERC20 is ERC20("Mock Token", "MOCK") {
contract MockERC20 is ERC20("Mock Token", "MCK") {
function mint(address account, uint256 amount) public {
_mint(account, amount);
}
Expand Down

0 comments on commit 83bb3ca

Please sign in to comment.