We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c6b0eb commit ce04f0eCopy full SHA for ce04f0e
chain/evm/provider/rpc_provider.go
@@ -64,7 +64,7 @@ type RPCChainProvider struct {
64
chain *evm.Chain
65
}
66
67
-// NewSimChainProvider creates a new SimChainProvider with the given selector and configuration.
+// NewRPCChainProvider creates a new RPCChainProvider with the given selector and configuration.
68
func NewRPCChainProvider(
69
selector uint64, config RPCChainProviderConfig,
70
) *RPCChainProvider {
0 commit comments