Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 95b4bab

Browse files
author
Dan Forbes
authored
Fix Link to SocketConstructorOpts Type (#7363)
1 parent 69d83e7 commit 95b4bab

File tree

1 file changed

+1
-1
lines changed
  • docs/docs/guides/02_web3_providers_guide

1 file changed

+1
-1
lines changed

docs/docs/guides/02_web3_providers_guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ await web3.eth.getBlockNumber();
184184

185185
#### Configuring IPC Providers
186186

187-
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).
187+
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).
188188

189189
```ts title='Configuring an IPC Provider'
190190
// include both optional parameters

0 commit comments

Comments
 (0)