• Mark Tyneway's avatar
    contracts-bedrock: use `1 gwei` over hardcoded number · 54c9ad03
    Mark Tyneway authored
    Replaces a hardcoded number in `ResourceMetering`
    with the syntax `1 gwei` which is easier to verify
    for correctness. The following cast command shows
    that the number was correct.
    
    ```
    $ cast --to-unit 1000000000 gwei
    1
    ```
    54c9ad03
ResourceMetering.sol 6.67 KB