eth_gasPrice
await provider.request({
method: "eth_gasPrice",
params: [],
});
// "0x12a05f200"Last updated
Was this helpful?
await provider.request({
method: "eth_gasPrice",
params: [],
});
// "0x12a05f200"Last updated
Was this helpful?
Was this helpful?