getGasPrice Returns the current price of gas (in wei). Usage example.tsclient.tsFileexample.tsimport { publicClient } from './client' const gasPrice = await publicClient.getGasPrice() Returns bigint The gas price (in wei). JSON-RPC Method eth_gasPrice