There was an error while loading. Please reload this page.
1 parent 423f5e2 commit f843578Copy full SHA for f843578
1 file changed
contracts/interfaces/IStableTokenV3CrossChain.sol
@@ -4,6 +4,10 @@ import {
4
IERC20PermitUpgradeable
5
} from "openzeppelin-contracts-upgradeable/contracts/token/ERC20/extensions/draft-IERC20PermitUpgradeable.sol";
6
7
+/**
8
+ * @title IStableTokenV3CrossChain
9
+ * @notice Interface for the StableTokenV3CrossChain contract.
10
+ */
11
interface IStableTokenV3CrossChain is IERC20PermitUpgradeable {
12
/**
13
* @notice Initializes a StableTokenV3.
0 commit comments