Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bot80926/ethers-scripts
/ getGasPrice
Method
getGasPrice
utils/provider.js:118–120 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
116
}
117
118
async
getGasPrice() {
119
return
await
this.provider.getGasPrice();
120
}
121
122
async
estimateGas(transaction) {
123
return
await
this.provider.estimateGas(transaction);
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected