• 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
..
drippie Loading commit data...
AssetReceiver.spec.ts Loading commit data...
OptimismMintableERC721.spec.ts Loading commit data...
OptimismMintableERC721Factory.spec.ts Loading commit data...
TeleportrWithdrawer.spec.ts Loading commit data...
Transactor.spec.ts Loading commit data...