Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: rename mint/burn and add SuperchainERC20 #74

Merged
merged 10 commits into from
Oct 1, 2024

Conversation

agusduha
Copy link
Member

@agusduha agusduha commented Oct 1, 2024

Closes OPT-258

@agusduha agusduha self-assigned this Oct 1, 2024
Copy link

linear bot commented Oct 1, 2024

Comment on lines 8 to 9
/// @title ISuperchainERC20Errors
/// @notice Interface containing the errors added in the SuperchainERC20 implementation.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// @title ISuperchainERC20Errors
/// @notice Interface containing the errors added in the SuperchainERC20 implementation.
/// @title IOptimismSuperchainERC20Errors
/// @notice Interface containing the errors added in the OptimismSuperchainERC20 implementation.

Comment on lines 15 to 16
/// @title ISuperchainERC20Extension
/// @notice This interface is available on the SuperchainERC20 contract.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// @title ISuperchainERC20Extension
/// @notice This interface is available on the SuperchainERC20 contract.
/// @title IOptimismSuperchainERC20Extension
/// @notice This interface is available on the OptimismSuperchainERC20 contract.

Comment on lines 42 to 43
/// @title ISuperchainERC20
/// @notice Combines Solady's ERC20 interface with the SuperchainERC20Extension interface.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// @title ISuperchainERC20
/// @notice Combines Solady's ERC20 interface with the SuperchainERC20Extension interface.
/// @title IOptimismSuperchainERC20
/// @notice Combines Solady's ERC20 interface with the IOptimismSuperchainERC20Extension interface.

@agusduha agusduha merged commit d9bdad1 into sc/superchain-erc20-redesign Oct 1, 2024
3 checks passed
@agusduha agusduha deleted the chore/rename-superchainerc20 branch October 1, 2024 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants