pragma ever-solidity >= 0.68.0; /// @title Gas Values /// @notice Utility gas values to use library UtilityGas { /// @dev Initial balance of the contract uint128 constant INITIAL_BALANCE = 1 ever; }