Skip to content

Commit

Permalink
chore: 3 contracts modified
Browse files Browse the repository at this point in the history
  • Loading branch information
gitcoindev committed Aug 21, 2023
1 parent ff70800 commit 73200cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/contracts/src/dollar/Diamond.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ struct DiamondArgs {

/**
* @notice Contract that implements diamond proxy pattern
* @dev Main protocol's entrypoint 7
* @dev Main protocol's entrypoint 8
*/
contract Diamond {
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/src/dollar/core/CreditClock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ contract CreditClock {
/// @notice The block height from where we start applying the rate.
uint256 public rateStartBlock;

/// @notice This is the exchange rate of Credits for the start block.
/// @notice This is the exchange rate of Credits for the start block 1.
bytes16 public rateStartValue;

/// @notice Deprecation rate. How many Dollars are deprecated on each block.
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/src/dollar/core/StakingShare.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "../../dollar/utils/SafeAddArray.sol";
import "../interfaces/IAccessControl.sol";
import "../libraries/Constants.sol";

/// @notice Contract representing a staking share in the form of ERC1155 token
/// @notice Contract representing a staking share in the form of ERC1155 token 2
contract StakingShare is ERC1155Ubiquity, ERC1155URIStorage {
using SafeAddArray for uint256[];

Expand Down

0 comments on commit 73200cd

Please sign in to comment.