Skip to content

Commit ae1cd60

Browse files
authored
renamed from core to coreInitializable for the ERC1155 (#152)
1 parent 1367f88 commit ae1cd60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/token/ERC1155CoreInitializable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pragma solidity ^0.8.20;
44
import {ERC1155Base} from "./ERC1155Base.sol";
55
import {Initializable} from "@solady/utils/Initializable.sol";
66

7-
contract ERC1155Core is ERC1155Base, Initializable {
7+
contract ERC1155CoreInitializable is ERC1155Base, Initializable {
88

99
constructor() {
1010
_disableInitializers();

0 commit comments

Comments
 (0)