10 lines
190 B
Solidity
10 lines
190 B
Solidity
// SPDX-License-Identifier: MIT
|
|
pragma solidity ^0.8.20;
|
|
|
|
/**
|
|
* @title ITokenFactory138
|
|
* @notice Minimal interface for TokenFactory138 (stub for build)
|
|
*/
|
|
interface ITokenFactory138 {
|
|
}
|