Skip to content

Commit

Permalink
test(storage-workflow): should fail if core / diamond storage is chan…
Browse files Browse the repository at this point in the history
…ged with collision
  • Loading branch information
zugdev committed Oct 16, 2024
1 parent 2953cb8 commit 88fa459
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions packages/contracts/src/dollar/core/ERC20Ubiquity.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ abstract contract ERC20Ubiquity is
ERC20PermitUpgradeable,
ERC20PausableUpgradeable
{
address test;

/// @notice Token symbol
string private _symbol;

Expand Down
1 change: 0 additions & 1 deletion packages/contracts/src/dollar/libraries/LibAppStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import "./Constants.sol";

/// @notice Shared struct used as a storage in the `LibAppStorage` library
struct AppStorage {
address test;
// reentrancy guard
uint256 reentrancyStatus;
// others
Expand Down

0 comments on commit 88fa459

Please sign in to comment.