• Mark Tyneway's avatar
    all: cleanup deployment process · db8bf1e6
    Mark Tyneway authored
    The `LegacyERC20ETH` needed some cleanup because
    it extended the `OptimismMintableERC20` which had
    its interface changed such that the remote token
    and bridge are immutables instead of being held in
    storage. Changing these values to immutables will
    make interactions for mint/burn much cheaper.
    db8bf1e6
immutables.go 6.04 KB