• Mark Tyneway's avatar
    contracts-periphery: erc721 factory fixes (#3615) · a3242d4f
    Mark Tyneway authored
    These changes make the `OptimismMintableERC721Factory` in line
    with the bedrock version of the `OptimismMintableERC20Factory`.
    We might as well follow what we are doing with the new erc20
    factory to keep things in line with each other.
    
    These changes are very small, they just rename a function to
    not follow the deprecated naming scheme, the function now returns
    an address which makes testing/integration a bit easier and also
    does a slight refactor to prevent the need to cast a type 3 times.
    Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    a3242d4f
Name
Last commit
Last update
..
actor-tests Loading commit data...
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...