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

Commits on Sep 30, 2024

  1. refactor: rename mint and burn functions on superchain erc20

    * chore: rename optimism superchain erc20 to superchain erc20
    0xDiscotech committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c1f796b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. feat: create optimism superchain erc20 contract

    * chore: update natspec and errors
    0xDiscotech committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ff47523 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c31ce7 View commit details
    Browse the repository at this point in the history
  3. refactor: make superchain erc20 abstract

    * refactor: move storage and erc20 metadata functions to implementation
    
    * chore: update interfaces
    0xDiscotech committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    841101d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba100f8 View commit details
    Browse the repository at this point in the history
  5. fix: tests

    0xDiscotech committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    959bb90 View commit details
    Browse the repository at this point in the history
  6. fix: natspecs

    agusduha committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0f1fc2c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f48a1a5 View commit details
    Browse the repository at this point in the history
  8. fix: remove unused imports

    agusduha committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8965557 View commit details
    Browse the repository at this point in the history
  9. fix: natspecs

    agusduha committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8a94c49 View commit details
    Browse the repository at this point in the history