Skip to content

Commit

Permalink
import IERC20Events from module
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed Oct 30, 2023
1 parent f2c534e commit f49089a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
3 changes: 1 addition & 2 deletions packages/world-modules/test/ERC20.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ import { ERC20_REGISTRY_TABLE_ID } from "../src/modules/erc20-puppet/constants.s
import { IERC20Mintable } from "../src/modules/erc20-puppet/IERC20Mintable.sol";
import { registerERC20 } from "../src/modules/erc20-puppet/registerERC20.sol";
import { IERC20Errors } from "../src/modules/erc20-puppet/IERC20Errors.sol";

import { IERC20Events } from "./IERC20Events.sol";
import { IERC20Events } from "../src/modules/erc20-puppet/IERC20Events.sol";

contract ERC20Test is Test, GasReporter, IERC20Events, IERC20Errors {
IBaseWorld world;
Expand Down
18 changes: 0 additions & 18 deletions packages/world-modules/test/IERC20Events.sol

This file was deleted.

0 comments on commit f49089a

Please sign in to comment.