diff --git a/docs/src/src/interfaces/IPolygonEcosystemToken.sol/interface.IPolygonEcosystemToken.md b/docs/src/src/interfaces/IPolygonEcosystemToken.sol/interface.IPolygonEcosystemToken.md index 13aba64..9544532 100644 --- a/docs/src/src/interfaces/IPolygonEcosystemToken.sol/interface.IPolygonEcosystemToken.md +++ b/docs/src/src/interfaces/IPolygonEcosystemToken.sol/interface.IPolygonEcosystemToken.md @@ -1,5 +1,5 @@ # IPolygonEcosystemToken -[Git Source](https://github.com/0xPolygon/pol-token/blob/7a1dec282d430e9f94fc81b42f7da0c058e0221b/src/interfaces/IPolygonEcosystemToken.sol) +[Git Source](https://github.com/0xPolygon/pol-token/blob/c90f15d50e8eaa68c8104f9ffe45a66d1d128a64/src/interfaces/IPolygonEcosystemToken.sol) **Inherits:** IERC20, IERC20Permit, IAccessControlEnumerable @@ -115,7 +115,7 @@ function PERMIT2() external view returns (address); ### mintPerSecondCap -*13.37 POL tokens per second. will limit emission in ~23 years* +*13.37 POL tokens per second. will limit emission in ~12 years* ```solidity diff --git a/src/interfaces/IPolygonEcosystemToken.sol b/src/interfaces/IPolygonEcosystemToken.sol index 6a3280e..0ae6f73 100644 --- a/src/interfaces/IPolygonEcosystemToken.sol +++ b/src/interfaces/IPolygonEcosystemToken.sol @@ -55,7 +55,7 @@ interface IPolygonEcosystemToken is IERC20, IERC20Permit, IAccessControlEnumerab function PERMIT2() external view returns (address); /// @return currentMintPerSecondCap the current amount of tokens that can be minted per second - /// @dev 13.37 POL tokens per second. will limit emission in ~23 years + /// @dev 13.37 POL tokens per second. will limit emission in ~12 years function mintPerSecondCap() external view returns (uint256 currentMintPerSecondCap); /// @return lastMintTimestamp the timestamp of the last mint