• Mark Tyneway's avatar
    contracts-bedrock: remove compiler warnings in deploy script · 5298c572
    Mark Tyneway authored
    The only devnet modifier causes branching logic in a way
    where sometimes nothing is returned, triggering a compiler
    warning. This compiler warning can be removed by using
    named return args. Refactor the deploy script to use
    named return args to remove the compiler warnings.
    5298c572
Deploy.s.sol 34.7 KB