• Maurelian's avatar
    ctb: Naming and comments to clarify interfaces usage (#3439) · cb5fed67
    Maurelian authored
    * ctb: Naming and comments to clarify interfaces usage
    
    The OptimismMintableERC20 token used two interfaces in its
    supportsInterface() function. These were confusingly named
    after the functions that they contain (ie. IL1Token, IRemoteToken),
    rather than the contracts these interfaces represent.
    The name has been tweaked slighly, and comments have been added to
    clarify the intent.
    
    fix(ctb): Clearer names for the mintable token iface
    
    * ctb: Add bridge() to mintable erc20 interface
    
    * chore: bindings
    cb5fed67
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...