export type ZksyncFee = { gasLimit: quantity gasPerPubdataLimit: quantity maxPriorityFeePerGas: quantity maxFeePerGas: quantity } export type ZksyncFeeValues = { gasPrice: quantity maxFeePerGas: quantity maxPriorityFeePerGas: quantity }