Skip to content

Commit

Permalink
Update ERC1967Upgrade.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx authored Apr 5, 2023
1 parent 4b61bfe commit b082da8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions contracts/proxy/ERC1967/ERC1967Upgrade.sol
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,6 @@ abstract contract ERC1967Upgrade is IERC1967 {
*/
bytes32 internal constant _BEACON_SLOT = 0xa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d50;

/**
* @dev Emitted when the beacon is upgraded.
*/
event BeaconUpgraded(address indexed beacon);

/**
* @dev Returns the current beacon.
*/
Expand Down

0 comments on commit b082da8

Please sign in to comment.