/* @flow */ 'use strict'; export const onGasPriceChange2 = (gasPrice: string): void => { return { type: '', gasPrice } }