Skip to content

Commit

Permalink
remove dynamicId implementation & set vars in constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
TamaraRingas committed Aug 28, 2024
1 parent dea487a commit 19c29ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/world-module-erc20-own-store/src/MUDERC20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { Balances } from "./codegen/tables/Balances.sol";
import { Allowances } from "./codegen/tables/Allowances.sol";

import { Store } from "@latticexyz/store/src/Store.sol";
import { ResourceId, ResourceIdLib } from "@latticexyz/store/src/ResourceId.sol";

contract MUDERC20 is Store, IERC20Errors, IERC20Events {
constructor(string memory _name, string memory _symbol, uint8 _decimals) {
Expand Down

0 comments on commit 19c29ab

Please sign in to comment.