Skip to content

Commit

Permalink
update documentation to correct value
Browse files Browse the repository at this point in the history
  • Loading branch information
gretzke committed Oct 18, 2023
1 parent 6a58922 commit 123c97b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/IPolygonEcosystemToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 123c97b

Please sign in to comment.