Observations: The name of the network currency subdenomination 'wei' can be customized through the NEXT_PUBLIC_NETWORK_CURRENCY_WEI_NAME environment variable. By default, the gwei unit becomes 'G' + weiName, which is only a partial customization. Request: Add the NEXT_PUBLIC_NETWORK_CURRENCY_GWEI_NAME environment variable to allow full customization of the gwei unit. Behavior Enhancement: If NEXT_PUBLIC_NETWORK_CURRENCY_GWEI_NAME is specified, use it as the gwei currency unit. Else, if only NEXT_PUBLIC_NETWORK_CURRENCY_WEI_NAME is specified, use the existing behavior ('G' + weiName). Otherwise, default to 'Gwei'. 5 files changed, 11 insertions(+), 4 deletions(-).