Skip to content

Commit e84b9aa

Browse files
committed
refactor: 💡 Updated libp2p initialization options type
1 parent 9ee128c commit e84b9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/shared/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export type RequestManagerOptions = NoncePeriodOption;
5656
*/
5757
export interface ClientOptions extends ContractConfigOption, ProviderOption, ServerAddressOption {
5858
/** libp2p configuration options */
59-
libp2p?: Record<string, unknown>;
59+
libp2p?: Libp2pInit;
6060
/** Storage initializer function */
6161
storageInitializer: StorageInitializer;
6262
/** Request registry keys prefix */

0 commit comments

Comments
 (0)