1. 02 Jul, 2022 1 commit
    • smartcontracts's avatar
      feat(ctb): use ERC721Enumerable for standard token (#2917) · be4647ec
      smartcontracts authored
      Replaces ERC721 with ERC721Enumerable for the standard version of the
      OptimismMintableERC721 token. Enumerable is generally less useful on L1
      because it consumes more gas but it makes indexing significantly easier
      and gas is cheap on L2. Also removes reinitializer functions because we
      don't want to be initializing contracts every time we re-deploy.
      be4647ec
  2. 01 Jul, 2022 7 commits
  3. 30 Jun, 2022 9 commits
  4. 29 Jun, 2022 23 commits