MCPcopy Index your code
hub / github.com/Bot80926/ethers-scripts / getProvider

Method getProvider

utils/provider.js:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 }
11
12 getProvider() {
13 return this.provider;
14 }
15
16 async getBlockNumber() {
17 return await this.provider.getBlockNumber();

Callers 5

error.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected