• 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
..
common-ts Loading commit data...
contracts Loading commit data...
contracts-bedrock Loading commit data...
contracts-governance Loading commit data...
contracts-periphery Loading commit data...
core-utils Loading commit data...
data-transport-layer Loading commit data...
drippie-mon Loading commit data...
fault-detector Loading commit data...
hardhat-deploy-config Loading commit data...
integration-tests-bedrock Loading commit data...
message-relayer Loading commit data...
replica-healthcheck Loading commit data...
sdk Loading commit data...