Skip to content

Commit

Permalink
feat: qa reenable graphql and core contracts check
Browse files Browse the repository at this point in the history
  • Loading branch information
gitcoindev committed Jan 24, 2024
1 parent 35d53fa commit 7351061
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/contracts/src/dollar/core/ERC20Ubiquity.sol
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ abstract contract ERC20Ubiquity is
uint256 _amount
);

// add comment

/// @notice Modifier checks that the method is called by a user with the "pauser" role
modifier onlyPauser() {
require(
Expand Down
1 change: 1 addition & 0 deletions packages/contracts/src/dollar/core/StakingShare.sol
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ contract StakingShare is ERC1155Ubiquity, ERC1155URIStorageUpgradeable {
uint256 endBlock;
// lp remaining for a user
uint256 lpAmount;
uint256 findMe1;
}

/// @notice Mapping of stake id to stake info
Expand Down
2 changes: 2 additions & 0 deletions packages/contracts/src/dollar/libraries/LibDiamond.sol
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ library LibDiamond {
}
}

// add some other comment

/**
* @notice Replaces functions in a facet
* @param _facetAddress Facet address
Expand Down

0 comments on commit 7351061

Please sign in to comment.