slow, standard & fast values for maxFeePerGas & maxPriorityFeePerGas GetGasFeeValuesReturnType
import { createClient } from "viem"
import { bicoBundlerActions } from "@biconomy/sdk"
const bundlerClient = createClient({
chain: goerli,
transport: http("https://api.biconomy.io/v2/goerli/rpc?apikey=YOUR_API_KEY_HERE")
}).extend(bicoBundlerActions())
await bundlerClient.getGasFeeValues()
Returns the live gas prices that you can use to send a user operation.