Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bot80926/ethers-scripts
/
Class
utils/provider.js:3–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
Ethers = require(
"ethers"
);
2
3
class
Provider {
4
constructor(props = {}) {
5
this.props = props;
6
this.chain = props.chain;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected