Skip to content

Commit

Permalink
Fix Link to SocketConstructorOpts Type
Browse files Browse the repository at this point in the history
  • Loading branch information
danforbes committed Oct 29, 2024
1 parent efac906 commit be17b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/02_web3_providers_guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ await web3.eth.getBlockNumber();

#### Configuring IPC Providers

The [`IpcProvider` constructor](/api/web3-providers-ipc/class/IpcProvider#constructor) accepts two optional parameters that can be used to configure the behavior of the `IpcProvider`: the first parameter must be of type [`SocketConstructorOpts`](https://microsoft.github.io/PowerBI-JavaScript/interfaces/_node_modules__types_node_net_d_._net_.socketconstructoropts.html) and the second parameter must be of type [`ReconnectOptions`](/api/web3/namespace/utils#ReconnectOptions).
The [`IpcProvider` constructor](/api/web3-providers-ipc/class/IpcProvider#constructor) accepts two optional parameters that can be used to configure the behavior of the `IpcProvider`: the first parameter must be of type [`SocketConstructorOpts`](https://docs.deno.com/api/node/net/~/SocketConstructorOpts) and the second parameter must be of type [`ReconnectOptions`](/api/web3/namespace/utils#ReconnectOptions).

```ts title='Configuring an IPC Provider'
// include both optional parameters
Expand Down

0 comments on commit be17b88

Please sign in to comment.