Skip to content

Commit

Permalink
fix: revert contract
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSolDev committed Dec 30, 2024
1 parent 88d46b4 commit dc3116d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/SelfPeggingAsset.sol
Original file line number Diff line number Diff line change
Expand Up @@ -1177,6 +1177,13 @@ contract SelfPeggingAsset is Initializable, ReentrancyGuardUpgradeable, OwnableU
totalSupply = newD;
}

/**
* @dev Returns the array of token addresses in the pool.
*/
function getTokens() public view returns (address[] memory) {
return tokens;
}

/**
* @notice This function allows to rebase LPToken by increasing his total supply
* from the current stableSwap pool by the staking rewards and the swap fee.
Expand Down

0 comments on commit dc3116d

Please sign in to comment.