contracts-bedrock: use `1 gwei` over hardcoded number
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 ```
Showing
Please register or sign in to comment