• 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
Name
Last commit
Last update
..
contracts Loading commit data...
helpers Loading commit data...
setup.ts Loading commit data...