Skip to content

Instantly share code, notes, and snippets.

@CJ42
Created February 13, 2023 08:01
Show Gist options
  • Select an option

  • Save CJ42/11eadf00834d6deb10fc71d2d2cf4c1c to your computer and use it in GitHub Desktop.

Select an option

Save CJ42/11eadf00834d6deb10fc71d2d2cf4c1c to your computer and use it in GitHub Desktop.
// SPDX-License-Identifier: GPL-3.0
pragma solidity ^0.8.0;
contract EtherUnits {
function assignEtherUnits() public {
uint256 gasWithExtraFee = 2 gwei + 5_000 wei;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment