GetGasPriceOptions

type GetGasPriceOptions = {
chain: Chain;
client: ThirdwebClient;
percentMultiplier?: number;
};