• 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
..
shared Loading commit data...
basic-l1-l2-communication.spec.ts Loading commit data...
bridged-tokens.spec.ts Loading commit data...
contracts.spec.ts Loading commit data...
fee-payment.spec.ts Loading commit data...
hardfork.spec.ts Loading commit data...
healthcheck.spec.ts Loading commit data...
native-eth-ovm-calls.spec.ts Loading commit data...
native-eth.spec.ts Loading commit data...
nft-bridge.spec.ts Loading commit data...
ovmcontext.spec.ts Loading commit data...
predeploys.spec.ts Loading commit data...
queue-ingestion.spec.ts Loading commit data...
replica.spec.ts Loading commit data...
rpc.spec.ts Loading commit data...
stress-tests.spec.ts Loading commit data...
system-addresses.spec.ts Loading commit data...
verifier.spec.ts Loading commit data...
whitelist.spec.ts Loading commit data...
z-batch-serialization.spec.ts Loading commit data...